MonobjcMonobjc Documented Class Library
BytesForAllSamples Property
NamespacesMonobjc.QTKitQTSampleBufferBytesForAllSamples

Returns a pointer to the bytes of media data contained in the sample buffer.

Original signature is '- (void *)bytesForAllSamples'

Available in 5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr BytesForAllSamples { get; }
Public Overridable ReadOnly Property BytesForAllSamples As IntPtr
	Get
public:
virtual property IntPtr BytesForAllSamples {
	IntPtr get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.QTKit (Module: Monobjc.QTKit)