| SLMediaPacketDecode Method  | 
 
Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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: 
SLMediaPacket
See Also