AudioOutputCommands

interface AudioOutputCommands

Known direct subclasses
AudioOutput

API for the AudioOutput trait.


Summary

Public functions

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

Rename the specified output.

suspend Unit

Change the output on the device to the specified output.

Public functions

renameOutput

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

Rename the specified output.

Parameters
index: UByte

The index of the output to rename.

name: String

The new name of the specified output.

selectOutput

suspend fun selectOutput(index: UByte): Unit

Change the output on the device to the specified output.

Parameters
index: UByte

The index of the output to select.