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

MobileMediaStreamDelegate protocol definition. More...

#import <MobileMediaStream.h>

Inherits <NSObject>.

Instance Methods

(void) - logWarning:
 Method that reveive the log message related with warnings. More...
 
(void) - logInfo:
 Method that reveive the log message related with Information. More...
 
(void) - logError:
 Method that reveive the log message related with error. More...
 

Detailed Description

MobileMediaStreamDelegate protocol definition.

The porpuse of this delegate is to catch the delegates message from the C layer

Method Documentation

- (void) logError: (NSString *)  msg
optional

Method that reveive the log message related with error.

Parameters
msgNSString with the description of the error message.
Returns
void
- (void) logInfo: (NSString *)  msg
optional

Method that reveive the log message related with Information.

Parameters
msgNSString with the description of the info message.
Returns
void
- (void) logWarning: (NSString *)  msg
optional

Method that reveive the log message related with warnings.

Parameters
msgNSString with the description of the warning message.
Returns
void

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