RtcpSourceDescriptionParseData Method |
Parses the an array of bytes to the appriate fields within the object.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public override bool ParseData(
byte[] buffer,
ref uint offset
)
Public Overrides Function ParseData (
buffer As Byte(),
ByRef offset As UInteger
) As Boolean
public:
virtual bool ParseData(
array<unsigned char>^ buffer,
unsigned int% offset
) override
abstract ParseData :
buffer : byte[] *
offset : uint32 byref -> bool
override ParseData :
buffer : byte[] *
offset : uint32 byref -> bool
Parameters
- buffer
- Type: SystemByte
The buffer to parse. - offset
- Type: SystemUInt32
[in,out] A reference to an unsigned integer to pass into the function.
Return Value
Type:
BooleanSee Also