Enum opentok::stream::StreamVideoType [−][src]
pub enum StreamVideoType {
Camera,
Screen,
Custom,
__Unknown,
}
Expand description
Different type of video streams supported.
Variants
This is a video stream coming from a camera.
This is a video stream coming from a screen capture.
This is a custom video stream.
Unknown video stream type.
Trait Implementations
Performs the conversion.