FFSampledSP
Data Fields
FFCallback Struct Reference

Simple struct used for the read_callback of stream data. More...

Data Fields

JNIEnv * env
 JNI environment. More...
 
jobject byte_buffer
 byte buffer passed in (read only once) More...
 
int call_count
 number of times the read_callback was called More...
 

Detailed Description

Simple struct used for the read_callback of stream data.

Definition at line 66 of file FFAudioFileReader.c.

Field Documentation

◆ byte_buffer

jobject FFCallback::byte_buffer

byte buffer passed in (read only once)

Definition at line 68 of file FFAudioFileReader.c.

◆ call_count

int FFCallback::call_count

number of times the read_callback was called

Definition at line 69 of file FFAudioFileReader.c.

◆ env

JNIEnv* FFCallback::env

JNI environment.

Definition at line 67 of file FFAudioFileReader.c.


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