enum classafParrotSdk2::VideoResolution

sys::Obj
  sys::Enum
    afParrotSdk2::VideoResolution

@Serializable { simple=true }

A selection of video resolutions.

_360p

Source

const static VideoResolution _360p := ...

640 x 360

_720p

Source

const static VideoResolution _720p := ...

1280 x 720

fromStr

Source

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

Source

const static VideoResolution[] vals := ...

List of VideoResolution values indexed by ordinal