quicktime.streaming
Class SettingsDialog

java.lang.Object
  |
  +--quicktime.streaming.SettingsDialog
All Implemented Interfaces:
quicktime.jdirect.QTStreamingLib, quicktime.jdirect.SharedLibrary, com.apple.jdirect.SharedLibrary

public class SettingsDialog
extends java.lang.Object
implements quicktime.jdirect.QTStreamingLib

This class represents a settings dialog used to configure a streaming session. The dialog allows the user to specify audio and video source in addition to settings for compression and packetizer


Fields inherited from interface quicktime.jdirect.QTStreamingLib
JDirect_MacOSX, libraryInstance
 
Constructor Summary
SettingsDialog(Presentation p)
          This method creates and displays a new settings dialog for all active streams
SettingsDialog(Presentation p, Stream s)
          This method creates and displays a new settings dialog for a specific stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingsDialog

public SettingsDialog(Presentation p)
               throws QTException
This method creates and displays a new settings dialog for all active streams
Parameters:
p - the presentation to configure

SettingsDialog

public SettingsDialog(Presentation p,
                      Stream s)
               throws QTException
This method creates and displays a new settings dialog for a specific stream
Parameters:
p - the presentation to configure
s - the stream to configure