ContentLauncherTrait.Feature

data class ContentLauncherTrait.Feature


ContentLauncher cluster FeatureMap.

Summary

Public constructors

Feature(
    contentSearch: Boolean,
    urlPlayback: Boolean,
    advancedSeek: Boolean,
    textTracks: Boolean,
    audioTracks: Boolean
)

Creates the Feature data class.

Public functions

open ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

Boolean
Boolean
String

Name of the Matter bitmap, in UpperCamelCase, e.g. "OnOffControlBitmap" from OnOff Cluster.

Boolean

Device supports content search.

Boolean
String

Trait identifier of the Matter Cluster that defines the bitmap Data Type.

Boolean

Device supports basic URL-based file playback.

Public constructors

Feature

Feature(
    contentSearch: Boolean = false,
    urlPlayback: Boolean = false,
    advancedSeek: Boolean = false,
    textTracks: Boolean = false,
    audioTracks: Boolean = false
)

Creates the Feature data class.

Public functions

toRaw

open fun toRaw(): ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

advancedSeek

val advancedSeekBoolean

audioTracks

val audioTracksBoolean

bitmapName

val bitmapNameString

Name of the Matter bitmap, in UpperCamelCase, e.g. "OnOffControlBitmap" from OnOff Cluster.

contentSearch

val contentSearchBoolean

Device supports content search.

textTracks

val textTracksBoolean

traitId

val traitIdString

Trait identifier of the Matter Cluster that defines the bitmap Data Type. Refer to ClusterId.traitId for the format.

urlPlayback

val urlPlaybackBoolean

Device supports basic URL-based file playback.