pub enum CodecCapabilityType {
SupportedSamplingFrequencies,
SupportedFrameDurations,
SupportedAudioChannelCounts,
SupportedOctetsPerCodecFrame,
SupportedMaxCodecFramesPerSdu,
}
Variants§
SupportedSamplingFrequencies
SupportedFrameDurations
SupportedAudioChannelCounts
SupportedOctetsPerCodecFrame
SupportedMaxCodecFramesPerSdu
Trait Implementations§
Source§impl Clone for CodecCapabilityType
impl Clone for CodecCapabilityType
Source§fn clone(&self) -> CodecCapabilityType
fn clone(&self) -> CodecCapabilityType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CodecCapabilityType
impl Debug for CodecCapabilityType
Source§impl From<CodecCapabilityType> for u8
impl From<CodecCapabilityType> for u8
Source§fn from(value: CodecCapabilityType) -> Self
fn from(value: CodecCapabilityType) -> Self
Converts to this type from the input type.
Source§impl Hash for CodecCapabilityType
impl Hash for CodecCapabilityType
Source§impl PartialEq for CodecCapabilityType
impl PartialEq for CodecCapabilityType
impl Copy for CodecCapabilityType
impl Eq for CodecCapabilityType
impl StructuralPartialEq for CodecCapabilityType
Auto Trait Implementations§
impl Freeze for CodecCapabilityType
impl RefUnwindSafe for CodecCapabilityType
impl Send for CodecCapabilityType
impl Sync for CodecCapabilityType
impl Unpin for CodecCapabilityType
impl UnwindSafe for CodecCapabilityType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more