A screen configuration.
More...
◆ description
Returns a string that represents this instance.
◆ frameRate
◆ height
Gets the region size height.
◆ initWithOrigin:size:frameRate:
Initializes a new instance of the FMLiveSwitchScreenConfig class.
- Parameters
-
origin | The region origin. |
size | The region size. |
frameRate | The frame rate. |
◆ initWithOrigin:size:frameRate:clockRate:
Initializes a new instance of the FMLiveSwitchScreenConfig class.
- Parameters
-
origin | The region origin. |
size | The region size. |
frameRate | The frame rate. |
clockRate | The clock rate. |
◆ initWithRegion:frameRate:
◆ initWithRegion:frameRate:clockRate:
- (instancetype) initWithRegion: |
|
(FMLiveSwitchRectangle *) |
region |
frameRate: |
|
(double) |
frameRate |
clockRate: |
|
(int) |
clockRate |
|
|
| |
Initializes a new instance of the FMLiveSwitchScreenConfig class.
- Parameters
-
region | The region. |
frameRate | The frame rate. |
clockRate | The clock rate. |
◆ initWithX:y:width:height:frameRate:
- (instancetype) initWithX: |
|
(int) |
x |
y: |
|
(int) |
y |
width: |
|
(int) |
width |
height: |
|
(int) |
height |
frameRate: |
|
(double) |
frameRate |
|
|
| |
Initializes a new instance of the FMLiveSwitchScreenConfig class.
- Parameters
-
x | The region origin X coordinate. |
y | The region origin Y coordinate. |
width | The region size width. |
height | The region size height. |
frameRate | The frame rate. |
◆ initWithX:y:width:height:frameRate:clockRate:
- (instancetype) initWithX: |
|
(int) |
x |
y: |
|
(int) |
y |
width: |
|
(int) |
width |
height: |
|
(int) |
height |
frameRate: |
|
(double) |
frameRate |
clockRate: |
|
(int) |
clockRate |
|
|
| |
Initializes a new instance of the FMLiveSwitchScreenConfig class.
- Parameters
-
x | The region origin X coordinate. |
y | The region origin Y coordinate. |
width | The region size width. |
height | The region size height. |
frameRate | The frame rate. |
clockRate | The clock rate. |
◆ isEquivalentWithConfig:
Determines whether the specified configuration is equivalent.
- Parameters
-
◆ origin
◆ region
◆ screenConfigWithOrigin:size:frameRate:
Initializes a new instance of the FMLiveSwitchScreenConfig class.
- Parameters
-
origin | The region origin. |
size | The region size. |
frameRate | The frame rate. |
◆ screenConfigWithOrigin:size:frameRate:clockRate:
Initializes a new instance of the FMLiveSwitchScreenConfig class.
- Parameters
-
origin | The region origin. |
size | The region size. |
frameRate | The frame rate. |
clockRate | The clock rate. |
◆ screenConfigWithRegion:frameRate:
◆ screenConfigWithRegion:frameRate:clockRate:
Initializes a new instance of the FMLiveSwitchScreenConfig class.
- Parameters
-
region | The region. |
frameRate | The frame rate. |
clockRate | The clock rate. |
◆ screenConfigWithX:y:width:height:frameRate:
+ (FMLiveSwitchScreenConfig*) screenConfigWithX: |
|
(int) |
x |
y: |
|
(int) |
y |
width: |
|
(int) |
width |
height: |
|
(int) |
height |
frameRate: |
|
(double) |
frameRate |
|
|
| |
Initializes a new instance of the FMLiveSwitchScreenConfig class.
- Parameters
-
x | The region origin X coordinate. |
y | The region origin Y coordinate. |
width | The region size width. |
height | The region size height. |
frameRate | The frame rate. |
◆ screenConfigWithX:y:width:height:frameRate:clockRate:
+ (FMLiveSwitchScreenConfig*) screenConfigWithX: |
|
(int) |
x |
y: |
|
(int) |
y |
width: |
|
(int) |
width |
height: |
|
(int) |
height |
frameRate: |
|
(double) |
frameRate |
clockRate: |
|
(int) |
clockRate |
|
|
| |
Initializes a new instance of the FMLiveSwitchScreenConfig class.
- Parameters
-
x | The region origin X coordinate. |
y | The region origin Y coordinate. |
width | The region size width. |
height | The region size height. |
frameRate | The frame rate. |
clockRate | The clock rate. |
◆ setFrameRate:
- (void) setFrameRate: |
|
(double) |
value |
|
◆ setOrigin:
◆ setRegion:
◆ setSize:
◆ size
◆ width
Gets the region size width.
Gets the region origin X coordinate.
Gets the region origin Y coordinate.