Uses of Class
quicktime.std.sg.SGOutput

Packages that use SGOutput
quicktime.std.movies.media   
quicktime.std.sg   
 

Uses of SGOutput in quicktime.std.movies.media
 

Methods in quicktime.std.movies.media with parameters of type SGOutput
static DataRef DataRef.fromSGOutput(SequenceGrabber sg, SGOutput output)


QuickTime::SGGetOutputDataReference(

 

Uses of SGOutput in quicktime.std.sg
 

Methods in quicktime.std.sg that return SGOutput
 SGOutput SequenceGrabber.newOutput(DataRef dataRef, int whereFlags)
          The SGNewOutput function creates a new sequence grabber output.
 SGOutput SGOutput.getNextOutput()


QuickTime::SGGetOutputNextOutput(

 

Methods in quicktime.std.sg with parameters of type SGOutput
 void SGChannel.setOutput(SGOutput output)


QuickTime::SGSetChannelOutput

 void SequenceGrabber.disposeOutput(SGOutput output)
          Disposes of an output associated with a sequence grabber.
 void SequenceGrabber.writeExtendedMovieData(SGChannel c, int p, int len, long offset, SGOutput sgOut)
          Allows your channel component to add data to a movie.
 void SGOutput.setNextOutput(SGOutput nextOutput)


QuickTime::SGSetOutputNextOutput(