VideoCaptureEventArgsSampleData Property |
Gets the byte array that contains the sample data.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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
Type:
Byte
See Also