Overload List

  Name Description
TryParse(ArraySegment < (Of < ( Byte > ) > ) )
Parses the supplied array segment of bytes as an SDP. Returns true if the SDP is valid.
(Inherited from Sdp < (Of < ( TGlobalDescription, TMediaDescription > ) > ) .)
TryParse( array< Byte > [] () [] )
Parses the supplied array of bytes as an SDP. Returns true if the SDP is valid.
(Inherited from Sdp < (Of < ( TGlobalDescription, TMediaDescription > ) > ) .)
TryParse(String)
Parses the supplied string. This function will convert the string to an array of UTF8 encoded bytes and then call the TryParse() function with an array of bytes.
(Inherited from Sdp < (Of < ( TGlobalDescription, TMediaDescription > ) > ) .)
TryParse( array< Byte > [] () [] , Int32, Int32, Boolean)
Parses the supplied array of bytes as an SDP. Returns true if the SDP is valid.
(Inherited from Sdp < (Of < ( TGlobalDescription, TMediaDescription > ) > ) .)

See Also