Struct webrtc_media::io::ogg_reader::OggPageHeader [−][src]
pub struct OggPageHeader {
pub granule_position: u64,
// some fields omitted
}
Expand description
OggPageHeader is the metadata for a Page Pages are the fundamental unit of multiplexing in an Ogg stream https://tools.ietf.org/html/rfc7845.html#section-1
Fields
granule_position: u64