MediaInput.Command

enum MediaInput.Command : Enum


Descriptor enum for this trait's commands.

Summary

Enum Values

HideInputStatus

The hideInputStatus trait command.

RenameInput

The renameInput trait command.

SelectInput

The selectInput trait command.

ShowInputStatus

The showInputStatus trait command.

Public functions

MediaInput.Command
valueOf(value: String)

Returns the enum constant of this type with the specified name.

Array<MediaInput.Command>

Returns an array containing the constants of this enum type, in the order they're declared.

Public properties

UInt

Enum Values

HideInputStatus

val MediaInput.Command.HideInputStatusMediaInput.Command

The hideInputStatus trait command.

RenameInput

val MediaInput.Command.RenameInputMediaInput.Command

The renameInput trait command.

SelectInput

val MediaInput.Command.SelectInputMediaInput.Command

The selectInput trait command.

ShowInputStatus

val MediaInput.Command.ShowInputStatusMediaInput.Command

The showInputStatus trait command.

Public functions

valueOf

fun valueOf(value: String): MediaInput.Command

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.)

Throws
kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

values

fun values(): Array<MediaInput.Command>

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.

Public properties

tag

val tagUInt