Struct rtp::codecs::opus::OpusPacket [−][src]
pub struct OpusPacket;Expand description
OpusPacket represents the Opus header that is stored in the payload of an RTP Packet
Trait Implementations
Returns the “default value” for a type. Read more
Checks if the packet is at the beginning of a partition. This should return false if the result could not be determined, in which case the caller will detect timestamp discontinuities. Read more
Auto Trait Implementations
impl RefUnwindSafe for OpusPacket
impl Send for OpusPacket
impl Sync for OpusPacket
impl Unpin for OpusPacket
impl UnwindSafe for OpusPacket
Blanket Implementations
Mutably borrows from an owned value. Read more