FMIceLinkSdpUriEncryptionKey Class Reference

Inherits from FMIceLinkSdpEncryptionKey : NSObject
Declared in FMIceLinkSdpUriEncryptionKey.h
FMIceLinkSdpUriEncryptionKey.m

Overview

An SDP encryption key with a method of "uri".

– initWithUri:

Initializes a new instance of the FMIceLinkSdpUriEncryptionKey class.
- (instancetype)initWithUri:(NSURL *)uri

Parameters

uri

The URI referring to the data containing the key.

Discussion

Initializes a new instance of the FMIceLinkSdpUriEncryptionKey class.

Declared In

FMIceLinkSdpUriEncryptionKey.h

– uri

Gets the URI referring to the data containing the key.
- (NSURL *)uri

Discussion

Gets the URI referring to the data containing the key.

Declared In

FMIceLinkSdpUriEncryptionKey.h

+ uriEncryptionKeyWithUri:

Initializes a new instance of the FMIceLinkSdpUriEncryptionKey class.
+ (FMIceLinkSdpUriEncryptionKey *)uriEncryptionKeyWithUri:(NSURL *)uri

Parameters

uri

The URI referring to the data containing the key.

Discussion

Initializes a new instance of the FMIceLinkSdpUriEncryptionKey class.

Declared In

FMIceLinkSdpUriEncryptionKey.h