|
FFmpegKit iOS / macOS / tvOS API 5.1
|
#import <MediaInformation.h>
Instance Methods | |
| (instancetype) | - init:withStreams:withChapters: |
| (NSString *) | - getFilename |
| (NSString *) | - getFormat |
| (NSString *) | - getLongFormat |
| (NSString *) | - getDuration |
| (NSString *) | - getStartTime |
| (NSString *) | - getSize |
| (NSString *) | - getBitrate |
| (NSDictionary *) | - getTags |
| (NSArray *) | - getStreams |
| (NSArray *) | - getChapters |
| (NSString *) | - getStringProperty: |
| (NSNumber *) | - getNumberProperty: |
| (id) | - getProperty: |
| (NSString *) | - getStringFormatProperty: |
| (NSNumber *) | - getNumberFormatProperty: |
| (id) | - getFormatProperty: |
| (NSDictionary *) | - getFormatProperties |
| (NSDictionary *) | - getAllProperties |
Media information class.
Definition at line 40 of file MediaInformation.h.
| - (NSDictionary *) getAllProperties |
Returns all properties defined.
Definition at line 47 of file MediaInformation.m.
| - (NSString *) getBitrate |
| - (NSArray *) getChapters |
| - (NSString *) getDuration |
Returns duration.
Definition at line 47 of file MediaInformation.m.
| - (NSString *) getFilename |
| - (NSString *) getFormat |
| - (NSDictionary *) getFormatProperties |
Returns all format properties defined.
Definition at line 47 of file MediaInformation.m.
| - (id) getFormatProperty: | (NSString*) | key |
Returns the format property associated with the key.
Definition at line 47 of file MediaInformation.m.
| - (NSString *) getLongFormat |
| - (NSNumber *) getNumberFormatProperty: | (NSString*) | key |
Returns the format property associated with the key.
Definition at line 47 of file MediaInformation.m.
| - (NSNumber *) getNumberProperty: | (NSString*) | key |
Returns the property associated with the key.
Definition at line 47 of file MediaInformation.m.
| - (id) getProperty: | (NSString*) | key |
Returns the property associated with the key.
Definition at line 47 of file MediaInformation.m.
| - (NSString *) getSize |
| - (NSString *) getStartTime |
Returns start time.
Definition at line 47 of file MediaInformation.m.
| - (NSArray *) getStreams |
| - (NSString *) getStringFormatProperty: | (NSString*) | key |
Returns the format property associated with the key.
Definition at line 47 of file MediaInformation.m.
| - (NSString *) getStringProperty: | (NSString*) | key |
Returns the property associated with the key.
Definition at line 47 of file MediaInformation.m.
| - (NSDictionary *) getTags |
| - (instancetype) init: | (NSDictionary*) | mediaDictionary | |
| withStreams: | (NSArray*) | streams | |
| withChapters: | (NSArray*) | chapters | |
Definition at line 47 of file MediaInformation.m.