FMIceLinkMediaFormat Class Reference

Inherits from NSObject
Conforms to TFormat
__covariant
Declared in FMIceLinkMediaFormat.h
FMIceLinkMediaFormat.m

Overview

A media format.

– clockRate

Gets the clock rate.
- (int)clockRate

Discussion

Gets the clock rate.

Declared In

FMIceLinkMediaFormat.h

– clone

Clones this instance.
- (TFormat)clone

Discussion

Clones this instance.

Declared In

FMIceLinkMediaFormat.h

– createInstance

Creates a new instance.
- (TFormat)createInstance

Discussion

Creates a new instance.

Declared In

FMIceLinkMediaFormat.h

– description

Returns a string that represents this instance.
- (NSString *)description

Discussion

Returns a string that represents this instance.

Declared In

FMIceLinkMediaFormat.h

– fullName

Gets the full [name](#//api/name/name), including clock rate and encoding [parameters](#//api/name/parameters).
- (NSString *)fullName

Discussion

Gets the full [name](#//api/name/name), including clock rate and encoding [parameters](#//api/name/parameters).

Declared In

FMIceLinkMediaFormat.h

– init

Initializes a new instance of the FMIceLinkMediaFormat`1 class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkMediaFormat`1 class.

Declared In

FMIceLinkMediaFormat.h

– initWithName:clockRate:

Initializes a new instance of the FMIceLinkMediaFormat`1 class.
- (instancetype)initWithName:(NSString *)name clockRate:(int)clockRate

Parameters

name

The name.

clockRate

The clock rate.

Discussion

Initializes a new instance of the FMIceLinkMediaFormat`1 class.

Declared In

FMIceLinkMediaFormat.h

– isEncrypted

Gets a value indicating that the data is encrypted.
- (bool)isEncrypted

Discussion

Gets a value indicating that the data is encrypted.

Declared In

FMIceLinkMediaFormat.h

– isEquivalentWithFormat:

Determines whether the specified format is equivalent.
- (bool)isEquivalentWithFormat:(TFormat)format

Parameters

format

The format.

Discussion

Determines whether the specified format is equivalent.

Declared In

FMIceLinkMediaFormat.h

– isEquivalentWithFormat:ignoreIsPacketized:

Determines whether the specified format is equivalent.
- (bool)isEquivalentWithFormat:(TFormat)format ignoreIsPacketized:(bool)ignoreIsPacketized

Parameters

format

The format.

ignoreIsPacketized

Whether to ignore if the two formats differ in whether they are packetized.

Discussion

Determines whether the specified format is equivalent.

Declared In

FMIceLinkMediaFormat.h

– isInjected

Gets a value indicating that the data is injected into the primary media stream (e.g. DTMF).
- (bool)isInjected

Discussion

Gets a value indicating that the data is injected into the primary media stream (e.g. DTMF).

Declared In

FMIceLinkMediaFormat.h

– isPacketized

Gets a value indicating that the data is packetized for network transmission.
- (bool)isPacketized

Discussion

Gets a value indicating that the data is packetized for network transmission.

Declared In

FMIceLinkMediaFormat.h

+ mediaFormat

Initializes a new instance of the FMIceLinkMediaFormat`1 class.
+ (FMIceLinkMediaFormat *)mediaFormat

Discussion

Initializes a new instance of the FMIceLinkMediaFormat`1 class.

Declared In

FMIceLinkMediaFormat.h

+ mediaFormatWithName:clockRate:

Initializes a new instance of the FMIceLinkMediaFormat`1 class.
+ (FMIceLinkMediaFormat *)mediaFormatWithName:(NSString *)name clockRate:(int)clockRate

Parameters

name

The name.

clockRate

The clock rate.

Discussion

Initializes a new instance of the FMIceLinkMediaFormat`1 class.

Declared In

FMIceLinkMediaFormat.h

– name

Gets the name.
- (NSString *)name

Discussion

Gets the name.

Declared In

FMIceLinkMediaFormat.h

– parameters

Gets the parameters.
- (NSString *)parameters

Discussion

Gets the parameters.

Declared In

FMIceLinkMediaFormat.h

+ redName

Gets the [name](#//api/name/name) of the RED media format.
+ (NSString *)redName

Discussion

Gets the [name](#//api/name/name) of the RED media format.

Declared In

FMIceLinkMediaFormat.h

– setClockRate:

Sets the clock rate.
- (void)setClockRate:(int)value

Discussion

Sets the clock rate.

Declared In

FMIceLinkMediaFormat.h

– setIsEncrypted:

Sets a value indicating that the data is encrypted.
- (void)setIsEncrypted:(bool)value

Discussion

Sets a value indicating that the data is encrypted.

Declared In

FMIceLinkMediaFormat.h

– setIsInjected:

Sets a value indicating that the data is injected into the primary media stream (e.g. DTMF).
- (void)setIsInjected:(bool)value

Discussion

Sets a value indicating that the data is injected into the primary media stream (e.g. DTMF).

Declared In

FMIceLinkMediaFormat.h

– setIsPacketized:

Sets a value indicating that the data is packetized for network transmission.
- (void)setIsPacketized:(bool)value

Discussion

Sets a value indicating that the data is packetized for network transmission.

Declared In

FMIceLinkMediaFormat.h

– setName:

Sets the [name](#//api/name/name).
- (void)setName:(NSString *)value

Discussion

Sets the [name](#//api/name/name).

Declared In

FMIceLinkMediaFormat.h

– setStaticPayloadType:

Sets the static payload type, if this format has a static payload type registered with IANA.
- (void)setStaticPayloadType:(int)value

Discussion

Sets the static payload type, if this format has a static payload type registered with IANA.

Declared In

FMIceLinkMediaFormat.h

– staticPayloadType

Gets the static payload type, if this format has a static payload type registered with IANA.
- (int)staticPayloadType

Discussion

Gets the static payload type, if this format has a static payload type registered with IANA.

Declared In

FMIceLinkMediaFormat.h

+ ulpFecName

Gets the [name](#//api/name/name) of the ULPFEC media format.
+ (NSString *)ulpFecName

Discussion

Gets the [name](#//api/name/name) of the ULPFEC media format.

Declared In

FMIceLinkMediaFormat.h