Mobile Media Framework  1.2.0
Mobile framework for iOS
Instance Methods | List of all members
<MobileMediaAutodiscovery> Protocol Reference

#import <MobileAutodiscovery.h>

Inherits <NSObject>.

Instance Methods

(void) - didFindStreamDevice:
 Method that notify when a device has been discovered. More...
 
(void) - didNotFindStreamDevice:
 Method that notify when an error happends. More...
 

Detailed Description

/brief MobileMediaAutodiscovery delegate definition

The porpuse of these delegate is to mangae the autodiscovery eventes

Method Documentation

- (void) didFindStreamDevice: (StreamDevice *)  streamDevice
optional

Method that notify when a device has been discovered.

Parameters
streamDeviceStreamDevice discovered
Returns
void
- (void) didNotFindStreamDevice: (NSError *)  error
optional

Method that notify when an error happends.

Parameters
errorNSError
Returns
void

The documentation for this protocol was generated from the following file: