Initializes a new instance of the
H263Packet class
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemUInt32
- data
- Type: SystemByte
See Also