Class AudioStream
Represents an audio stream from a FFmpeg media.
public sealed class AudioStream : FFmpegStream
- Inheritance
-
AudioStream
- Inherited Members
Constructors
AudioStream(AVStream*, FFmpegMedia)
public AudioStream(AVStream* pStream, FFmpegMedia media)
Parameters
pStream
AVStream*media
FFmpegMedia
Properties
ChannelCount
The number of audio channels in the stream.
public int ChannelCount { get; }
Property Value
SampleRate
The number of audio samples per second.
public int SampleRate { get; }
Property Value
Type
The type of this stream.
public override FFMpegStreamType Type { get; }