FMIceLinkVideoConfig Class Reference
| Inherits from | FMIceLinkMediaConfig : NSObject |
|---|---|
| Conforms to | * FMIceLinkVideoConfig |
| Declared in | FMIceLinkVideoConfig.h FMIceLinkVideoConfig.m |
– description
Returns a string that represents this instance.
- (NSString *)descriptionDiscussion
Returns a string that represents this instance.
Declared In
FMIceLinkVideoConfig.h
– frameRate
Gets the frame rate.
- (int)frameRateDiscussion
Gets the frame rate.
Declared In
FMIceLinkVideoConfig.h
– height
Gets the height.
- (int)heightDiscussion
Gets the height.
Declared In
FMIceLinkVideoConfig.h
– initWithWidth:height:frameRate:
Initializes a new instance of the FMIceLinkVideoConfig class.
- (instancetype)initWithWidth:(int)width height:(int)height frameRate:(int)frameRateDiscussion
Initializes a new instance of the FMIceLinkVideoConfig class.
Declared In
FMIceLinkVideoConfig.h
– initWithWidth:height:frameRate:clockRate:
Initializes a new instance of the FMIceLinkVideoConfig class.
- (instancetype)initWithWidth:(int)width height:(int)height frameRate:(int)frameRate clockRate:(int)clockRateDiscussion
Initializes a new instance of the FMIceLinkVideoConfig class.
Declared In
FMIceLinkVideoConfig.h
– isEquivalentWithConfig:
Determines whether the specified configuration is equivalent.
- (bool)isEquivalentWithConfig:(FMIceLinkVideoConfig *)configParameters
config |
The configuration. |
|---|
Discussion
Determines whether the specified configuration is equivalent.
Declared In
FMIceLinkVideoConfig.h
+ videoConfigWithWidth:height:frameRate:
Initializes a new instance of the FMIceLinkVideoConfig class.
+ (FMIceLinkVideoConfig *)videoConfigWithWidth:(int)width height:(int)height frameRate:(int)frameRateDiscussion
Initializes a new instance of the FMIceLinkVideoConfig class.
Declared In
FMIceLinkVideoConfig.h
+ videoConfigWithWidth:height:frameRate:clockRate:
Initializes a new instance of the FMIceLinkVideoConfig class.
+ (FMIceLinkVideoConfig *)videoConfigWithWidth:(int)width height:(int)height frameRate:(int)frameRate clockRate:(int)clockRateDiscussion
Initializes a new instance of the FMIceLinkVideoConfig class.
Declared In
FMIceLinkVideoConfig.h