ContentLauncherTrait.SupportedProtocolsBitmap

data class ContentLauncherTrait.SupportedProtocolsBitmap


Supported streaming protocols.

Summary

Public constructors

Creates the SupportedProtocolsBitmap data class.

Public functions

open ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

String

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

Boolean

Device supports Dynamic Adaptive Streaming over HTTP (DASH).

Boolean

Device supports HTTP Live Streaming (HLS).

String

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

Public constructors

SupportedProtocolsBitmap

SupportedProtocolsBitmap(dash: Boolean = false, hls: Boolean = false)

Creates the SupportedProtocolsBitmap data class.

Public functions

toRaw

open fun toRaw(): ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

bitmapName

val bitmapNameString

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

dash

val dashBoolean

Device supports Dynamic Adaptive Streaming over HTTP (DASH).

hls

val hlsBoolean

Device supports HTTP Live Streaming (HLS).

traitId

val traitIdString

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