Video content values.
More...
◆ fromContentAttribute()
Converts an SDP content attribute to a video content value.
- Parameters
-
sdpContentAttribute | The SDP content attribute. |
- Returns
- The video content value.
◆ fromVideoType()
Converts a video type to a video content value.
- Parameters
-
- Returns
- The video content value.
◆ getCamera()
static String fm.liveswitch.VideoContent.getCamera |
( |
| ) |
|
|
static |
Gets a value indicating camera-based video.
◆ getScreen()
static String fm.liveswitch.VideoContent.getScreen |
( |
| ) |
|
|
static |
Gets a value indicating screen-based video.
◆ toSdpContentAttribute()
Converts a video content value to an SDP content attribute.
- Parameters
-
videoContent | The video content value. |
- Returns
- The SDP content attribute.
◆ toVideoType()
Converts a video content value to a video type.
- Parameters
-
videoContent | The video content value. |
- Returns
- The video type.