Uses of Class
quicktime.std.sg.SGChannel

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

Uses of SGChannel in quicktime.std.movies.media
 

Methods in quicktime.std.movies.media with parameters of type SGChannel
static UserData UserData.fromSGChannel(SGChannel chan)
          Retrieves the current settings of the SequenceGrabber channel.
 

Uses of SGChannel in quicktime.std.sg
 

Subclasses of SGChannel in quicktime.std.sg
 class AudioChannel
          Assists in importing sound into a movie.
 class SGMusicChannel
          Assists in Creating a MIDI Channel.
 class SGSoundChannel
          Assists in importing sound into a movie.
 class SGTextChannel
          Assists in importing video into a movie.
 class SGVideoChannel
          Assists in importing video into a movie.
 class VisualChannel
           
 

Methods in quicktime.std.sg that return SGChannel
 SGChannel SequenceGrabber.getIndChannel(int index)
          Allows you to obtain the channel type currently in use by a sequence grabber component.
 

Methods in quicktime.std.sg with parameters of type SGChannel
 int SGDataProc.execute(SGChannel chan, QTPointerRef dataToWrite, int offset, int chRefCon, int time, int writeType)
          The method that is called by QuickTime to write the provided data.
 void SequenceGrabber.disposeChannel(SGChannel c)
          Removes a channel from a sequence grabber component.
 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.setChannel(SGChannel c)


QuickTime::SGSetChannelOutput