MLMediaCodecListProfileLevel
Module: Media Player
Used to store the list of codec profile levels. More...
#include <ml_media_codeclist.h>
Public Attributes
Type | Name |
---|---|
uint32_t | profile |
uint32_t | level |
Detailed Description
struct MLMediaCodecListProfileLevel;
Used to store the list of codec profile levels.
Deprecated
Deprecated since 1.4.0. Scheduled for removal.
API Level:
- 6
Public Attributes Documentation
profile
uint32_t profile;
Codec profile as defined by MLMediaCodecProfileType.
level
uint32_t level;
Codec level as defined by MLMediaCodecLevelType.