opus_repacketizer_get_size method

int opus_repacketizer_get_size()

Gets the size of an OpusRepacketizer structure. @returns The size in bytes.

Implementation

int opus_repacketizer_get_size() {
  return _opus_repacketizer_get_size();
}