• Documentation
  • Api
  • Xabe.FFmpeg
  • ISubtitleStream
Show / Hide Table of Contents
  • System
    • TimeExtensions
  • Xabe.FFmpeg
    • AudioCodec
    • AudioStream
    • BitstreamFilter
    • Conversion
    • ConversionPreset
    • ConversionQueue
    • ConversionQueue.ConversionQueueEventHandler
    • FFmpeg
    • Flag
    • Format
    • HardwareAccelerator
    • Hash
    • IAudioStream
    • IConversion
    • IConversionResult
    • IFilterConfiguration
    • IInputBuilder
    • IMediaInfo
    • InputBuilder
    • IProbe
    • IStream
    • ISubtitleStream
    • IVideoStream
    • MediaInfo
    • ParameterPosition
    • PixelFormat
    • Position
    • Probe
    • RotateDegrees
    • StreamType
    • SubtitleStream
    • VideoCodec
    • VideoSize
    • VideoStream
  • Xabe.FFmpeg.Downloader
    • FFmpegDownloader
    • FFmpegVersion
    • IFFMpegDownloaderBase
  • Xabe.FFmpeg.Events
    • ConversionProgressEventArgs
    • ConversionProgressEventHandler
  • Xabe.FFmpeg.Exceptions
    • ConversionException
    • FFmpegNoSuitableOutputFormatFoundException
    • FFmpegNotFoundException
    • HardwareAcceleratorNotFoundException
    • InvalidBitstreamFilterException
    • InvalidInputException
    • UnknownDecoderException

Interface ISubtitleStream

Subtitle stream

Inherited Members
IStream.Path
IStream.Index
IStream.Codec
IStream.Build()
IStream.BuildInputArguments()
IStream.GetSource()
IStream.StreamType
Namespace: Xabe.FFmpeg
Assembly: Xabe.FFmpeg.dll
Syntax
public interface ISubtitleStream : IStream

Properties

Default

Default

Declaration
int? Default { get; }
Property Value
Type Description
System.Nullable<System.Int32>

Forced

Forced

Declaration
int? Forced { get; }
Property Value
Type Description
System.Nullable<System.Int32>

Language

Subtitle language

Declaration
string Language { get; }
Property Value
Type Description
System.String

Title

Title

Declaration
string Title { get; }
Property Value
Type Description
System.String

Methods

SetLanguage(String)

Set subtitle language

Declaration
ISubtitleStream SetLanguage(string language)
Parameters
Type Name Description
System.String language

Language

Returns
Type Description
ISubtitleStream

ISubtitleStream

In This Article
  • Properties
    • Default
    • Forced
    • Language
    • Title
  • Methods
    • SetLanguage(String)
Back to top Xabe