pub struct OggWriter<W: Write + Seek> { /* fields omitted */ }
Expand description
OggWriter is used to take RTP packets and write them to an OGG on disk
new initialize a new OGG Opus writer with an io.Writer output
write_rtp adds a new packet and writes the appropriate headers for it
close stops the recording
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.
impl<V, T> VZip<V> for T where
V: MultiLane<T>,