fm.liveswitch.matroska.TrackType Class Reference

Valid Matroska track entry element types. More...

Public Member Functions

 TrackType ()
 

Static Public Member Functions

static long getAudio ()
 Gets a value indicating audio. More...
 
static long getButton ()
 Gets a value indicating button. More...
 
static long getComplex ()
 Gets a value indicating complex. More...
 
static long getControl ()
 Gets a value indicating control. More...
 
static long getLogo ()
 Gets a value indicating logo. More...
 
static long getSubtitle ()
 Gets a value indicating subtitle. More...
 
static long getVideo ()
 Gets a value indicating video. More...
 

Detailed Description

Valid Matroska track entry element types.

Constructor & Destructor Documentation

◆ TrackType()

fm.liveswitch.matroska.TrackType.TrackType ( )

Member Function Documentation

◆ getAudio()

static long fm.liveswitch.matroska.TrackType.getAudio ( )
static

Gets a value indicating audio.

◆ getButton()

static long fm.liveswitch.matroska.TrackType.getButton ( )
static

Gets a value indicating button.

◆ getComplex()

static long fm.liveswitch.matroska.TrackType.getComplex ( )
static

Gets a value indicating complex.

◆ getControl()

static long fm.liveswitch.matroska.TrackType.getControl ( )
static

Gets a value indicating control.

◆ getLogo()

static long fm.liveswitch.matroska.TrackType.getLogo ( )
static

Gets a value indicating logo.

◆ getSubtitle()

static long fm.liveswitch.matroska.TrackType.getSubtitle ( )
static

Gets a value indicating subtitle.

◆ getVideo()

static long fm.liveswitch.matroska.TrackType.getVideo ( )
static

Gets a value indicating video.