Initializes a new instance of the
H263Packet class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic H263Packet(
uint timestamp,
byte[] data
)
Public Sub New (
timestamp As UInteger,
data As Byte()
)
public:
H263Packet(
unsigned int timestamp,
array<unsigned char>^ data
)
new :
timestamp : uint32 *
data : byte[] -> H263Packet
Parameters
- timestamp UInt32
-
- data Byte
-
See Also