Index of values

C
create [Voaacenc]

Create a new encoder.

E
encode_buffer [Voaacenc]

encode_buffer enc buffer encodes S16LE data from the string buffer buffer and drops consumed data from buffer.

encode_string [Voaacenc]

encode_string enc data encodes the given S16LE pcm buffer and returns AAC data and the number of input bytes consumed by the decoder.

encode_substring [Voaacenc]

encode_substring enc data offset len encodes the sub-string of data starting at position offset and of length len.

R
recommended_minimum_input [Voaacenc]

Recommended minimun input to feed to the decoder.

S
string_of_exception [Voaacenc]