RTCPPacketBYEParse Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic static RTCPPacketBYE Parse(
byte[] data
)
Public Shared Function Parse (
data As Byte()
) As RTCPPacketBYE
public:
static RTCPPacketBYE^ Parse(
array<unsigned char>^ data
)
static member Parse :
data : byte[] -> RTCPPacketBYE Parameters
- data Byte
-
Return Value
RTCPPacketBYE
See Also