Home
last modified time | relevance | path

Searched defs:TrackType (Results 1 – 1 of 1) sorted by relevance

/xiu/protocol/rtsp/src/
H A Drtsp_track.rs18 pub enum TrackType { enum
48 pub fn new(track_type: TrackType, codec_info: RtspCodecInfo, media_control: String) -> Self { in new()