VideoRemoteControlDevice.GoogleTraits

class VideoRemoteControlDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

GoogleTraits(
    extendedLevelControl: ExtendedLevelControl?,
    extendedChannel: ExtendedChannel?,
    extendedMediaInput: ExtendedMediaInput?,
    extendedApplicationLauncher: ExtendedApplicationLauncher?,
    extendedMediaPlayback: ExtendedMediaPlayback?,
    mediaActivityState: MediaActivityState?
)

Public properties

ExtendedApplicationLauncher?

This trait supports devices which are able to switch between applications.

ExtendedChannel?

This trait supports devices that support TV channels on a media device.

ExtendedLevelControl?

This trait belongs to devices which have a volume control.

ExtendedMediaInput?

This trait is an extension of the Matter standard trait, MediaInput, and is used by devices that can switch inputs.

ExtendedMediaPlayback?
MediaActivityState?

Public constructors

GoogleTraits

GoogleTraits(
    extendedLevelControl: ExtendedLevelControl?,
    extendedChannel: ExtendedChannel?,
    extendedMediaInput: ExtendedMediaInput?,
    extendedApplicationLauncher: ExtendedApplicationLauncher?,
    extendedMediaPlayback: ExtendedMediaPlayback?,
    mediaActivityState: MediaActivityState?
)

Public properties

extendedApplicationLauncher

val extendedApplicationLauncherExtendedApplicationLauncher?

This trait supports devices which are able to switch between applications.

extendedChannel

val extendedChannelExtendedChannel?

This trait supports devices that support TV channels on a media device.

extendedLevelControl

val extendedLevelControlExtendedLevelControl?

This trait belongs to devices which have a volume control.

extendedMediaInput

val extendedMediaInputExtendedMediaInput?

This trait is an extension of the Matter standard trait, MediaInput, and is used by devices that can switch inputs.

extendedMediaPlayback

val extendedMediaPlaybackExtendedMediaPlayback?

mediaActivityState

val mediaActivityStateMediaActivityState?