ltmfPlay_Notify Constants

Summary

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

Syntax

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

Members

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.

ltmfPlay_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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Media Foundation C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.