wfdBindDestinationToPortQNX()
Set the writeback destination for a port
Synopsis:
#include <wfd/wfdext.h>
WFDErrorCode wfdBindDestinationToPortQNX(WFDDevice device, WFDPort port, WFDDestinationQNX destination, WFDTransition transition)
Arguments:
- device
- A WFD device handle.
- port
- A port handle associated with device.
- destination
- A destination handle associated with device; or WFD_INVALID_HANDLE to disable writeback.
- transition
-
Indicates when the new binding should take effect. Pass
WFD_TRANSITION_AT_VSYNC
to switch after the current frame, orWFD_TRANSITION_IMMEDIATE
to switch as soon as possible (which may cause the current frame to be dropped).
Library:
libWFDclientDescription:
When the new binding takes effect, any other destination bound to the specified port will be released.
Returns:
WFD_ERROR_NONE
on success, or an OpenWFD error code on failure. This function does not affect values returned by wfdGetError()
.
Page updated: