Class MediaPlayerStatusCommand

Base command type for a full writable command, which uses flags to indicate the changed properties

Hierarchy

Constructors

Properties

_properties: Partial<MediaPlayer>
flag: number
mediaPlayerId: number
MaskFlags: {
    atBeginning: number;
    clipFrame: number;
    loop: number;
    playing: number;
} = ...

Type declaration

  • atBeginning: number
  • clipFrame: number
  • loop: number
  • playing: number
minimumVersion?: ProtocolVersion
rawName: "SCPS" = 'SCPS'

Accessors

Methods

Generated using TypeDoc