RTPPacketSetPayload Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void SetPayload(
byte[] bytes,
int length
)
Public Sub SetPayload (
bytes As Byte(),
length As Integer
)
public:
void SetPayload(
array<unsigned char>^ bytes,
int length
)
member SetPayload :
bytes : byte[] *
length : int -> unit
Parameters
- bytes
- Type: SystemByte
- length
- Type: SystemInt32
See Also