org.rococoa.cocoa.qtkit.categories
Interface QTMovieInspection
- All Known Implementing Classes:
- QTMovie
public interface QTMovieInspection
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
currentTime
NSObject currentTime()
rate
float rate()
volume
float volume()
muted
boolean muted()
movieAttributes
NSDictionary movieAttributes()
- attributes
Original signature : -(NSDictionary*)movieAttributes
setMovieAttributes
void setMovieAttributes(NSDictionary attributes)
attributeForKey
NSObject attributeForKey(NSString attributeKey)
setAttribute_forKey
void setAttribute_forKey(org.rococoa.ID value,
NSString attributeKey)
tracks
NSArray tracks()
tracksOfMediaType
NSArray tracksOfMediaType(NSString type)