Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static RTPPacket Decode(
byte[] bytes
)
Public Shared Function Decode (
bytes As Byte()
) As RTPPacket
public:
static RTPPacket^ Decode(
array<unsigned char>^ bytes
)
static member Decode :
bytes : byte[] -> RTPPacket
Parameters
- bytes
- Type: SystemByte
Return Value
Type:
RTPPacketSee Also