|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeCodeDescription | |
quicktime.std.movies.media | |
quicktime.std.qtcomponents | |
quicktime.util |
Uses of TimeCodeDescription in quicktime.std.movies.media |
Methods in quicktime.std.movies.media that return TimeCodeDescription | |
TimeCodeDescription |
TimeCodeMedia.getTimeCodeDescription(int index)
This method allows you to retrieve a sample description from a media. |
Methods in quicktime.std.movies.media with parameters of type TimeCodeDescription | |
static UserData |
UserData.fromTimeCoderSource(TimeCoder timeCoder,
TimeCodeDescription tcd)
This method allows your application to obtain access to a media's user data list. |
Uses of TimeCodeDescription in quicktime.std.qtcomponents |
Methods in quicktime.std.qtcomponents with parameters of type TimeCodeDescription | |
QTHandle |
TimeCoder.getSourceRef(TimeCodeDescription tcd)
Deprecated. since QTJava 5.0 |
UserData |
TimeCoder.getUserDataSourceRef(TimeCodeDescription tcd)
Allows you to retrieve the source information from the time code media sample. |
void |
TimeCoder.setSourceRef(TimeCodeDescription tcd,
QTHandleRef sref)
Allows you to change the source information in the media sample. |
void |
TimeCoder.setUserDataSourceRef(TimeCodeDescription tcd,
UserData udata)
Allows you to change the source information in the media sample. |
Uses of TimeCodeDescription in quicktime.util |
Methods in quicktime.util with parameters of type TimeCodeDescription | |
static QTHandle |
QTHandle.fromTimeCoderSource(TimeCoder tc,
TimeCodeDescription tcd)
Allows you to retrieve the source information from the time code media sample. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |