Table of Contents

Class SubtitleStream

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

Represents a subtitle stream from a FFmpeg media.

public sealed class SubtitleStream : FFmpegStream
Inheritance
SubtitleStream
Inherited Members

Constructors

SubtitleStream(AVStream*, FFmpegMedia)

public SubtitleStream(AVStream* pStream, FFmpegMedia media)

Parameters

pStream AVStream*
media FFmpegMedia

Properties

Type

The type of this stream.

public override FFMpegStreamType Type { get; }

Property Value

FFMpegStreamType