FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
JNIAMediaFormatFields Struct Reference

Data Fields

jclass mediaformat_class
 
jmethodID init_id
 
jmethodID get_integer_id
 
jmethodID get_long_id
 
jmethodID get_float_id
 
jmethodID get_bytebuffer_id
 
jmethodID get_string_id
 
jmethodID set_integer_id
 
jmethodID set_long_id
 
jmethodID set_float_id
 
jmethodID set_bytebuffer_id
 
jmethodID set_string_id
 
jmethodID to_string_id
 

Detailed Description

Definition at line 108 of file mediacodec_wrapper.c.

Field Documentation

jclass JNIAMediaFormatFields::mediaformat_class

Definition at line 110 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_new().

jmethodID JNIAMediaFormatFields::init_id

Definition at line 112 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_new().

jmethodID JNIAMediaFormatFields::get_integer_id

Definition at line 114 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_getInt32().

jmethodID JNIAMediaFormatFields::get_long_id

Definition at line 115 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_getInt64().

jmethodID JNIAMediaFormatFields::get_float_id

Definition at line 116 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_getFloat().

jmethodID JNIAMediaFormatFields::get_bytebuffer_id

Definition at line 117 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_getBuffer().

jmethodID JNIAMediaFormatFields::get_string_id

Definition at line 118 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_getString().

jmethodID JNIAMediaFormatFields::set_integer_id

Definition at line 120 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_setInt32().

jmethodID JNIAMediaFormatFields::set_long_id

Definition at line 121 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_setInt64().

jmethodID JNIAMediaFormatFields::set_float_id

Definition at line 122 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_setFloat().

jmethodID JNIAMediaFormatFields::set_bytebuffer_id

Definition at line 123 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_setBuffer().

jmethodID JNIAMediaFormatFields::set_string_id

Definition at line 124 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_setString().

jmethodID JNIAMediaFormatFields::to_string_id

Definition at line 126 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_toString().


The documentation for this struct was generated from the following file: