Class SubtitleStreamInfo
Subtitle stream info.
Inherited Members
Namespace: VisioForge.Core.Types.MediaInfo
Assembly: VisioForge.Core.dll
Syntax
public class SubtitleStreamInfo
Constructors
SubtitleStreamInfo()
Initializes a new instance of the SubtitleStreamInfo class.
Declaration
public SubtitleStreamInfo()
Properties
Codec
Gets or sets the codec.
Declaration
public string Codec { get; set; }
Property Value
Type | Description |
---|---|
string |
ID
Gets or sets the identifier.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
string |
Language
Gets or sets the language.
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the track name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Offset
Gets or sets the offset.
Declaration
public uint Offset { get; set; }
Property Value
Type | Description |
---|---|
uint |
Tags
Gets the tags.
Declaration
public List<MediaInfoTag> Tags { get; }
Property Value
Type | Description |
---|---|
List<MediaInfoTag> |