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 *)description
Discussion
Returns a string that represents this instance.
Declared In
FMIceLinkVideoConfig.h
– frameRate
Gets the frame rate.
- (int)frameRate
Discussion
Gets the frame rate.
Declared In
FMIceLinkVideoConfig.h
– height
Gets the height.
- (int)height
Discussion
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)frameRate
Discussion
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)clockRate
Discussion
Initializes a new instance of the FMIceLinkVideoConfig class.
Declared In
FMIceLinkVideoConfig.h
– isEquivalentWithConfig:
Determines whether the specified configuration is equivalent.
- (bool)isEquivalentWithConfig:(FMIceLinkVideoConfig *)config
Parameters
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)frameRate
Discussion
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)clockRate
Discussion
Initializes a new instance of the FMIceLinkVideoConfig class.
Declared In
FMIceLinkVideoConfig.h