Searched defs:TrackType (Results 1 – 1 of 1) sorted by relevance
18 pub enum TrackType { enum48 pub fn new(track_type: TrackType, codec_info: RtspCodecInfo, media_control: String) -> Self { in new()