Initializes a new instance of the
JPEGData class
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic JPEGData(
VideoFormat format,
byte[] value,
uint timeStamp
)
Public Sub New (
format As VideoFormat,
value As Byte(),
timeStamp As UInteger
)
public:
JPEGData(
VideoFormat^ format,
array<unsigned char>^ value,
unsigned int timeStamp
)
new :
format : VideoFormat *
value : byte[] *
timeStamp : uint32 -> JPEGData
Parameters
- format
- Type: VideoFormat
- value
- Type: SystemByte
- timeStamp
- Type: SystemUInt32
See Also