![]() |
FFmpegKit iOS / macOS / tvOS API
4.4
|
Go to the source code of this file.
Variables | |
NSString *const | StreamKeyIndex = @"index" |
NSString *const | StreamKeyType = @"codec_type" |
NSString *const | StreamKeyCodec = @"codec_name" |
NSString *const | StreamKeyCodecLong = @"codec_long_name" |
NSString *const | StreamKeyFormat = @"pix_fmt" |
NSString *const | StreamKeyWidth = @"width" |
NSString *const | StreamKeyHeight = @"height" |
NSString *const | StreamKeyBitRate = @"bit_rate" |
NSString *const | StreamKeySampleRate = @"sample_rate" |
NSString *const | StreamKeySampleFormat = @"sample_fmt" |
NSString *const | StreamKeyChannelLayout = @"channel_layout" |
NSString *const | StreamKeySampleAspectRatio = @"sample_aspect_ratio" |
NSString *const | StreamKeyDisplayAspectRatio = @"display_aspect_ratio" |
NSString *const | StreamKeyAverageFrameRate = @"avg_frame_rate" |
NSString *const | StreamKeyRealFrameRate = @"r_frame_rate" |
NSString *const | StreamKeyTimeBase = @"time_base" |
NSString *const | StreamKeyCodecTimeBase = @"codec_time_base" |
NSString *const | StreamKeyTags = @"tags" |
NSString* const StreamKeyAverageFrameRate = @"avg_frame_rate" |
Definition at line 35 of file StreamInformation.m.
NSString* const StreamKeyBitRate = @"bit_rate" |
Definition at line 29 of file StreamInformation.m.
NSString* const StreamKeyChannelLayout = @"channel_layout" |
Definition at line 32 of file StreamInformation.m.
NSString* const StreamKeyCodec = @"codec_name" |
Definition at line 24 of file StreamInformation.m.
NSString* const StreamKeyCodecLong = @"codec_long_name" |
Definition at line 25 of file StreamInformation.m.
NSString* const StreamKeyCodecTimeBase = @"codec_time_base" |
Definition at line 38 of file StreamInformation.m.
NSString* const StreamKeyDisplayAspectRatio = @"display_aspect_ratio" |
Definition at line 34 of file StreamInformation.m.
NSString* const StreamKeyFormat = @"pix_fmt" |
Definition at line 26 of file StreamInformation.m.
NSString* const StreamKeyHeight = @"height" |
Definition at line 28 of file StreamInformation.m.
NSString* const StreamKeyIndex = @"index" |
Definition at line 22 of file StreamInformation.m.
NSString* const StreamKeyRealFrameRate = @"r_frame_rate" |
Definition at line 36 of file StreamInformation.m.
NSString* const StreamKeySampleAspectRatio = @"sample_aspect_ratio" |
Definition at line 33 of file StreamInformation.m.
NSString* const StreamKeySampleFormat = @"sample_fmt" |
Definition at line 31 of file StreamInformation.m.
NSString* const StreamKeySampleRate = @"sample_rate" |
Definition at line 30 of file StreamInformation.m.
NSString* const StreamKeyTags = @"tags" |
Definition at line 39 of file StreamInformation.m.
NSString* const StreamKeyTimeBase = @"time_base" |
Definition at line 37 of file StreamInformation.m.
NSString* const StreamKeyType = @"codec_type" |
Definition at line 23 of file StreamInformation.m.
NSString* const StreamKeyWidth = @"width" |
Definition at line 27 of file StreamInformation.m.