FMLiveSwitchMatroskaSimpleBlockFlags Class Reference

Valid Matroska simple block element flags. More...

Instance Methods

(instancetype) - init
 

Class Methods

(uint8_t) + discardable
 Gets a value indicating discardable. More...
 
(uint8_t) + keyframe
 Gets a value indicating keyframe. More...
 
(FMLiveSwitchMatroskaSimpleBlockFlags *) + simpleBlockFlags
 
- Class Methods inherited from FMLiveSwitchMatroskaBlockFlags
(FMLiveSwitchMatroskaBlockFlags *) + blockFlags
 
(uint8_t) + ebmlLacing
 Gets a value indicating EBML lacing. More...
 
(uint8_t) + fixedSizeLacing
 Gets a value indicating fixed size lacing. More...
 
(uint8_t) + invisible
 Gets a value indicating invisible. More...
 
(uint8_t) + noLacing
 Gets a value indicating no lacing. More...
 
(uint8_t) + xiphLacing
 Gets a value indicating Xiph lacing. More...
 

Detailed Description

Valid Matroska simple block element flags.

Method Documentation

◆ discardable

+ (uint8_t) discardable

Gets a value indicating discardable.

◆ init

- (instancetype) init

◆ keyframe

+ (uint8_t) keyframe

Gets a value indicating keyframe.

◆ simpleBlockFlags

+ (FMLiveSwitchMatroskaSimpleBlockFlags*) simpleBlockFlags