RtcpSourceDescriptionToByteArray Method |
Compiles the contents of the packets into an array of bytes.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public override void ToByteArray(
byte[] buffer,
ref uint offset
)
Public Overrides Sub ToByteArray (
buffer As Byte(),
ByRef offset As UInteger
)
public:
virtual void ToByteArray(
array<unsigned char>^ buffer,
unsigned int% offset
) override
abstract ToByteArray :
buffer : byte[] *
offset : uint32 byref -> unit
override ToByteArray :
buffer : byte[] *
offset : uint32 byref -> unit
Parameters
- buffer
- Type: SystemByte
The buffer to compile the contents to. This should be big enough to hold all instances.
- offset
- Type: SystemUInt32
[in,out] A reference to an unsigned integer to pass into the function.
See Also Reference
RTCPPacket.ToByteArray(Byte, UInt32)