Class SubtitleStream
Inheritance
System.Object
SubtitleStream
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()
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
Title
Declaration
public string Title { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Build()
Declaration
Returns
Type |
Description |
System.String |
|
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
Implements