ExtendedChannelTrait.ExtendedMediaChannel

class ExtendedChannelTrait.ExtendedMediaChannel


Media channel description.

Summary

Public constructors

ExtendedMediaChannel(number: String, key: String, names: List<String>)

Creates the ExtendedMediaChannel class.

Public properties

String

Unique identifier for this channel.

List<String>

List of user-visible names for this channel.

String

Optional numeric identifier for this channel, for example 256 or 13.1.

Public constructors

ExtendedMediaChannel

ExtendedMediaChannel(
    number: String = "",
    key: String = "",
    names: List<String> = emptyList()
)

Creates the ExtendedMediaChannel class.

Public properties

key

val keyString

Unique identifier for this channel. Not exposed to users.

names

val namesList<String>

List of user-visible names for this channel.

number

val numberString

Optional numeric identifier for this channel, for example 256 or 13.1.