SLMediaPacketDecode Method |
Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static SLMediaPacket Decode(
byte[] bytes
)
Public Shared Function Decode (
bytes As Byte()
) As SLMediaPacket
public:
static SLMediaPacket^ Decode(
array<unsigned char>^ bytes
)
static member Decode :
bytes : byte[] -> SLMediaPacket
Parameters
- bytes
- Type: SystemByte
Return Value
Type:
SLMediaPacketSee Also