• Documentation
  • Api
  • Xabe.FFmpeg
  • SubtitleStream
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

Class SubtitleStream

Inheritance
System.Object
SubtitleStream
Implements
ISubtitleStream
IStream
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Xabe.FFmpeg
Assembly: Xabe.FFmpeg.dll
Syntax
public class SubtitleStream : ISubtitleStream, IStream

Properties

Codec

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

Default

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

Forced

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

Index

Declaration
public int Index { get; }
Property Value
Type Description
System.Int32

Language

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

Path

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

StreamType

Declaration
public StreamType StreamType { get; }
Property Value
Type Description
StreamType

Title

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

Methods

Build()

Declaration
public string Build()
Returns
Type Description
System.String

BuildInputArguments()

Declaration
public string BuildInputArguments()
Returns
Type Description
System.String

GetSource()

Declaration
public IEnumerable<string> GetSource()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.String>

SetLanguage(String)

Declaration
public ISubtitleStream SetLanguage(string lang)
Parameters
Type Name Description
System.String lang
Returns
Type Description
ISubtitleStream

Implements

ISubtitleStream
IStream
In This Article
  • Properties
    • Codec
    • Default
    • Forced
    • Index
    • Language
    • Path
    • StreamType
    • Title
  • Methods
    • Build()
    • BuildInputArguments()
    • GetSource()
    • SetLanguage(String)
  • Implements
Back to top Xabe