#import <Chapter.h>
Chapter class.
Definition at line 36 of file Chapter.h.
◆ getAllProperties
- (NSDictionary *) getAllProperties |
|
|
|
Returns all chapter properties defined.
- Returns
- all chapter properties in a dictionary or nil if no properties are defined
Definition at line 28 of file Chapter.m.
◆ getEnd
◆ getEndTime
- (NSString *) getEndTime |
|
|
|
◆ getId
◆ getNumberProperty:
- (NSNumber *) getNumberProperty: |
|
(NSString*) |
key |
|
Returns the chapter property associated with the key.
- Returns
- chapter property as number or nil if the key is not found
Definition at line 28 of file Chapter.m.
◆ getProperty:
- (id) getProperty: |
|
(NSString*) |
key |
|
Returns the chapter property associated with the key.
- Returns
- chapter property as id or nil if the key is not found
Definition at line 28 of file Chapter.m.
◆ getStart
◆ getStartTime
- (NSString *) getStartTime |
|
|
|
◆ getStringProperty:
- (NSString *) getStringProperty: |
|
(NSString*) |
key |
|
Returns the chapter property associated with the key.
- Returns
- chapter property as string or nil if the key is not found
Definition at line 28 of file Chapter.m.
◆ getTags
- (NSDictionary *) getTags |
|
|
|
◆ getTimeBase
- (NSString *) getTimeBase |
|
|
|
◆ init:
- (instancetype) init: |
|
(NSDictionary*) |
chapterDictionary |
|
Initial value:{
NSDictionary *dictionary
Definition at line 28 of file Chapter.m.
The documentation for this class was generated from the following files: