Enum ffmpeg_next::util::media::Type
source · pub enum Type {
Unknown,
Video,
Audio,
Data,
Subtitle,
Attachment,
}Variants§
Trait Implementations§
source§impl From<AVMediaType> for Type
impl From<AVMediaType> for Type
source§fn from(value: AVMediaType) -> Self
fn from(value: AVMediaType) -> Self
Converts to this type from the input type.
source§impl From<Type> for AVMediaType
impl From<Type> for AVMediaType
source§fn from(value: Type) -> AVMediaType
fn from(value: Type) -> AVMediaType
Converts to this type from the input type.