celt_encoder_create

Creates a new encoder state. Each stream needs its own encoder state (can't be shared across simultaneous streams). @param mode Contains all the information about the characteristics of * the stream (must be the same characteristics as used for the * decoder) @param channels Number of channels @param error Returns an error code @return Newly created encoder state.

extern (C)
celt_encoder_create
(
const CELTMode* mode
,,
int* error
)

Meta