Enum opentok::stream::StreamVideoType[][src]

pub enum StreamVideoType {
    Camera,
    Screen,
    Custom,
    __Unknown,
}
Expand description

Different type of video streams supported.

Variants

Camera

This is a video stream coming from a camera.

Screen

This is a video stream coming from a screen capture.

Custom

This is a custom video stream.

__Unknown

Unknown video stream type.

Trait Implementations

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.