FMIceLinkVideoConfig Class Reference

Inherits from FMIceLinkMediaConfig : NSObject
Conforms to *
FMIceLinkVideoConfig
Declared in FMIceLinkVideoConfig.h
FMIceLinkVideoConfig.m

Overview

A video configuration.

– 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

Parameters

width

The width.

height

The height.

frameRate

The frame rate.

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

Parameters

width

The width.

height

The height.

frameRate

The frame rate.

clockRate

The clock rate.

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

Parameters

width

The width.

height

The height.

frameRate

The frame rate.

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

Parameters

width

The width.

height

The height.

frameRate

The frame rate.

clockRate

The clock rate.

Discussion

Initializes a new instance of the FMIceLinkVideoConfig class.

Declared In

FMIceLinkVideoConfig.h

– width

Gets the width.
- (int)width

Discussion

Gets the width.

Declared In

FMIceLinkVideoConfig.h