MediaInputCommands

interface MediaInputCommands

Known direct subclasses
MediaInput

API for the MediaInput trait.


Summary

Public functions

suspend Unit

Hide the input list on the display.

suspend Unit
renameInput(index: UByte, name: String)

Change the name of the specified input.

suspend Unit

Change the media input on the device.

suspend Unit

Show the input list on the display.

Public functions

hideInputStatus

suspend fun hideInputStatus(): Unit

Hide the input list on the display.

renameInput

suspend fun renameInput(index: UByte, name: String): Unit

Change the name of the specified input.

Parameters
index: UByte

The index of the input to be renamed.

name: String

The new name for the specified input.

selectInput

suspend fun selectInput(index: UByte): Unit

Change the media input on the device.

Parameters
index: UByte

The index of the input to select.

showInputStatus

suspend fun showInputStatus(): Unit

Show the input list on the display.