FFmpegKit iOS / macOS / tvOS API 6.0
|
#import <StreamInformation.h>
Instance Methods | |
(instancetype) | - init: |
(NSNumber *) | - getIndex |
(NSString *) | - getType |
(NSString *) | - getCodec |
(NSString *) | - getCodecLong |
(NSString *) | - getFormat |
(NSNumber *) | - getWidth |
(NSNumber *) | - getHeight |
(NSString *) | - getBitrate |
(NSString *) | - getSampleRate |
(NSString *) | - getSampleFormat |
(NSString *) | - getChannelLayout |
(NSString *) | - getSampleAspectRatio |
(NSString *) | - getDisplayAspectRatio |
(NSString *) | - getAverageFrameRate |
(NSString *) | - getRealFrameRate |
(NSString *) | - getTimeBase |
(NSString *) | - getCodecTimeBase |
(NSDictionary *) | - getTags |
(NSString *) | - getStringProperty: |
(NSNumber *) | - getNumberProperty: |
(id) | - getProperty: |
(NSDictionary *) | - getAllProperties |
Stream information class.
Definition at line 47 of file StreamInformation.h.
- (NSDictionary *) getAllProperties |
Returns all stream properties defined.
Definition at line 39 of file StreamInformation.m.
- (NSString *) getAverageFrameRate |
Returns average frame rate.
Definition at line 39 of file StreamInformation.m.
- (NSString *) getBitrate |
- (NSString *) getChannelLayout |
- (NSString *) getCodec |
- (NSString *) getCodecLong |
Returns stream codec in long format.
Definition at line 39 of file StreamInformation.m.
- (NSString *) getCodecTimeBase |
Returns codec time base.
Definition at line 39 of file StreamInformation.m.
- (NSString *) getDisplayAspectRatio |
Returns display aspect ratio.
Definition at line 39 of file StreamInformation.m.
- (NSString *) getFormat |
- (NSNumber *) getHeight |
- (NSNumber *) getIndex |
Returns stream index.
Definition at line 39 of file StreamInformation.m.
- (NSNumber *) getNumberProperty: | (NSString*) | key |
Returns the stream property associated with the key.
Definition at line 39 of file StreamInformation.m.
- (id) getProperty: | (NSString*) | key |
Returns the stream property associated with the key.
Definition at line 39 of file StreamInformation.m.
- (NSString *) getRealFrameRate |
Returns real frame rate.
Definition at line 39 of file StreamInformation.m.
- (NSString *) getSampleAspectRatio |
Returns sample aspect ratio.
Definition at line 39 of file StreamInformation.m.
- (NSString *) getSampleFormat |
- (NSString *) getSampleRate |
- (NSString *) getStringProperty: | (NSString*) | key |
Returns the stream property associated with the key.
Definition at line 39 of file StreamInformation.m.
- (NSDictionary *) getTags |
- (NSString *) getTimeBase |
- (NSString *) getType |
Returns stream type.
Definition at line 39 of file StreamInformation.m.
- (NSNumber *) getWidth |
- (instancetype) init: | (NSDictionary*) | streamDictionary |
Definition at line 39 of file StreamInformation.m.