Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.27
LEADTOOLS Media Foundation Help

ltmfPlay_Notify Constants

Show in webframe

typedef enum _ltmfPlay_Notify
{
   ltmfPlay_Notify_StateChanged,
   ltmfPlay_Notify_Error,
   ltmfPlay_Notify_TrackingPositionChanged,
   ltmfPlay_Notify_TrackingSelectionChanged,
} ltmfPlay_Notify;

The ltmfPlay_Notify constants define the WPARAM parameter used in notification messages.

Constant

Description

ltmfPlay_Notify_StateChanged

[0] Indicates that the play objects state has changed. The high order 32 bits of LPARAM contain the previous state. The low order 32 bits of LPARAM contain the current state.

ltmfPlay_Notify_Error

[1] Indicates a playback error has occurred. The message LPARAM value contains the HRESULT error code.

ltmfPlay_Notify_TrackingPositionChanged

[2] Indicates that the current tracking position has changed. The LPARAM value contains the new tracking position.

ltnmmPlay_Notify_TrackingSelectionChanged

[3] Indicates that the current tracking selection has changed. The high order 32 bits of LPARAM contain the previous ending position. The low order 32 bits of LPARAM contain the starting position.

See Also

IltmfPlay::SetNotifyWindow

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.