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 100 of file mediacodec_wrapper.c.

Field Documentation

jclass JNIAMediaFormatFields::mediaformat_class

Definition at line 102 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_new().

jmethodID JNIAMediaFormatFields::init_id

Definition at line 104 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_new().

jmethodID JNIAMediaFormatFields::get_integer_id

Definition at line 106 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_getInt32().

jmethodID JNIAMediaFormatFields::get_long_id

Definition at line 107 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_getInt64().

jmethodID JNIAMediaFormatFields::get_float_id

Definition at line 108 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_getFloat().

jmethodID JNIAMediaFormatFields::get_bytebuffer_id

Definition at line 109 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_getBuffer().

jmethodID JNIAMediaFormatFields::get_string_id

Definition at line 110 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_getString().

jmethodID JNIAMediaFormatFields::set_integer_id

Definition at line 112 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_setInt32().

jmethodID JNIAMediaFormatFields::set_long_id

Definition at line 113 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_setInt64().

jmethodID JNIAMediaFormatFields::set_float_id

Definition at line 114 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_setFloat().

jmethodID JNIAMediaFormatFields::set_bytebuffer_id

Definition at line 115 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_setBuffer().

jmethodID JNIAMediaFormatFields::set_string_id

Definition at line 116 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_setString().

jmethodID JNIAMediaFormatFields::to_string_id

Definition at line 118 of file mediacodec_wrapper.c.

Referenced by ff_AMediaFormat_toString().


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