VideoCaptureEventArgsSampleData Property |
Gets the byte array that contains the sample data.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
ByteSee Also