pub type VideoCodecs = CommentedChildren<VideoCodec>;Aliased Type§
pub struct VideoCodecs {
pub comment: Option<String>,
pub children: Vec<VideoCodec>,
}Fields§
§comment: Option<String>§children: Vec<VideoCodec>pub type VideoCodecs = CommentedChildren<VideoCodec>;pub struct VideoCodecs {
pub comment: Option<String>,
pub children: Vec<VideoCodec>,
}comment: Option<String>§children: Vec<VideoCodec>