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

Enables clients to implement more advanced media seeking behavior.

Boolean

Device or app supports Audio Tracks.

Boolean

Device supports content search.

Boolean

Device or app supports Text Tracks.

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

Enables clients to implement more advanced media seeking behavior.

audioTracks

val audioTracksBoolean

Device or app supports Audio Tracks.

contentSearch

val contentSearchBoolean

Device supports content search.

textTracks

val textTracksBoolean

Device or app supports Text Tracks.

urlPlayback

val urlPlaybackBoolean

Device supports basic URL-based file playback.