Interface FFmpeg.IProbeAudioStream
public interface FFmpeg.IProbeAudioStream
- Extension Methods
Properties
ChannelLayout
string ChannelLayout { get; }
Property Value
ChannelsCount
int ChannelsCount { get; }
Property Value
SampleFormat
string SampleFormat { get; }
Property Value
SampleRate
int SampleRate { get; }