Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Draw_Library v2.00 Component Reference
|
|
[ TDx_DrawVideoPortContainer::CreateVideoPort() ]
[ next: Destroy() ]
[ prev: Create() ]
public:
virtual bool __fastcall CreateVideoPort( dword pFlags, TDDVideoPortDesc* pVideoPortDesc, TDx_DrawVideoPort* pVideoPort );
TDX_DRAWVIDEOPORTCONTAINER::CREATEVIDEOPORT()
[ component method ]
- Description
- Parameters
Flags
The Flags parameter defines flags indicating which portion of the video stream the video-port will control.
The described effect applies when the flag is set.
Set this parameteer to NULL if no control options are needed.
DDVPCREATE_VBIONLY
The new video port will only control the VBI portion of the video stream.
DDVPCREATE_VIDEOONLY
The new video port will only control the non-VBI portion of the video stream.
VideoPortDesc
The VideoPortDesc parameter references a TDDVideoPortDesc component defining the properties of the video port being created.
VideoPort
The VideoPort parameter will reference the new video port if this method returns successfully.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|