quicktime.streaming
Class Stream
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.streaming.Stream
- All Implemented Interfaces:
- quicktime.jdirect.QTStreamingLib, quicktime.jdirect.SharedLibrary, com.apple.jdirect.SharedLibrary
- public final class Stream
- extends QTObject
- implements quicktime.jdirect.QTStreamingLib
The Stream class represents a broadcast stream used by a Presentation object
Fields inherited from interface quicktime.jdirect.QTStreamingLib |
JDirect_MacOSX, libraryInstance |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Stream
public Stream(Presentation pres,
int dataType,
QTPointerRef data)
throws QTException
- Create a new stream object
- Parameters:
pres
- supervising Presentation objectdataType
- OSType specifying type of stream datadata
- data
Stream
public Stream(Presentation pres,
int dataType,
QTPointerRef data,
int flags)
throws QTException
- Create a new stream object
- Parameters:
pres
- supervising Presentation objectdataType
- OSType specifying type of stream datadata
- dataflags
- stream flags
getPresentation
public Presentation getPresentation()
throws QTException
- Retrieves the presentation object this stream is associated with
- Returns:
- Presentation the presentation object