Share via


MediaCenter.onTVRecordStateChange Event

Raised when the status of a TV recording session has changed.

Note   This event has been deprecated.

Syntax

  onTVRecordStateChange(
  TunerID
  , 
  RecordingFlag
  )

Parameters

TunerID

A String that contains the GUID of the tuner being used for the TV recording session.

RecordingFlag

A Boolean that is true if a recording session started, and false if it stopped.

Remarks

This event enables HTML applications to accurately reflect the state of the TV tuner. If the TV tuner is in use, an application can use this event to determine when the TV tuner becomes available.

Requirements

Platform: HTML application hosted within Windows XP Media Center Edition 2005 through Windows Vista

See Also