Struct webrtc_media::io::ogg_reader::OggHeader [−][src]
pub struct OggHeader {
pub channel_map: u8,
pub channels: u8,
pub output_gain: u16,
pub pre_skip: u16,
pub sample_rate: u32,
pub version: u8,
}Expand description
OggHeader is the metadata from the first two pages in the file (ID and Comment) https://tools.ietf.org/html/rfc7845.html#section-3
Fields
channel_map: u8channels: u8output_gain: u16pre_skip: u16sample_rate: u32version: u8