StreamInfoSampleRate Property |
Gets the audio sample rate.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int SampleRate { get; }
Public ReadOnly Property SampleRate As Integer
Get
Dim instance As StreamInfo
Dim value As Integer
value = instance.SampleRate
member SampleRate : int with get
/** @property */
public int get_SampleRate()
function get SampleRate () : int
function get_SampleRate();
Property Value
Type:
Int32
See Also