Enum zoom_api::types::FileType [−][src]
pub enum FileType {
Cc,
Chat,
Csv,
M4A,
Mp4,
Transcript,
Noop,
FallthroughString(String),
}Expand description
The archived file’s file type:
MP4— Video file.M4A— Audio-only file.TRANSCRIPT— A transcript file of the recording, in VTT file format.CHAT— A TXT file containing chat messages that were sent during the meeting.CC— A file containing the recording’s closed captions, in VTT file format.CSV— A file containing polling data in, in CSV format.
For more information, read our Managing and sharing cloud recordings documentation.
Variants
Tuple Fields of FallthroughString
0: StringImplementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for FileType
impl UnwindSafe for FileType
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more