Skip to main content
Version: 20 Mar 2024

MLMediaCodecOutputBufferInfo

Module: Media Player

MediaCodec Output buffer information. More...

#include <ml_media_codec.h>

Public Attributes

TypeName
int64_toutput_buffer_index
MLMediaCodecBufferInfo *buffer_info
void *data

Detailed Description

struct MLMediaCodecOutputBufferInfo;

MediaCodec Output buffer information.

Deprecated

Deprecated since 1.4.0. Scheduled for removal.

API Level:

  • 20

Public Attributes Documentation

output_buffer_index

int64_t output_buffer_index;

The index of the available output buffer.


buffer_info

MLMediaCodecBufferInfo * buffer_info;

The buffer info about the available output buffer.


data

void * data;

User data as passed to MLMediaCodecSetCallbacksEx().