VideoStreamType

Type Alias VideoStreamType 

Source
pub type VideoStreamType = VideoStreamType;
Expand description

Originally defined in common::enums::video_stream_type

Aliased Type§

#[repr(u8)]
pub enum VideoStreamType { Rtsp = 0, Rtpudp = 1, TcpMpeg = 2, MpegTs = 3, }

Variants§

§

Rtsp = 0

MAVLink enum entry VIDEO_STREAM_TYPE_RTSP.

Stream is RTSP

§

Rtpudp = 1

MAVLink enum entry VIDEO_STREAM_TYPE_RTPUDP.

Stream is RTP UDP (URI gives the port number)

§

TcpMpeg = 2

MAVLink enum entry VIDEO_STREAM_TYPE_TCP_MPEG.

Stream is MPEG on TCP

§

MpegTs = 3

MAVLink enum entry VIDEO_STREAM_TYPE_MPEG_TS.

Stream is MPEG TS (URI gives the port number)