ProgramRestrictions

enum class ProgramRestrictions: Enum<ProgramRestrictions>

EnumItems

Name Description
WIFI

Playback is not allowed over WiFi.

CELLULAR

Playback is not allowed over Cellular network.

PHONE

Playback is not allowed on mobile phone devices.

TABLET

Playback is not allowed on tablet devices.

STB

Playback is not allowed on STB devices.

JAILBROKEN

Assuming Jailbroken is treated as Rooted on Android devices

OUTOFHOME

Playback is not allowed when out of home network coverage.

  • Note: Not yet supported.
ANDROID

Playback is not allowed on Android devices.

REWIND

Rewind is not allowed for this program.

FASTFORWARD

Fast-forward is not allowed for this program.

PAUSE

Pause is not allowed for this program.

RESUME

Resume is not allowed for this program.

SEEKFORWARD

Seek/Skip forward is not allowed for this program.

SEEKBACKWARD

Seek/Skip backward is not allowed for this program.

RESTART

Restart is not allowed for this program.

TIMESHIFT

Timeshift is not allowed for this program.

Blocks Pause, Resume, Fast-forward, Rewind, Seek/Skip Forward and Backward.

EXTENDEDDISPLAY

Playback is not allowed over HDMI (dongle).

Fields

Name Description
val value: Int

PBR code