Click or drag to resize
RtcpSourceDescriptionParseData Method
Parses the an array of bytes to the appriate fields within the object.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public override bool ParseData(
	byte[] buffer,
	ref uint offset
)

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: Boolean
See Also