WsfBMCueMessage

WsfBMCueMessage inherits WsfMessage

Construction: WsfBMCueMessage newObj = WsfBMCueMessage();
Clone: WsfBMCueMessage newObj = WsfBMCueMessage(other);

Methods

void SetCueTime(double)
double GetCueTime()
void SetReferenceTrackID(WsfTrackId aTrackId)
WsfTrackId GetReferenceTrackID()
void SetMasterTrackID(WsfTrackId aTrackId)
WsfTrackId GetMasterTrackID()
void SetInitiatingPlatform(WsfPlatform platform)
WsfPlatform GetInitiatingPlatform()
void SetCuedSensor(WsfPlatform aPlatform, WsfSensor aSensor)
WsfPlatform GetCuedPlatform()
WsfSensor GetCuedSensor()
void SetCuedReasonNewCue()
void SetCuedReasonCancelCue()
bool IsCancelCue()
void Print()