#import <VOOSMPRTSPPort.h>

+ Inheritance diagram for VOOSMPRTSPPort:

Instance Methods

(id) - init:videoConnectionPort:
 Initialize RTSP port with values. More...
 

Protected Attributes

int _audioConnectionPort
 
int _videoConnectionPort
 

Properties

int audioConnectionPort
 Audio connection port. More...
 
int videoConnectionPort
 Video connection port. More...
 

Method Documentation

- (id) init: (int)  audioConnectionPort
videoConnectionPort: (int)  videoConnectionPort 

Initialize RTSP port with values.

Parameters
audioConnectionPort[in] audio connection port.
videoConnectionPort[in] video connection port.
Returns
object if successful; nil if unsuccessful

Member Data Documentation

- (int) _audioConnectionPort
protected
- (int) _videoConnectionPort
protected

Property Documentation

- (int) audioConnectionPort
readwriteatomicassign

Audio connection port.

- (int) videoConnectionPort
readwriteatomicassign

Video connection port.


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