ProjectionFormat

The list of known projection formats.

Entries

Link copied to clipboard

Normal projection format.

Link copied to clipboard

Standard equi-rectangular 360 degree projection format.

Properties

Link copied to clipboard
The human readable name of the format.

Functions

Link copied to clipboard
open fun parse(value: Any): Video.ProjectionFormat
open fun parse(value: Any, defaultProjectionFormat: Video.ProjectionFormat): Video.ProjectionFormat
Matches the given value to list of known projection format names.
Link copied to clipboard
open fun toString(): String
Overrides the base implementation to return the name of the format as string.
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.