WaveFormatExtensibleSamplesPerSec Property |
Gets or sets the sampling rate in hertz (samples per second)
Namespace: StreamCoders.Adaptive.CommonAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int SamplesPerSec { get; set; }
Public Property SamplesPerSec As Integer
Get
Set
public:
property int SamplesPerSec {
int get ();
void set (int value);
}
member SamplesPerSec : int with get, set
Property Value
Type:
Int32See Also