IMMCuePointEvent

The IMMCuePointEvent class is the class for cue point events. A cue point event gets generated whenever a device passes over one of its set cue points.


IMMCuePointEvent - Member Functions and Data by Group

Constructors & Destructor

You can construct and destruct objects of this class.


[view class]
~IMMCuePointEvent
public:
virtual ~IMMCuePointEvent()

Supported Platforms

Windows OS/2 AIX
Yes Yes No


[view class]
IMMCuePointEvent
public:
IMMCuePointEvent(const IEvent& event)

Although you can construct objects of this class, typically IMMDeviceHandler::dispatchHandlerEvent creates objects of this class from an object of the class IEvent or another IMMCuePointEvent object.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


Event Information

Use these members to return the position, device, and user parameter for the device that generated this event.


[view class]
device
public:
IMMDevice* device() const

Returns a pointer to the device that played or recorded over a cue point.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


[view class]
position
public:
IMMTime position() const

Returns the cue point position.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


[view class]
userParameter
public:
unsigned short userParameter() const

Returns the user parameter that was set at the time of this event. See IMMDevice::setUserParameter for more information.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


IMMCuePointEvent - Inherited Member Functions and Data

Inherited Public Functions

IEvent

Inherited Public Data

Inherited Protected Functions

Inherited Protected Data