FMLiveSwitchMatroskaTrackType Class Reference

Valid Matroska track entry element types. More...

Instance Methods

(instancetype) - init
 

Class Methods

(long long) + audio
 Gets a value indicating audio. More...
 
(long long) + button
 Gets a value indicating button. More...
 
(long long) + complex
 Gets a value indicating complex. More...
 
(long long) + control
 Gets a value indicating control. More...
 
(long long) + logo
 Gets a value indicating logo. More...
 
(long long) + subtitle
 Gets a value indicating subtitle. More...
 
(FMLiveSwitchMatroskaTrackType *) + trackType
 
(long long) + video
 Gets a value indicating video. More...
 

Detailed Description

Valid Matroska track entry element types.

Method Documentation

◆ audio

+ (long long) audio

Gets a value indicating audio.

◆ button

+ (long long) button

Gets a value indicating button.

◆ complex

+ (long long) complex

Gets a value indicating complex.

◆ control

+ (long long) control

Gets a value indicating control.

◆ init

- (instancetype) init

◆ logo

+ (long long) logo

Gets a value indicating logo.

◆ subtitle

+ (long long) subtitle

Gets a value indicating subtitle.

◆ trackType

◆ video

+ (long long) video

Gets a value indicating video.