A video configuration. More...
Instance Methods | |
(NSString *) | - description |
Returns a string that represents this instance. More... | |
(double) | - frameDuration |
Gets the frame duration in milliseconds. More... | |
(double) | - frameRate |
Gets the frame-rate. More... | |
(int) | - height |
Gets the size height. More... | |
(instancetype) | - initWithSize:frameRate: |
Initializes a new instance of the FMLiveSwitchVideoConfig class. More... | |
(instancetype) | - initWithSize:frameRate:clockRate: |
Initializes a new instance of the FMLiveSwitchVideoConfig class. More... | |
(instancetype) | - initWithWidth:height:frameRate: |
Initializes a new instance of the FMLiveSwitchVideoConfig class. More... | |
(instancetype) | - initWithWidth:height:frameRate:clockRate: |
Initializes a new instance of the FMLiveSwitchVideoConfig class. More... | |
(bool) | - isEquivalentWithConfig: |
Determines whether the specified configuration is equivalent. More... | |
(void) | - setFrameRate: |
Sets the frame-rate. More... | |
(void) | - setSize: |
Sets the size. More... | |
(FMLiveSwitchSize *) | - size |
Gets the size. More... | |
(int) | - width |
Gets the size width. More... | |
Instance Methods inherited from FMLiveSwitchMediaConfig | |
(instancetype) | - initWithClockRate: |
Initializes a new instance of the FMLiveSwitchMediaConfig`1 class. More... | |
(bool) | - isEquivalentWithConfig: |
Determines whether the specified configuration is equivalent. More... | |
Class Methods | |
(FMLiveSwitchVideoConfig *) | + videoConfigWithSize:frameRate: |
Initializes a new instance of the FMLiveSwitchVideoConfig class. More... | |
(FMLiveSwitchVideoConfig *) | + videoConfigWithSize:frameRate:clockRate: |
Initializes a new instance of the FMLiveSwitchVideoConfig class. More... | |
(FMLiveSwitchVideoConfig *) | + videoConfigWithWidth:height:frameRate: |
Initializes a new instance of the FMLiveSwitchVideoConfig class. More... | |
(FMLiveSwitchVideoConfig *) | + videoConfigWithWidth:height:frameRate:clockRate: |
Initializes a new instance of the FMLiveSwitchVideoConfig class. More... | |
Class Methods inherited from FMLiveSwitchMediaConfig | |
(FMLiveSwitchMediaConfig *) | + mediaConfigWithClockRate: |
Initializes a new instance of the FMLiveSwitchMediaConfig`1 class. More... | |
Additional Inherited Members | |
Protected Attributes inherited from FMLiveSwitchMediaConfig | |
__pad0__: NSObject- (int) clockRate | |
A video configuration.
- (NSString*) description |
Returns a string that represents this instance.
- (double) frameDuration |
Gets the frame duration in milliseconds.
- (double) frameRate |
Gets the frame-rate.
- (int) height |
Gets the size height.
- (instancetype) initWithSize: | (FMLiveSwitchSize *) | size | |
frameRate: | (double) | frameRate | |
Initializes a new instance of the FMLiveSwitchVideoConfig class.
size | The size. |
frameRate | The frame rate. |
- (instancetype) initWithSize: | (FMLiveSwitchSize *) | size | |
frameRate: | (double) | frameRate | |
clockRate: | (int) | clockRate | |
Initializes a new instance of the FMLiveSwitchVideoConfig class.
size | The size. |
frameRate | The frame rate. |
clockRate | The clock rate. |
- (instancetype) initWithWidth: | (int) | width | |
height: | (int) | height | |
frameRate: | (double) | frameRate | |
Initializes a new instance of the FMLiveSwitchVideoConfig class.
width | The width. |
height | The height. |
frameRate | The frame rate. |
- (instancetype) initWithWidth: | (int) | width | |
height: | (int) | height | |
frameRate: | (double) | frameRate | |
clockRate: | (int) | clockRate | |
Initializes a new instance of the FMLiveSwitchVideoConfig class.
width | The width. |
height | The height. |
frameRate | The frame rate. |
clockRate | The clock rate. |
- (bool) isEquivalentWithConfig: | (FMLiveSwitchVideoConfig *) | config |
Determines whether the specified configuration is equivalent.
config | The configuration. |
- (void) setFrameRate: | (double) | value |
Sets the frame-rate.
- (void) setSize: | (FMLiveSwitchSize *) | value |
Sets the size.
- (FMLiveSwitchSize*) size |
Gets the size.
+ (FMLiveSwitchVideoConfig*) videoConfigWithSize: | (FMLiveSwitchSize *) | size | |
frameRate: | (double) | frameRate | |
Initializes a new instance of the FMLiveSwitchVideoConfig class.
size | The size. |
frameRate | The frame rate. |
+ (FMLiveSwitchVideoConfig*) videoConfigWithSize: | (FMLiveSwitchSize *) | size | |
frameRate: | (double) | frameRate | |
clockRate: | (int) | clockRate | |
Initializes a new instance of the FMLiveSwitchVideoConfig class.
size | The size. |
frameRate | The frame rate. |
clockRate | The clock rate. |
+ (FMLiveSwitchVideoConfig*) videoConfigWithWidth: | (int) | width | |
height: | (int) | height | |
frameRate: | (double) | frameRate | |
Initializes a new instance of the FMLiveSwitchVideoConfig class.
width | The width. |
height | The height. |
frameRate | The frame rate. |
+ (FMLiveSwitchVideoConfig*) videoConfigWithWidth: | (int) | width | |
height: | (int) | height | |
frameRate: | (double) | frameRate | |
clockRate: | (int) | clockRate | |
Initializes a new instance of the FMLiveSwitchVideoConfig class.
width | The width. |
height | The height. |
frameRate | The frame rate. |
clockRate | The clock rate. |
- (int) width |
Gets the size width.