pjmedia_vid_dev_fullscreen_flag class abstract
Enumeration of window fullscreen flags.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- PJMEDIA_VID_DEV_FULLSCREEN → const int
- Fullscreen enabled, video mode may be changed.
- PJMEDIA_VID_DEV_FULLSCREEN_DESKTOP → const int
- Fullscreen enabled by resizing video frame to match to the desktop, video mode will not be changed.
- PJMEDIA_VID_DEV_WINDOWED → const int
- Windowed or disable fullscreen.