MLMediaCodecOutputFormatInfo
Module: Media Player
MediaCodec Output Format information. More...
#include <ml_media_codec.h>
Public Attributes
Type | Name |
---|---|
MLHandle | new_output_format |
void * | data |
Detailed Description
struct MLMediaCodecOutputFormatInfo;
MediaCodec Output Format information.
Deprecated
Deprecated since 1.4.0. Scheduled for removal.
API Level:
- 20
Public Attributes Documentation
new_output_format
MLHandle new_output_format;
Type | Description |
---|---|
MLHandle | Integer handle type used to reference many things returned by the API, instead of returning pointers directly. Use MLHandleIsValid() to check if a handle is valid or not. |
Handle to the new output format.
data
void * data;
User data as passed to MLMediaCodecSetCallbacksEx().