|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SequenceGrabber | |
quicktime.io | |
quicktime.qd | |
quicktime.std.clocks | |
quicktime.std.movies | |
quicktime.std.movies.media | |
quicktime.std.sg |
Uses of SequenceGrabber in quicktime.io |
Methods in quicktime.io with parameters of type SequenceGrabber | |
static QTFile |
QTFile.fromSequenceGrabber(SequenceGrabber s)
Allows you to determine the movie file that is currently assigned to a sequence grabber component. |
Uses of SequenceGrabber in quicktime.qd |
Methods in quicktime.qd with parameters of type SequenceGrabber | |
static Pict |
Pict.fromSequenceGrabber(SequenceGrabber sg,
QDRect bounds,
int offscreenDepth,
int grabPictFlags)
Provides a simple interface to obtain a QuickDraw picture from a sequence grabber component. |
static QDGraphics |
QDGraphics.fromSequenceGrabber(SequenceGrabber sg)
Returns the QDGraphic context of the sequence grabber. |
static GDevice |
GDevice.fromSequenceGrabber(SequenceGrabber sg)
Returns the current device of the sequence grabber. |
Uses of SequenceGrabber in quicktime.std.clocks |
Methods in quicktime.std.clocks with parameters of type SequenceGrabber | |
static TimeBase |
TimeBase.fromSequenceGrabber(SequenceGrabber sg)
Returns the SequenceGrabber's current time Base. |
Uses of SequenceGrabber in quicktime.std.movies |
Methods in quicktime.std.movies with parameters of type SequenceGrabber | |
static Movie |
Movie.fromSequenceGrabber(SequenceGrabber sg)
Determines a reference to the movie that contains the data collected during a record operation. |
Uses of SequenceGrabber in quicktime.std.movies.media |
Methods in quicktime.std.movies.media with parameters of type SequenceGrabber | |
static UserData |
UserData.fromSequenceGrabber(SequenceGrabber sg)
Retrieves the current settings of all channels used by the sequence grabber. |
static DataRef |
DataRef.fromSequenceGrabber(SequenceGrabber sg)
Determines the data reference that is currently assigned to a sequence grabber component. |
static DataRef |
DataRef.fromSGOutput(SequenceGrabber sg,
SGOutput output)
QuickTime::SGGetOutputDataReference( |
Uses of SequenceGrabber in quicktime.std.sg |
Methods in quicktime.std.sg that return SequenceGrabber | |
SequenceGrabber |
SGChannel.getSequenceGrabber()
Returns the SequenceGrabber that the channel is attached too. |
Constructors in quicktime.std.sg with parameters of type SequenceGrabber | |
SGVideoChannel(SequenceGrabber owner)
Creates a sequence grabber channel and assigns a channel component to the channel. |
|
SGSoundChannel(SequenceGrabber owner)
Creates a sequence grabber channel and assigns a channel component to the channel. |
|
SGMusicChannel(SequenceGrabber owner)
Creates a sequence grabber music channel and assigns a channel component to the channel. |
|
SGOutput(SequenceGrabber owner,
DataRef dataRef,
int whereFlags)
The SGNewOutput function creates a new sequence grabber output. |
|
SGTextChannel(SequenceGrabber owner)
Creates a sequence grabber channel text and assigns a channel component to the channel. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |