| 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)
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