FMIceLinkSdpUdpMedia Class Reference

Inherits from FMIceLinkSdpMedia : NSObject
Declared in FMIceLinkSdpUdpMedia.h
FMIceLinkSdpUdpMedia.m

Overview

An SDP media description with a transport protocol of "udp".

– initWithMediaType:transportPort:formatDescription:

Initializes a new instance of the FMIceLinkSdpUdpMedia class.
- (instancetype)initWithMediaType:(NSString *)mediaType transportPort:(int)transportPort formatDescription:(NSString *)formatDescription

Parameters

mediaType

The media type. See FMIceLinkSdpMediaType for possible values.

transportPort

The transport port.

formatDescription

The format description.

Discussion

Initializes a new instance of the FMIceLinkSdpUdpMedia class.

Declared In

FMIceLinkSdpUdpMedia.h

+ udpMediaWithMediaType:transportPort:formatDescription:

Initializes a new instance of the FMIceLinkSdpUdpMedia class.
+ (FMIceLinkSdpUdpMedia *)udpMediaWithMediaType:(NSString *)mediaType transportPort:(int)transportPort formatDescription:(NSString *)formatDescription

Parameters

mediaType

The media type. See FMIceLinkSdpMediaType for possible values.

transportPort

The transport port.

formatDescription

The format description.

Discussion

Initializes a new instance of the FMIceLinkSdpUdpMedia class.

Declared In

FMIceLinkSdpUdpMedia.h

+ udpTransportProtocol

Gets the protocol keyword for UDP.
+ (NSString *)udpTransportProtocol

Discussion

Gets the protocol keyword for UDP.

Declared In

FMIceLinkSdpUdpMedia.h