org.rococoa.cocoa.qtkit.categories
Interface QTMovieChapters

All Known Implementing Classes:
QTMovie

public interface QTMovieChapters

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 QTMovieChapters._static_
           
 
Method Summary
 void addChapters_withAttributes_error(NSArray chapters, NSDictionary attributes, PointerByReference errorPtr)
           
 int chapterCount()
           
 NSArray chapters()
           
 boolean hasChapters()
           
 boolean removeChapters()
           
 NSObject startTimeOfChapter(int chapterIndex)
          Original signature : -(id)startTimeOfChapter:(NSInteger)
0-based index
 

Method Detail

hasChapters

boolean hasChapters()

chapterCount

int chapterCount()

chapters

NSArray chapters()

addChapters_withAttributes_error

void addChapters_withAttributes_error(NSArray chapters,
                                      NSDictionary attributes,
                                      PointerByReference errorPtr)

removeChapters

boolean removeChapters()

startTimeOfChapter

NSObject startTimeOfChapter(int chapterIndex)
Original signature : -(id)startTimeOfChapter:(NSInteger)
0-based index