Platform SDK: Broadcast Architecture

Adding the Video Control to a Visual J++ Project

You can add the Video control to projects built using the Microsoft® Visual J++™ development system for Java. To do this, follow this procedure:

To add the Video control to a Visual J++ project

  1. Open or create a Java project.
  2. On the Tools menu, click Java Type Library Wizard.

    A dialog box appears, listing all the installed controls.

  3. Click to select the Microsoft BPC Video Server and Control Module check box.
  4. Click OK.

    The Java Type Library Wizard generates class files for the Video control.

  5. Add the Video control's classes to your Java files using the import keyword. For example, the following code imports all of the Video control's classes into a file's namespace:
    import vidsvr.*;

Once the Video control has been added to your project, you can create instances of Video control objects; access the Video control's methods, properties, and events; and add the Video control to user interfaces.