AudioMediaBufferSamplerate Property |
Gets or sets the sample-rate to be used.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int Samplerate { get; set; }
Public Property Samplerate As Integer
Get
Set
public:
property int Samplerate {
int get ();
void set (int value);
}
member Samplerate : int with get, set
Property Value
Type:
Int32
The sample-rate.
See Also