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.


Nested Class Summary
static interface QTMovieInspection._static_
           
 
Method Summary
 NSObject attributeForKey(NSString attributeKey)
           
 NSObject currentTime()
           
 NSDictionary movieAttributes()
          attributes
Original signature : -(NSDictionary*)movieAttributes
 boolean muted()
           
 float rate()
           
 void setAttribute_forKey(org.rococoa.ID value, NSString attributeKey)
           
 void setMovieAttributes(NSDictionary attributes)
           
 NSArray tracks()
           
 NSArray tracksOfMediaType(NSString type)
           
 float volume()
           
 

Method Detail

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)