|
FFmpegKit iOS / macOS / tvOS API 4.5
|
#import <MediaInformation.h>
Instance Methods | |
| (instancetype) | - init:withStreams: |
| (NSString *) | - getFilename |
| (NSString *) | - getFormat |
| (NSString *) | - getLongFormat |
| (NSString *) | - getDuration |
| (NSString *) | - getStartTime |
| (NSString *) | - getSize |
| (NSString *) | - getBitrate |
| (NSDictionary *) | - getTags |
| (NSArray *) | - getStreams |
| (NSString *) | - getStringProperty: |
| (NSNumber *) | - getNumberProperty: |
| (NSDictionary *) | - getProperties: |
| (NSDictionary *) | - getMediaProperties |
| (NSDictionary *) | - getAllProperties |
Media information class.
Definition at line 39 of file MediaInformation.h.
| - (NSDictionary *) getAllProperties |
Returns all properties defined.
Definition at line 42 of file MediaInformation.m.
| - (NSString *) getBitrate |
| - (NSString *) getDuration |
Returns duration.
Definition at line 42 of file MediaInformation.m.
| - (NSString *) getFilename |
| - (NSString *) getFormat |
| - (NSString *) getLongFormat |
| - (NSDictionary *) getMediaProperties |
Returns all media properties.
Definition at line 42 of file MediaInformation.m.
| - (NSNumber *) getNumberProperty: | (NSString*) | key |
Returns the media property associated with the key.
Definition at line 42 of file MediaInformation.m.
| - (NSDictionary *) getProperties: | (NSString*) | key |
Returns the media properties associated with the key.
Definition at line 42 of file MediaInformation.m.
| - (NSString *) getSize |
| - (NSString *) getStartTime |
Returns start time.
Definition at line 42 of file MediaInformation.m.
| - (NSArray *) getStreams |
| - (NSString *) getStringProperty: | (NSString*) | key |
Returns the media property associated with the key.
Definition at line 42 of file MediaInformation.m.
| - (NSDictionary *) getTags |
| - (instancetype) init: | (NSDictionary*) | mediaDictionary | |
| withStreams: | (NSArray*) | streams | |
Definition at line 42 of file MediaInformation.m.