opus_custom_encoder_get_size method
Gets the size of an OpusCustomEncoder structure.
@param in
mode OpusCustomMode *: Mode configuration
@param in
channels int: Number of channels
@returns size
Implementation
int opus_custom_encoder_get_size(
ffi.Pointer<OpusCustomMode> mode,
int channels,
) {
return _opus_custom_encoder_get_size(mode, channels);
}