MediaInputTrait.RenameInputCommand.Request

class MediaInputTrait.RenameInputCommand.Request


The request payload for the RenameInput command.

Summary

Public constructors

Request(index: UByte, name: String)

Creates a request payload for the RenameInput command.

Public properties

UByte

The index of the input to be renamed.

String

The new name for the specified input.

Public constructors

Request

Request(index: UByte, name: String = "")

Creates a request payload for the RenameInput command.

Public properties

index

val indexUByte

The index of the input to be renamed.

name

val nameString

The new name for the specified input.