MLMediaCodecInputBufferInfo
Module: Media Player
MediaCodec Input buffer information. More...
#include <ml_media_codec.h>
Public Attributes
Type | Name |
---|---|
int64_t | input_buffer_index |
void * | data |
Detailed Description
struct MLMediaCodecInputBufferInfo;
MediaCodec Input buffer information.
Deprecated
Deprecated since 1.4.0. Scheduled for removal.
API Level:
- 20
Public Attributes Documentation
input_buffer_index
int64_t input_buffer_index;
The index of the available input buffer.
data
void * data;
User data as passed to MLMediaCodecSetCallbacksEx().