FMIceLinkMediaFormat Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | TFormat __covariant |
| Declared in | FMIceLinkMediaFormat.h FMIceLinkMediaFormat.m |
– clockRate
Gets the clock rate.
- (int)clockRateDiscussion
Gets the clock rate.
Declared In
FMIceLinkMediaFormat.h
– clone
Clones this instance.
- (TFormat)cloneDiscussion
Clones this instance.
Declared In
FMIceLinkMediaFormat.h
– createInstance
Creates a new instance.
- (TFormat)createInstanceDiscussion
Creates a new instance.
Declared In
FMIceLinkMediaFormat.h
– description
Returns a string that represents this instance.
- (NSString *)descriptionDiscussion
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 *)fullNameDiscussion
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)initDiscussion
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)clockRateParameters
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)isEncryptedDiscussion
Gets a value indicating that the data is encrypted.
Declared In
FMIceLinkMediaFormat.h
– isEquivalentWithFormat:
Determines whether the specified format is equivalent.
- (bool)isEquivalentWithFormat:(TFormat)formatParameters
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)ignoreIsPacketizedParameters
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)isInjectedDiscussion
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)isPacketizedDiscussion
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 *)mediaFormatDiscussion
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)clockRateParameters
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 *)nameDiscussion
Gets the name.
Declared In
FMIceLinkMediaFormat.h
– parameters
Gets the parameters.
- (NSString *)parametersDiscussion
Gets the parameters.
Declared In
FMIceLinkMediaFormat.h
+ redName
Gets the [name](#//api/name/name) of the RED media format.
+ (NSString *)redNameDiscussion
Gets the [name](#//api/name/name) of the RED media format.
Declared In
FMIceLinkMediaFormat.h
– setClockRate:
Sets the clock rate.
- (void)setClockRate:(int)valueDiscussion
Sets the clock rate.
Declared In
FMIceLinkMediaFormat.h
– setIsEncrypted:
Sets a value indicating that the data is encrypted.
- (void)setIsEncrypted:(bool)valueDiscussion
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)valueDiscussion
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)valueDiscussion
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 *)valueDiscussion
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)valueDiscussion
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)staticPayloadTypeDiscussion
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 *)ulpFecNameDiscussion
Gets the [name](#//api/name/name) of the ULPFEC media format.
Declared In
FMIceLinkMediaFormat.h