- General info
- Constants
- Functions/Parameters
- FResult SetFreeze( int winid, Bool mode )
This function poses a request to the platform to freeze or unfreeze the video content. The completion of the request is signalled via the corresponding notification function. When it is frozen, the video contents is no longer updated. Every SetFreeze call will result in a notification, even if a freeze request is made when the video content is already frozen.
Parameters
| mode | boolean to freeze or unfreeze.
|
- FResult IsFrozen( int winid, Bool * retval )
Indicates if the video is frozen.
Parameters
| retval | a return value of True indicates the video is frozen.
|
- FResult FreezeSupported( int winid, Bool * retval )
Indicates if the SetFreeze operation will have any effect.
Parameters
| retval | Returns True when freeze is supported.
|
- FResult FreezeAllowed( int winid, Bool * retval )
Indicates if a call to SetFreeze is allowed.
Parameters
| retval | Returns True if the SetFreeze may be called
|
- FResult SetStrobe( int winid, int period )
- FResult GetStrobe( int winid, int * retval )
- FResult StrobeSupported( int winid, Bool * retval )
- FResult StrobeAllowed( int winid, Bool * retval )
Copyright © 2009, Koninklijke Philips Electronics N.V.