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
Boolean

Device supports content search.

Boolean
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

contentSearch

val contentSearchBoolean

Device supports content search.

textTracks

val textTracksBoolean

urlPlayback

val urlPlaybackBoolean

Device supports basic URL-based file playback.