libcelt v0.8.1 (2014-05-30T06:36:41Z)
Dub
Repo
CELT_GET_MODE
libcelt
celt
Get the CELTMode used by an encoder or decoder
extern (
C
)
template
CELT_GET_MODE (
x
...
) {
alias
CELT_GET_MODE
=
Tuple
!(
CELT_GET_MODE_REQUEST
,
_celt_check_int
(
x
))
;
}
Members
Aliases
CELT_GET_MODE
alias
CELT_GET_MODE
=
Tuple
!(
CELT_GET_MODE_REQUEST
,
_celt_check_int
(
x
))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Meta
Source
See Implementation
libcelt
celt
functions
celt_decode
celt_decode_float
celt_decoder_create
celt_decoder_ctl
celt_decoder_destroy
celt_encode
celt_encode_float
celt_encode_resynthesis
celt_encode_resynthesis_float
celt_encoder_create
celt_encoder_ctl
celt_encoder_destroy
celt_mode_create
celt_mode_destroy
celt_mode_info
celt_strerror
manifest constants
CELT_ALLOC_FAIL
CELT_BAD_ARG
CELT_CORRUPTED_DATA
CELT_GET_BITSTREAM_VERSIO
CELT_GET_LOOKAHEAD
CELT_GET_MODE_REQUEST
CELT_GET_SAMPLE_RATE
CELT_INTERNAL_ERROR
CELT_INVALID_MODE
CELT_INVALID_STATE
CELT_OK
CELT_RESET_STATE
CELT_RESET_STATE_REQUEST
CELT_SET_COMPLEXITY_REQUEST
CELT_SET_PREDICTION_REQUEST
CELT_SET_START_BAND_REQUEST
CELT_SET_VBR_RATE_REQUEST
CELT_UNIMPLEMENTED
_celt_check_int
_celt_check_mode_ptr_ptr
templates
CELT_GET_MODE
CELT_SET_COMPLEXITY
CELT_SET_PREDICTION
CELT_SET_START_BAND
CELT_SET_VBR_RATE
Tuple
Get the CELTMode used by an encoder or decoder