Initializes a new instance of the
H263Packet class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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