20#ifndef FFMPEG_KIT_CHAPTER_H
21#define FFMPEG_KIT_CHAPTER_H
23#import <Foundation/Foundation.h>
38- (instancetype)init:(NSDictionary*)chapterDictionary;
59- (NSString*)getStringProperty:(NSString*)key;
66- (NSNumber*)getNumberProperty:(NSString*)key;
73- (id)getProperty:(NSString*)key;
NSString *const ChapterKeyTimeBase
NSString *const ChapterKeyStartTime
NSString *const ChapterKeyId
NSString *const ChapterKeyEndTime
NSString *const ChapterKeyEnd
NSString *const ChapterKeyTags
NSString *const ChapterKeyStart
NSDictionary * getAllProperties()
NSString * getStartTime()