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

Inherits NSObject.

Inherited by MobileMediaRTSP.

Instance Methods

(void) - stremaInit
 Method that initialize the stream. More...
 
(void) - streamPlay
 Method that change the state of the stream to Play. More...
 
(void) - streamPause
 Method that change the state of the stream to Pause. More...
 
(void) - streamStop
 Method that change the state of the stream to Stop. More...
 
(GstMobileLogger *) - getStreamLogger
 Method that returns the stream's logger. More...
 
(void) - setStreamLogger:
 Method that sets the stream's logger. More...
 
(GstMobileWindow *) - getStreamWindow
 Method that gets an GstMobileWindow reference, that is the view where the stream will be display. More...
 
(void) - setStreamWindow:
 Method that sets the GstMobileWindow. More...
 
(void) - setStreamContext:
 Method that sets the stream's context. More...
 

Properties

GstMobileStream * stream
 
GMainContext * context
 
id ui_delegate
 

Method Documentation

- (GstMobileLogger *) getStreamLogger

Method that returns the stream's logger.

Returns
GstMobileLogger stream's logger
- (GstMobileWindow *) getStreamWindow

Method that gets an GstMobileWindow reference, that is the view where the stream will be display.

Returns
GstMobileWindow window reference
- (void) setStreamContext: (GMainContext*)  context

Method that sets the stream's context.

Parameters
GMainContextstream's context
Returns
void
- (void) setStreamLogger: (GstMobileLogger*)  logger

Method that sets the stream's logger.

/param logger GstMobileLogger

Returns
void
- (void) setStreamWindow: (GstMobileWindow*)  window

Method that sets the GstMobileWindow.

Parameters
GstMobileWindowwindow reference
Returns
void
- (void) streamPause

Method that change the state of the stream to Pause.

Returns
void
- (void) streamPlay

Method that change the state of the stream to Play.

Returns
void
- (void) streamStop

Method that change the state of the stream to Stop.

Returns
void
- (void) stremaInit

Method that initialize the stream.

Returns
void

Property Documentation

- (GMainContext*) context
readwritenonatomicassign

context reference

- (GstMobileStream*) stream
readwritenonatomicassign

GstMobileStream stream reference for the C struct

- (id) ui_delegate
readwritenonatomicweak

Reference to the Object that implements the MobileMediaStreamDelegate


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