enum classafParrotSdk2::VideoResolution
sys::Obj sys::Enum afParrotSdk2::VideoResolution
@Serializable { simple=true }
A selection of video resolutions.
- _360p
- const static VideoResolution _360p := ...- 640 x 360 
- _720p
- const static VideoResolution _720p := ...- 1280 x 720 
- fromStr
- static new fromStr(Str name, Bool checked := true)- Return the VideoResolution instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr. 
- vals
- const static VideoResolution[] vals := ...- List of VideoResolution values indexed by ordinal