opus_multistream_surround_encoder_get_size method

int opus_multistream_surround_encoder_get_size(
  1. int channels,
  2. int mapping_family
)

Gets the size of an OpusMSEncoder structure.

Implementation

int opus_multistream_surround_encoder_get_size(
  int channels,
  int mapping_family,
) {
  return _opus_multistream_surround_encoder_get_size(
      channels, mapping_family);
}