FMIceLinkVideoFormat Class Reference
| Inherits from | FMIceLinkMediaFormat : NSObject | 
|---|---|
| Conforms to | * FMIceLinkVideoFormat  | 
| Declared in | FMIceLinkVideoFormat.h FMIceLinkVideoFormat.m  | 
+ abgr
	+ (FMIceLinkVideoFormat *)abgrDiscussion
Declared In
FMIceLinkVideoFormat.h
+ abgrName
	+ (NSString *)abgrNameDiscussion
Declared In
FMIceLinkVideoFormat.h
+ argb
	+ (FMIceLinkVideoFormat *)argbDiscussion
Declared In
FMIceLinkVideoFormat.h
+ argbName
	+ (NSString *)argbNameDiscussion
Declared In
FMIceLinkVideoFormat.h
+ bgr
	+ (FMIceLinkVideoFormat *)bgrDiscussion
Declared In
FMIceLinkVideoFormat.h
+ bgra
	+ (FMIceLinkVideoFormat *)bgraDiscussion
Declared In
FMIceLinkVideoFormat.h
+ bgraName
	+ (NSString *)bgraNameDiscussion
Declared In
FMIceLinkVideoFormat.h
+ bgrName
	+ (NSString *)bgrNameDiscussion
Declared In
FMIceLinkVideoFormat.h
– clone
	- (FMIceLinkVideoFormat *)cloneDiscussion
Declared In
FMIceLinkVideoFormat.h
– createInstance
	- (FMIceLinkVideoFormat *)createInstanceDiscussion
Declared In
FMIceLinkVideoFormat.h
+ formatNameToFourCCWithFormatName:
	+ (int)formatNameToFourCCWithFormatName:(NSString *)formatNameParameters
formatName | 
						The format name.  | 
					
|---|
Return Value
The FourCC value, or 0 if the format name is not recognized.
Discussion
Declared In
FMIceLinkVideoFormat.h
– fourCC
	- (int)fourCCDiscussion
Declared In
FMIceLinkVideoFormat.h
– fourCCToFormatNameWithFourcc:
	- (NSString *)fourCCToFormatNameWithFourcc:(int)fourccParameters
fourcc | 
						The FourCC value.  | 
					
|---|
Return Value
The format name, or an empty string if the FourCC value is not recognized.
Discussion
Declared In
FMIceLinkVideoFormat.h
+ fromJsonWithVideoFormatJson:
	+ (FMIceLinkVideoFormat *)fromJsonWithVideoFormatJson:(NSString *)videoFormatJsonParameters
videoFormatJson | 
						The video format JSON. @return  | 
					
|---|
Discussion
Declared In
FMIceLinkVideoFormat.h
+ h264
	+ (FMIceLinkVideoFormat *)h264Discussion
Declared In
FMIceLinkVideoFormat.h
+ h264Name
	+ (NSString *)h264NameDiscussion
Declared In
FMIceLinkVideoFormat.h
+ i420
	+ (FMIceLinkVideoFormat *)i420Discussion
Declared In
FMIceLinkVideoFormat.h
+ i420Name
	+ (NSString *)i420NameDiscussion
Declared In
FMIceLinkVideoFormat.h
– init
	- (instancetype)initDiscussion
Declared In
FMIceLinkVideoFormat.h
– initWithName:
	- (instancetype)initWithName:(NSString *)nameParameters
name | 
						The name.  | 
					
|---|
Discussion
Declared In
FMIceLinkVideoFormat.h
– initWithName:clockRate:
	- (instancetype)initWithName:(NSString *)name clockRate:(int)clockRateParameters
name | 
						The name.  | 
					
|---|---|
clockRate | 
						The clock rate.  | 
					
Discussion
Declared In
FMIceLinkVideoFormat.h
– isAbgr
	- (bool)isAbgrDiscussion
Declared In
FMIceLinkVideoFormat.h
– isArgb
	- (bool)isArgbDiscussion
Declared In
FMIceLinkVideoFormat.h
– isBgr
	- (bool)isBgrDiscussion
Declared In
FMIceLinkVideoFormat.h
– isBgra
	- (bool)isBgraDiscussion
Declared In
FMIceLinkVideoFormat.h
– isH264
	- (bool)isH264Discussion
Declared In
FMIceLinkVideoFormat.h
– isI420
	- (bool)isI420Discussion
Declared In
FMIceLinkVideoFormat.h
– isNv12
	- (bool)isNv12Discussion
Declared In
FMIceLinkVideoFormat.h
– isNv21
	- (bool)isNv21Discussion
Declared In
FMIceLinkVideoFormat.h
– isRaw
	- (bool)isRawDiscussion
Declared In
FMIceLinkVideoFormat.h
– isRgb
	- (bool)isRgbDiscussion
Declared In
FMIceLinkVideoFormat.h
– isRgba
	- (bool)isRgbaDiscussion
Declared In
FMIceLinkVideoFormat.h
– isRgbaType
	- (bool)isRgbaTypeDiscussion
Declared In
FMIceLinkVideoFormat.h
– isRgbType
	- (bool)isRgbTypeDiscussion
Declared In
FMIceLinkVideoFormat.h
– isVp8
	- (bool)isVp8Discussion
Declared In
FMIceLinkVideoFormat.h
– isVp9
	- (bool)isVp9Discussion
Declared In
FMIceLinkVideoFormat.h
– isYuvType
	- (bool)isYuvTypeDiscussion
Declared In
FMIceLinkVideoFormat.h
– isYv12
	- (bool)isYv12Discussion
Declared In
FMIceLinkVideoFormat.h
+ nv12
	+ (FMIceLinkVideoFormat *)nv12Discussion
Declared In
FMIceLinkVideoFormat.h
+ nv12Name
	+ (NSString *)nv12NameDiscussion
Declared In
FMIceLinkVideoFormat.h
+ nv21
	+ (FMIceLinkVideoFormat *)nv21Discussion
Declared In
FMIceLinkVideoFormat.h
+ nv21Name
	+ (NSString *)nv21NameDiscussion
Declared In
FMIceLinkVideoFormat.h
– parameters
	- (NSString *)parametersDiscussion
Declared In
FMIceLinkVideoFormat.h
+ rgb
	+ (FMIceLinkVideoFormat *)rgbDiscussion
Declared In
FMIceLinkVideoFormat.h
+ rgba
	+ (FMIceLinkVideoFormat *)rgbaDiscussion
Declared In
FMIceLinkVideoFormat.h
+ rgbaName
	+ (NSString *)rgbaNameDiscussion
Declared In
FMIceLinkVideoFormat.h
+ rgbName
	+ (NSString *)rgbNameDiscussion
Declared In
FMIceLinkVideoFormat.h
– setFourCC:
	- (void)setFourCC:(int)valueDiscussion
Declared In
FMIceLinkVideoFormat.h
+ toFourCCWithA:b:c:d:
	+ (int)toFourCCWithA:(unichar)a b:(unichar)b c:(unichar)c d:(unichar)dDiscussion
Declared In
FMIceLinkVideoFormat.h
+ toFourCCWithFourcc:
	+ (int)toFourCCWithFourcc:(NSString *)fourccParameters
fourcc | 
						The fourcc.  | 
					
|---|
Discussion
Declared In
FMIceLinkVideoFormat.h
– toJson
	@return
- (NSString *)toJsonDiscussion
@return
Declared In
FMIceLinkVideoFormat.h
+ toJsonWithVideoFormat:
	+ (NSString *)toJsonWithVideoFormat:(FMIceLinkVideoFormat *)videoFormatParameters
videoFormat | 
						The video format. @return  | 
					
|---|
Discussion
Declared In
FMIceLinkVideoFormat.h
+ videoFormat
	+ (FMIceLinkVideoFormat *)videoFormatDiscussion
Declared In
FMIceLinkVideoFormat.h
+ videoFormatWithName:
	+ (FMIceLinkVideoFormat *)videoFormatWithName:(NSString *)nameParameters
name | 
						The name.  | 
					
|---|
Discussion
Declared In
FMIceLinkVideoFormat.h
+ videoFormatWithName:clockRate:
	+ (FMIceLinkVideoFormat *)videoFormatWithName:(NSString *)name clockRate:(int)clockRateParameters
name | 
						The name.  | 
					
|---|---|
clockRate | 
						The clock rate.  | 
					
Discussion
Declared In
FMIceLinkVideoFormat.h
+ vp8
	+ (FMIceLinkVideoFormat *)vp8Discussion
Declared In
FMIceLinkVideoFormat.h
+ vp8Name
	+ (NSString *)vp8NameDiscussion
Declared In
FMIceLinkVideoFormat.h
+ vp9
	+ (FMIceLinkVideoFormat *)vp9Discussion
Declared In
FMIceLinkVideoFormat.h
+ vp9Name
	+ (NSString *)vp9NameDiscussion
Declared In
FMIceLinkVideoFormat.h
+ yv12
	+ (FMIceLinkVideoFormat *)yv12Discussion
Declared In
FMIceLinkVideoFormat.h
+ yv12Name
	+ (NSString *)yv12NameDiscussion
Declared In
FMIceLinkVideoFormat.h