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