Enum flv_codec::AvcPacketType [−][src]
pub enum AvcPacketType {
SequenceHeader,
NalUnit,
EndOfSequence,
}AVC packet type.
Variants
SequenceHeaderAVC sequence header
NalUnitAVC NALU
EndOfSequenceAVC end of sequence
Lower level NALU sequence ender is not required or supported.
Trait Implementations
impl Debug for AvcPacketType[src]
impl Debug for AvcPacketTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for AvcPacketType[src]
impl Clone for AvcPacketTypefn clone(&self) -> AvcPacketType[src]
fn clone(&self) -> AvcPacketTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for AvcPacketType[src]
impl Copy for AvcPacketTypeimpl PartialEq for AvcPacketType[src]
impl PartialEq for AvcPacketTypefn eq(&self, other: &AvcPacketType) -> bool[src]
fn eq(&self, other: &AvcPacketType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for AvcPacketType[src]
impl Eq for AvcPacketTypeimpl Hash for AvcPacketType[src]
impl Hash for AvcPacketTypeAuto Trait Implementations
impl Send for AvcPacketType
impl Send for AvcPacketTypeimpl Sync for AvcPacketType
impl Sync for AvcPacketType