[Android] [PATCH 4/4] android: add native AudioTrack aout module

Rafaël Carré funman at videolan.org
Thu Mar 8 17:48:13 CET 2012


Le 2012-03-08 10:54, Jean-Baptiste Kempf a écrit :

>> +    p_sys->size = p_aout->format.i_bytes_per_frame;
>> +    // sizeof(AudioTrack) == 0x58 (not sure) on 2.2.1, this should be enough
>> +    p_sys->AudioTrack = malloc(256);
> 
> What does the sourcecode of Cyanogen say?

This is a C++ class


More information about the Android mailing list