PlayMode

Depicts the playback mode that NewPlayer is currently in. Or in other words this tells how NewPlayer is displaying media.

Entries

Link copied to clipboard

NewPlayer is currently idling and is not displaying anything. If NewPlayer is in this mode NewPlayerUI will show a loading circle on a black background. If this should not be visible please hide ore remove NewPlayerUI when NewPlayer switches to IDLE mode.

Link copied to clipboard

Video is played in an embedded view. See Screenshot

Link copied to clipboard

Video is played in fullscreen mode. See Screenshot

Link copied to clipboard

Video is displayed in Picture in Picture mode see Screenshot

Link copied to clipboard

TODO: Obsolete and does not work. Remove this!!!

Link copied to clipboard

TODO: Obsolete and does not work. Remove this!!!

Link copied to clipboard

Plays a Video/Audio stream while showing the audio player ui. See Screenshot See Screenshot in landscape

Link copied to clipboard

Shows the embedded UI for Audio playback of a Video/Audio stream.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): PlayMode

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.