Table of Contents

Class AudioStream

Namespace
Stride.Video.FFmpeg
Assembly
Stride.Video.dll

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

int

SampleRate

The number of audio samples per second.

public int SampleRate { get; }

Property Value

int

Type

The type of this stream.

public override FFMpegStreamType Type { get; }

Property Value

FFMpegStreamType