[ Previous | Next | Contents | Glossary | Home | Search ]
Ultimedia Services Version 2 for AIX: Programmer's Guide and Reference

UMSXWindowMClass Class

The UMSXWindowMClass metaclass is an Ultimedia Services Version 2 feature and does not apply to Ultimedia Services Version 1.2.1.

This class inherits from the UMSClass class.This object creates UMSXWindow object based on the display and video format needed.

To learn more about the UMSXWindowMClass class, see:

For introductory information, see MetaClass Objects.

Method Descriptions

UMSXWindow make_from_display(in Display *x_disp)

Description

This method creates an appropriate UMSXWindow object.

Arguments
in Display *x_disp The X display the to be associated with the object.
Return Values
A pointer to an UMSXWindow object If no error is found.
A NULL pointer to UMSXWindow If an error is found.

[ Previous | Next | Contents | Glossary | Home | Search ]