Interface ISubtitleStream
Subtitle stream
Inherited Members
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 |