Mp3StorageFrameSampleCount Property |
The number of samples in this frame.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int SampleCount { get; }
Public ReadOnly Property SampleCount As Integer
Get
public:
property int SampleCount {
int get ();
}
member SampleCount : int with get
Property Value
Type:
Int32
The number of samples.
See Also