MonobjcMonobjc Documented Class Library
SampleUseCount Property
NamespacesMonobjc.QTKitQTSampleBufferSampleUseCount

Returns the use count of the sample data owned by the receiver.

Original signature is '- (NSUInteger)sampleUseCount'

Available in 5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger SampleUseCount { get; }
Public Overridable ReadOnly Property SampleUseCount As NSUInteger
	Get
public:
virtual property NSUInteger SampleUseCount {
	NSUInteger 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)