FMIceLinkSdpMaxPacketTimeAttribute Class Reference

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

Overview

This gives the maximum amount of media that can be encapsulated in each packet, expressed as time in milliseconds. The time SHALL be calculated as the sum of the time the media present in the packet represents. For frame-based codecs, the time SHOULD be an integer multiple of the frame size. This attribute is probably only meaningful for audio data, but may be used with other media types if it makes sense. It is a media-level attribute, and it is not dependent on charset. Note that this attribute was introduced after RFC 2327, and non-updated implementations will ignore this attribute.

+ fromAttributeValue:

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

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpMaxPacketTimeAttribute class.

Declared In

FMIceLinkSdpMaxPacketTimeAttribute.h

– getAttributeValue

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

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpMaxPacketTimeAttribute.h

– initWithMaxPacketTime:

Initializes a new instance of the FMIceLinkSdpMaxPacketTimeAttribute class.
- (instancetype)initWithMaxPacketTime:(int)maxPacketTime

Parameters

maxPacketTime

The maximum amount of media that can be encapsulated, in each packet, expressed as time in milliseconds.

Discussion

Initializes a new instance of the FMIceLinkSdpMaxPacketTimeAttribute class.

Declared In

FMIceLinkSdpMaxPacketTimeAttribute.h

– maxPacketTime

Gets the maximum amount of media that can be encapsulated, in each packet, expressed as time in milliseconds.
- (int)maxPacketTime

Discussion

Gets the maximum amount of media that can be encapsulated, in each packet, expressed as time in milliseconds.

Declared In

FMIceLinkSdpMaxPacketTimeAttribute.h

+ maxPacketTimeAttributeWithMaxPacketTime:

Initializes a new instance of the FMIceLinkSdpMaxPacketTimeAttribute class.
+ (FMIceLinkSdpMaxPacketTimeAttribute *)maxPacketTimeAttributeWithMaxPacketTime:(int)maxPacketTime

Parameters

maxPacketTime

The maximum amount of media that can be encapsulated, in each packet, expressed as time in milliseconds.

Discussion

Initializes a new instance of the FMIceLinkSdpMaxPacketTimeAttribute class.

Declared In

FMIceLinkSdpMaxPacketTimeAttribute.h