Mobile Media Framework  1.2.0
Mobile framework for iOS
Instance Methods | Properties | List of all members
StreamDevice Class Reference

Inherits NSObject.

Instance Methods

(instancetype) - initFromService:
 Method that initialize the Device service model. More...
 

Properties

NSString * ipV4Address
 
NSString * ipV6Address
 
NSString * hostName
 
int port
 

Method Documentation

- (instancetype) initFromService: (NSNetService*)  service

Method that initialize the Device service model.

Parameters
serviceNSNetService
Returns
id instace of StreamDevice

Property Documentation

- (NSString*) hostName
readwritenonatomicstrong

Name of the host where the service were published

- (NSString*) ipV4Address
readwritenonatomicstrong

IP version 4 reference

- (NSString*) ipV6Address
readwritenonatomicstrong

IP version 6 reference

- (int) port
readwritenonatomicassign

Number of port used by the device


The documentation for this class was generated from the following files: