[ TDx_Draw_Library ]
[ next: TDx_DrawVideoPortContainer ]
[ prev: TDx_DrawSurface ]
class TDx_DrawVideoPort : public TComponent
class PACKAGE TDx_DrawVideoPort : public TComponent
class type : Interface
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Properties
Methods
Events
See Also
The TDx_DrawVideoPort component wraps the DirectX IDirectDrawVideoPort interface, which channels live video from the video port hardware to a surface, often an overlay, for display.
It is used to start and stop the flow of video information, retrieve the input and output formats supported, retrieve the zoom factors required to display video successfully, change the video transfer parameters and retrieve the number of the video line currently being written to the frame buffer.
Other methods include the retrieval of status, polarity or color control information, assigning target surfaces for the video, changing the flipping behavior, setting color controls and waiting for the vsync or a specified scan line.
PROPERTIES
Top
Properties
Methods
Events
See Also
Created
ErrorValue
METHODS
Top
Properties
Methods
Events
See Also
Create
Destroy
Flip
GetBandwidthInfo
GetColorControls
GetFieldPolarity
GetInputFormats
GetOutputFormats
GetVideoLine
GetVideoSignalStatus
SetColorControls
SetTargetSurface
StartVideo
StopVideo
UpdateVideo
WaitForSync
EVENTS
Top
Properties
Methods
Events
See Also
OnCreate
OnDestroy
OnError
SEE ALSO
Top
Properties
Methods
Events
See Also
TDx_DrawSurface
TDDPixelFormat
TDDVideoPortBandwidth
TDDColorControl
TDDVideoPortInfo
TDx_DrawVideoPortContainer::CreateVideoPort()
TDx_DrawVideoPort::Create()
TDx_DrawVideoPort::Destroy()
TDx_DrawVideoPort::OnError()