StreamInfoSampleFormat Property |
Gets the audio sample format.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AVSampleFormat SampleFormat { get; }
Public ReadOnly Property SampleFormat As AVSampleFormat
Get
Dim instance As StreamInfo
Dim value As AVSampleFormat
value = instance.SampleFormat
member SampleFormat : AVSampleFormat with get
/** @property */
public AVSampleFormat get_SampleFormat()
function get SampleFormat () : AVSampleFormat
function get_SampleFormat();
Property Value
Type:
AVSampleFormat
See Also