Uses of Class
quicktime.std.movies.media.UserData

Packages that use UserData
quicktime.std.image   
quicktime.std.movies   
quicktime.std.movies.media   
quicktime.std.qtcomponents   
quicktime.std.sg   
 

Uses of UserData in quicktime.std.image
 

Methods in quicktime.std.image that return UserData
 UserData GraphicsExporter.getMetaData()
          Returns supplemental data, such as textual copyright information.
 UserData GraphicsImporter.getMetaData(GraphicsImporter gi)
          Gets metadata from an image file and adds it to a user data structure.
 

Methods in quicktime.std.image with parameters of type UserData
 void GraphicsExporter.setMetaData(UserData userData)
          Defines supplemental data, such as textual copyright information.
 

Uses of UserData in quicktime.std.movies
 

Methods in quicktime.std.movies that return UserData
 UserData Movie.getUserData()
          This method allows your application to obtain access to a movie's user data list.
 UserData Track.getUserData()
          This method allows your application to obtain access to a track's user data list.
 

Uses of UserData in quicktime.std.movies.media
 

Methods in quicktime.std.movies.media that return UserData
 UserData Media.getUserData()
          This method allows your application to obtain access to a media's user data list.
static UserData UserData.fromGraphicsExporter(GraphicsExporter ge)
          This method allows your application to obtain access to a GraphicsExporter user data list.
static UserData UserData.fromMovie(Movie m)
          This method allows your application to obtain access to a movie's user data list.
static UserData UserData.fromSequenceGrabber(SequenceGrabber sg)
          Retrieves the current settings of all channels used by the sequence grabber.
static UserData UserData.fromSGChannel(SGChannel chan)
          Retrieves the current settings of the SequenceGrabber channel.
static UserData UserData.fromTrack(Track t)
          This method allows your application to obtain access to a track's user data list.
static UserData UserData.fromMedia(Media m)
          This method allows your application to obtain access to a media's user data list.
static UserData UserData.fromTimeCoderSource(TimeCoder timeCoder, TimeCodeDescription tcd)
          This method allows your application to obtain access to a media's user data list.
 

Methods in quicktime.std.movies.media with parameters of type UserData
 void UserData.copyFromUserData(UserData destUserData, boolean replace)
          Copies the user data to the destination user data object
 void UserData.copyToUserData(UserData srcUserData, boolean replace)
          Copies the user data from the specified user data object
static void UserData.copyUserData(UserData srcUserData, UserData destUserData, int copyRule)
          Copies the user data from the specified user data object into the destination user data object
 

Uses of UserData in quicktime.std.qtcomponents
 

Methods in quicktime.std.qtcomponents that return UserData
 UserData TimeCoder.getUserDataSourceRef(TimeCodeDescription tcd)
          Allows you to retrieve the source information from the time code media sample.
 

Methods in quicktime.std.qtcomponents with parameters of type UserData
 void TimeCoder.setUserDataSourceRef(TimeCodeDescription tcd, UserData udata)
          Allows you to change the source information in the media sample.
 

Uses of UserData in quicktime.std.sg
 

Methods in quicktime.std.sg that return UserData
 UserData SGChannel.getSettings()
          Retrieves the current settings of the SequenceGrabber channel.
 UserData SequenceGrabber.getSettings()
          Retrieves the current settings of all channels used by the sequence grabber.
 

Methods in quicktime.std.sg with parameters of type UserData
 void SGChannel.setSettings(UserData ud)
          Configure a SequenceGrabber channel based on the UserData passed in.
 void SequenceGrabber.setSettings(UserData ud)
          Configures a sequence grabber.