FMIceLinkSdpFrameRateAttribute Class Reference

Inherits from FMIceLinkSdpAttribute : NSObject
Declared in FMIceLinkSdpFrameRateAttribute.h
FMIceLinkSdpFrameRateAttribute.m

Overview

This gives the maximum video frame rate in frames/sec. It is intended as a recommendation for the encoding of video data. Decimal representations of fractional values using the notation "integer.fraction" are allowed. It is a media-level attribute, defined only for video media, and it is not dependent on charset.

– frameRate

Gets the maximum video frame rate in frames/second.
- (NSString *)frameRate

Discussion

Gets the maximum video frame rate in frames/second.

Declared In

FMIceLinkSdpFrameRateAttribute.h

+ frameRateAttributeWithFrameRate:

Initializes a new instance of the FMIceLinkSdpFrameRateAttribute class.
+ (FMIceLinkSdpFrameRateAttribute *)frameRateAttributeWithFrameRate:(NSString *)frameRate

Parameters

frameRate

The maximum video frame rate in frames/second.

Discussion

Initializes a new instance of the FMIceLinkSdpFrameRateAttribute class.

Declared In

FMIceLinkSdpFrameRateAttribute.h

+ fromAttributeValue:

Initializes a new instance of the FMIceLinkSdpFrameRateAttribute class.
+ (FMIceLinkSdpFrameRateAttribute *)fromAttributeValue:(NSString *)value

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpFrameRateAttribute class.

Declared In

FMIceLinkSdpFrameRateAttribute.h

– getAttributeValue

Gets the internal value of the attribute.
- (NSString *)getAttributeValue

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpFrameRateAttribute.h

– initWithFrameRate:

Initializes a new instance of the FMIceLinkSdpFrameRateAttribute class.
- (instancetype)initWithFrameRate:(NSString *)frameRate

Parameters

frameRate

The maximum video frame rate in frames/second.

Discussion

Initializes a new instance of the FMIceLinkSdpFrameRateAttribute class.

Declared In

FMIceLinkSdpFrameRateAttribute.h