VideoCaptureEventArgsSampleData Property |
Gets the byte array that contains the sample data.
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic byte[] SampleData { get; }Public ReadOnly Property SampleData As Byte()
Get
public:
property array<unsigned char>^ SampleData {
array<unsigned char>^ get ();
}member SampleData : byte[] with get
Property Value
Byte
See Also