enum

PlaceOS::Model::Playlist::Orientation

Inherits Enum < Comparable < Value < Object

Constants

Unspecified = 0
Landscape = 1
Portrait = 2
Square = 3

Instance methods

landscape?

Returns true if this enum value equals Landscape

Source
portrait?

Returns true if this enum value equals Portrait

Source
square?

Returns true if this enum value equals Square

Source
unspecified?

Returns true if this enum value equals Unspecified

Source