AMediaCodecSupportedMediaType

The media type definition with bitfeids indicating if it is supported by decoders/ encoders/ both.

Summary

Public types

Mode{
  FLAG_DECODER = 1 << 0,
  FLAG_ENCODER = 1 << 1
}
enum

Public attributes

mMediaType
const char *_Nonnull
mMode
uint32_t

Public types

Mode

Declared in media/NdkMediaCodecStore.h
 AMediaCodecSupportedMediaType::Mode

Public attributes

mMediaType

Declared in media/NdkMediaCodecStore.h
const char *_Nonnull AMediaCodecSupportedMediaType::mMediaType

mMode

Declared in media/NdkMediaCodecStore.h
uint32_t AMediaCodecSupportedMediaType::mMode