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

Inherits NSObject.

Instance Methods

(void) - runManagerLoop
 Method that starts the loop needed by the streams managed by the MobileManager. More...
 
(GMainContext *) - getMobileContext
 Method that gets the GLib context for the streams. More...
 
(void) - setMobileContext:
 Method that sets the GLib conext for the streams. More...
 
(void) - playManager
 Method that change the state of all the streams that the mobileManagers has to Play. More...
 
(void) - pauseManager
 Method that change the state of all the streams that the mobileManager has to Pause. More...
 
(void) - stopManager
 Method that change the state of all the streams that the mobileManager has to Stop. More...
 
(void) - attachSoucer:
 Method that attachs a stream to the mobileManager. More...
 
(void) - attachSink:
 Method that attach a stream to the mobileManager. More...
 

Properties

GstMobileManager * mobileManager
 
GstMobileLogger * mobileLogger
 

Method Documentation

- (void) attachSink: (MobileMediaStream*)  streamSink

Method that attach a stream to the mobileManager.

Parameters
streamSinkreference to a MobileMediaStream
Returns
void
- (void) attachSoucer: (MobileMediaStream*)  stremSrc

Method that attachs a stream to the mobileManager.

Parameters
streamSrcreference to a MobileMediaStream.
Returns
void
- (GMainContext *) getMobileContext

Method that gets the GLib context for the streams.

Returns
GMainContext context reference
- (void) pauseManager

Method that change the state of all the streams that the mobileManager has to Pause.

Returns
void
- (void) playManager

Method that change the state of all the streams that the mobileManagers has to Play.

Returns
void
- (void) runManagerLoop

Method that starts the loop needed by the streams managed by the MobileManager.

Returns
void
- (void) setMobileContext: (GMainContext*)  context

Method that sets the GLib conext for the streams.

Parameters
contextGLib conext.
Returns
void
- (void) stopManager

Method that change the state of all the streams that the mobileManager has to Stop.

Returns
void

Property Documentation

- (GstMobileLogger*) mobileLogger
readwritenonatomicassign

GstMobileLogger mobileLogger reference for the C struct

- (GstMobileManager*) mobileManager
readwritenonatomicassign

GstMobileManager mobileManager reference for the C struct


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