MLMediaCodecErrorInfo
Module: Media Player
MediaCodec Output Format information. More...
#include <ml_media_codec.h>
Public Attributes
Type | Name |
---|---|
int | error_code |
void * | data |
Detailed Description
struct MLMediaCodecErrorInfo;
MediaCodec Output Format information.
Deprecated
Deprecated since 1.4.0. Scheduled for removal.
API Level:
- 20
Public Attributes Documentation
error_code
int error_code;
Error code.
data
void * data;
User data as passed to MLMediaCodecSetCallbacksEx().