ContentLauncherTrait.SupportedProtocolsBitmap

data class ContentLauncherTrait.SupportedProtocolsBitmap : ClusterBitmap


Supported streaming protocols.

Summary

Public constructors

Creates the SupportedProtocolsBitmap data class.

Public functions

open ULong

Public properties

Boolean

Device supports Dynamic Adaptive Streaming over HTTP (DASH).

Boolean

Device supports HTTP Live Streaming (HLS).

Public constructors

SupportedProtocolsBitmap

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

Creates the SupportedProtocolsBitmap data class.

Public functions

toRaw

open fun toRaw(): ULong

Public properties

dash

val dashBoolean

Device supports Dynamic Adaptive Streaming over HTTP (DASH).

hls

val hlsBoolean

Device supports HTTP Live Streaming (HLS).