FMIceLinkSdpMediaType Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkSdpMediaType.h FMIceLinkSdpMediaType.m  | 
+ application
	
Gets the SDP media type meaning "Application".
			+ (NSString *)applicationDiscussion
Gets the SDP media type meaning "Application".
			Declared In
FMIceLinkSdpMediaType.h
+ audio
	
Gets the SDP media type meaning "Audio".
			+ (NSString *)audioDiscussion
Gets the SDP media type meaning "Audio".
			Declared In
FMIceLinkSdpMediaType.h
+ fromStreamType:
	
Convert a StreamType enum to an SDP media type.
			+ (NSString *)fromStreamType:(FMIceLinkStreamType)streamTypeParameters
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 *)messageDiscussion
Gets the SDP media type meaning "Message".
			Declared In
FMIceLinkSdpMediaType.h
+ text
	
Gets the SDP media type meaning "Text".
			+ (NSString *)textDiscussion
Gets the SDP media type meaning "Text".
			Declared In
FMIceLinkSdpMediaType.h
+ toStreamTypeWithMediaType:
	
Converts an SDP media type to a StreamType enum.
			+ (FMIceLinkStreamType)toStreamTypeWithMediaType:(NSString *)mediaTypeParameters
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 *)videoDiscussion
Gets the SDP media type meaning "Video".
			Declared In
FMIceLinkSdpMediaType.h