Skip to main content
Version: 20 Mar 2024

MLMediaCodecListProfileLevel

Module: Media Player

Used to store the list of codec profile levels. More...

#include <ml_media_codeclist.h>

Public Attributes

TypeName
uint32_tprofile
uint32_tlevel

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.