ChannelTrait.RecordingFlagBitmap

data class ChannelTrait.RecordingFlagBitmap


Recording flags.

Summary

Public constructors

RecordingFlagBitmap(
    scheduled: Boolean,
    recordSeries: Boolean,
    recorded: Boolean
)

Creates the RecordingFlagBitmap data class.

Public functions

open ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

Boolean

The program series is scheduled for recording.

Boolean

The program is recorded and available to be played.

Boolean

The program is scheduled for recording.

Public constructors

RecordingFlagBitmap

RecordingFlagBitmap(
    scheduled: Boolean = false,
    recordSeries: Boolean = false,
    recorded: Boolean = false
)

Creates the RecordingFlagBitmap data class.

Public functions

toRaw

open fun toRaw(): ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

recordSeries

val recordSeriesBoolean

The program series is scheduled for recording.

recorded

val recordedBoolean

The program is recorded and available to be played.

scheduled

val scheduledBoolean

The program is scheduled for recording.