VideoSourceType enum

The type of the video source.

Inheritance
Annotations
  • @JsonEnum(alwaysCreate: true)

Constructors

VideoSourceType()
const

Values

videoSourceCameraPrimary → const VideoSourceType

0: (Default) The primary camera.

videoSourceCamera → const VideoSourceType

0: (Default) The primary camera.

videoSourceCameraSecondary → const VideoSourceType

1: The secondary camera.

videoSourceScreenPrimary → const VideoSourceType

2: The primary screen.

videoSourceScreen → const VideoSourceType

2: The primary screen.

videoSourceScreenSecondary → const VideoSourceType

3: The secondary screen.

videoSourceCustom → const VideoSourceType

4: A custom video source.

videoSourceMediaPlayer → const VideoSourceType

5: The media player.

videoSourceRtcImagePng → const VideoSourceType

6: One PNG image.

videoSourceRtcImageJpeg → const VideoSourceType

7: One JPEG image.

videoSourceRtcImageGif → const VideoSourceType

8: One GIF image.

videoSourceRemote → const VideoSourceType

9: One remote video acquired by the network.

videoSourceTranscoded → const VideoSourceType

10: One transcoded video source.

videoSourceCameraThird → const VideoSourceType

11: (For Android, Windows, and macOS only) The third camera.

videoSourceCameraFourth → const VideoSourceType

12: (For Android, Windows, and macOS only) The fourth camera.

videoSourceScreenThird → const VideoSourceType

13: (For Windows and macOS only) The third screen.

videoSourceScreenFourth → const VideoSourceType

14: (For Windows and macOS only) The fourth screen.

videoSourceUnknown → const VideoSourceType

100: An unknown video source.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<VideoSourceType>
A constant List of the values in this enum, in order of their declaration.