X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=macosx%2FHBSubtitles.h;h=83c9a1d6fe6a462811668168821086c3f5e21f57;hb=0884cb45aeeb60a46effe1d1056a61fe68300ea7;hp=6cc55356bfe90054c5b5fcf596e3cfbc504328fe;hpb=c392e99706ab8c970c89f8c2ae737661fd239350;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/macosx/HBSubtitles.h b/macosx/HBSubtitles.h index 6cc55356..83c9a1d6 100644 --- a/macosx/HBSubtitles.h +++ b/macosx/HBSubtitles.h @@ -29,12 +29,14 @@ int container; // Create new subtitle track - (void)addSubtitleTrack; - (NSDictionary *)createSubtitleTrack; -- (NSMutableArray*) getSubtitleArray: (NSMutableArray *) subtitlesArray ; +- (NSMutableArray*) getSubtitleArray; // Add an srt file - (void)createSubtitleSrtTrack:(NSString *)filePath; - (void)containerChanged:(int) newContainer; +- (void)setNewSubtitles:(NSMutableArray*) newSubtitleArray; + // Table View Delegates - (int)numberOfRowsInTableView:(NSTableView *)aTableView;