Function redlux::adts::construct_adts_header[][src]

pub fn construct_adts_header(
    object_type: AudioObjectType,
    sample_freq_index: SampleFreqIndex,
    channel_config: ChannelConfig,
    sample: &Mp4Sample
) -> Result<Vec<u8>, Error>