FMIceLinkSdpMediaType Class Reference

Inherits from NSObject
Declared in FMIceLinkSdpMediaType.h
FMIceLinkSdpMediaType.m

Overview

Defines valid SDP media types.

+ application

Gets the SDP media type meaning "Application".
+ (NSString *)application

Discussion

Gets the SDP media type meaning "Application".

Declared In

FMIceLinkSdpMediaType.h

+ audio

Gets the SDP media type meaning "Audio".
+ (NSString *)audio

Discussion

Gets the SDP media type meaning "Audio".

Declared In

FMIceLinkSdpMediaType.h

+ fromStreamType:

Convert a StreamType enum to an SDP media type.
+ (NSString *)fromStreamType:(FMIceLinkStreamType)streamType

Parameters

streamType

The StreamType enum.

Discussion

Convert a StreamType enum to an SDP media type.

Declared In

FMIceLinkSdpMediaType.h

+ message

Gets the SDP media type meaning "Message".
+ (NSString *)message

Discussion

Gets the SDP media type meaning "Message".

Declared In

FMIceLinkSdpMediaType.h

+ text

Gets the SDP media type meaning "Text".
+ (NSString *)text

Discussion

Gets the SDP media type meaning "Text".

Declared In

FMIceLinkSdpMediaType.h

+ toStreamTypeWithMediaType:

Converts an SDP media type to a StreamType enum.
+ (FMIceLinkStreamType)toStreamTypeWithMediaType:(NSString *)mediaType

Parameters

mediaType

The SDP media type.

Discussion

Converts an SDP media type to a StreamType enum.

Declared In

FMIceLinkSdpMediaType.h

+ video

Gets the SDP media type meaning "Video".
+ (NSString *)video

Discussion

Gets the SDP media type meaning "Video".

Declared In

FMIceLinkSdpMediaType.h