FMIceLinkSdpUdpMedia Class Reference
| Inherits from | FMIceLinkSdpMedia : NSObject |
|---|---|
| Declared in | FMIceLinkSdpUdpMedia.h FMIceLinkSdpUdpMedia.m |
– initWithMediaType:transportPort:formatDescription:
Initializes a new instance of the FMIceLinkSdpUdpMedia class.
- (instancetype)initWithMediaType:(NSString *)mediaType transportPort:(int)transportPort formatDescription:(NSString *)formatDescriptionParameters
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 *)formatDescriptionParameters
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 *)udpTransportProtocolDiscussion
Gets the protocol keyword for UDP.
Declared In
FMIceLinkSdpUdpMedia.h