Class TrackType
Valid Matroska track entry element types.
Inheritance
System.Object
    TrackType
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: FM.LiveSwitch.Matroska
Assembly: FM.LiveSwitch.dll
Syntax
public class TrackType
  Properties
Audio
Gets a value indicating audio.
Declaration
public static long Audio { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
Button
Gets a value indicating button.
Declaration
public static long Button { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
Complex
Gets a value indicating complex.
Declaration
public static long Complex { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
Control
Gets a value indicating control.
Declaration
public static long Control { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
Logo
Gets a value indicating logo.
Declaration
public static long Logo { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
Subtitle
Gets a value indicating subtitle.
Declaration
public static long Subtitle { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
Video
Gets a value indicating video.
Declaration
public static long Video { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 |