Type Alias vk_parse::VideoCodecs

source ·
pub type VideoCodecs = CommentedChildren<VideoCodec>;

Aliased Type§

struct VideoCodecs {
    pub comment: Option<String>,
    pub children: Vec<VideoCodec>,
}

Fields§

§comment: Option<String>§children: Vec<VideoCodec>