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

Inherits MobileMediaStream.

Instance Methods

(instancetype) - init:format:delegate:
 Constructor of the MobileMediaRTSP object. More...
 
(void) - setRTSPURL:
 Method that sets the RTSP URL. More...
 
(NSString *) - getRTSPURL
 Method that gets the RTSP URL string. More...
 
- Instance Methods inherited from MobileMediaStream
(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...
 

Additional Inherited Members

- Properties inherited from MobileMediaStream
GstMobileStream * stream
 
GMainContext * context
 
id ui_delegate
 

Method Documentation

- (NSString *) getRTSPURL

Method that gets the RTSP URL string.

Returns
The rtsp url string
- (instancetype) init: (UIView*)  view
format: (GstMobileMediaType)  mediaFormat
delegate: (id)  delegate 

Constructor of the MobileMediaRTSP object.

Parameters
viewthe UI view where the video will be displayed
delegateThe object where the MobileMediaRTSP will connect its delegate's functions
Returns
MobileMediaRTSP object
- (void) setRTSPURL: (NSString*)  rtspurl

Method that sets the RTSP URL.

Parameters
rtspurlthe rstp url string
Returns
void

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