Home
last modified time | relevance | path

Searched refs:track_type (Results 1 – 1 of 1) sorted by relevance

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