Utility methods. More...
Instance Methods | |
(instancetype) | - init |
Class Methods | |
(int) | + deriveHeightWithBuffer: |
Derives the height. More... | |
(int) | + deriveWidthWithBuffer: |
Derives the width. More... | |
(bool) | + isKeyFrameWithBuffer: |
Determines whether the buffer holds a keyframe. More... | |
(FMLiveSwitchVp9Utility *) | + utility |
Utility methods.
+ (int) deriveHeightWithBuffer: | (FMLiveSwitchDataBuffer *) | buffer |
Derives the height.
buffer | The buffer. |
+ (int) deriveWidthWithBuffer: | (FMLiveSwitchDataBuffer *) | buffer |
Derives the width.
buffer | The buffer. |
- (instancetype) init |
+ (bool) isKeyFrameWithBuffer: | (FMLiveSwitchDataBuffer *) | buffer |
Determines whether the buffer holds a keyframe.
buffer | The buffer. |
+ (FMLiveSwitchVp9Utility*) utility |