#include <ServerMediaSession.hh>
|
| static ServerMediaSession * | createNew (UsageEnvironment &env, char const *streamName=NULL, char const *info=NULL, char const *description=NULL, Boolean isSSM=False, char const *miscSDPLines=NULL) |
| |
| static Boolean | lookupByName (UsageEnvironment &env, char const *mediumName, ServerMediaSession *&resultSession) |
| |
| static Boolean | lookupByName (UsageEnvironment &env, char const *mediumName, Medium *&resultMedium) |
| |
| static void | close (UsageEnvironment &env, char const *mediumName) |
| |
| static void | close (Medium *medium) |
| |
Definition at line 33 of file ServerMediaSession.hh.
◆ ServerMediaSession()
| ServerMediaSession::ServerMediaSession |
( |
UsageEnvironment & |
env, |
|
|
char const * |
streamName, |
|
|
char const * |
info, |
|
|
char const * |
description, |
|
|
Boolean |
isSSM, |
|
|
char const * |
miscSDPLines |
|
) |
| |
|
protected |
◆ ~ServerMediaSession()
| virtual ServerMediaSession::~ServerMediaSession |
( |
| ) |
|
|
protectedvirtual |
◆ addSubsession()
◆ close() [1/2]
| static void Medium::close |
( |
Medium * |
medium | ) |
|
|
staticinherited |
◆ close() [2/2]
◆ createNew()
◆ decrementReferenceCount()
| void ServerMediaSession::decrementReferenceCount |
( |
| ) |
|
|
inline |
◆ deleteAllSubsessions()
| void ServerMediaSession::deleteAllSubsessions |
( |
| ) |
|
◆ deleteWhenUnreferenced()
| Boolean & ServerMediaSession::deleteWhenUnreferenced |
( |
| ) |
|
|
inline |
◆ duration()
| float ServerMediaSession::duration |
( |
| ) |
const |
◆ envir()
◆ generateSDPDescription()
| char * ServerMediaSession::generateSDPDescription |
( |
int |
addressFamily | ) |
|
◆ incrementReferenceCount()
| void ServerMediaSession::incrementReferenceCount |
( |
| ) |
|
|
inline |
◆ isMediaSession()
| virtual Boolean Medium::isMediaSession |
( |
| ) |
const |
|
virtualinherited |
◆ isRTCPInstance()
| virtual Boolean Medium::isRTCPInstance |
( |
| ) |
const |
|
virtualinherited |
◆ isRTSPClient()
| virtual Boolean Medium::isRTSPClient |
( |
| ) |
const |
|
virtualinherited |
◆ isRTSPServer()
| virtual Boolean Medium::isRTSPServer |
( |
| ) |
const |
|
virtualinherited |
◆ isServerMediaSession()
| virtual Boolean ServerMediaSession::isServerMediaSession |
( |
| ) |
const |
|
privatevirtual |
◆ isSink()
| virtual Boolean Medium::isSink |
( |
| ) |
const |
|
virtualinherited |
◆ isSource()
| virtual Boolean Medium::isSource |
( |
| ) |
const |
|
virtualinherited |
◆ lookupByName() [1/2]
◆ lookupByName() [2/2]
◆ name()
| char const * Medium::name |
( |
| ) |
const |
|
inlineinherited |
◆ nextTask()
◆ noteLiveness()
| virtual void ServerMediaSession::noteLiveness |
( |
| ) |
|
|
virtual |
◆ numSubsessions()
| unsigned ServerMediaSession::numSubsessions |
( |
| ) |
const |
|
inline |
◆ referenceCount()
| unsigned ServerMediaSession::referenceCount |
( |
| ) |
const |
|
inline |
◆ streamName()
| char const * ServerMediaSession::streamName |
( |
| ) |
const |
|
inline |
◆ testScaleFactor()
| void ServerMediaSession::testScaleFactor |
( |
float & |
scale | ) |
|
◆ ServerMediaSubsessionIterator
◆ fCreationTime
| struct timeval ServerMediaSession::fCreationTime |
|
private |
◆ fDeleteWhenUnreferenced
| Boolean ServerMediaSession::fDeleteWhenUnreferenced |
|
private |
◆ fDescriptionSDPString
| char* ServerMediaSession::fDescriptionSDPString |
|
private |
◆ fEnviron
◆ fInfoSDPString
| char* ServerMediaSession::fInfoSDPString |
|
private |
◆ fIsSSM
◆ fMediumName
◆ fMiscSDPLines
| char* ServerMediaSession::fMiscSDPLines |
|
private |
◆ fNextTask
◆ fReferenceCount
| unsigned ServerMediaSession::fReferenceCount |
|
private |
◆ fStreamName
| char* ServerMediaSession::fStreamName |
|
private |
◆ fSubsessionCounter
| unsigned ServerMediaSession::fSubsessionCounter |
|
private |
◆ fSubsessionsHead
◆ fSubsessionsTail
◆ streamingIsEncrypted
| Boolean ServerMediaSession::streamingIsEncrypted |
◆ streamingUsesSRTP
| Boolean ServerMediaSession::streamingUsesSRTP |
The documentation for this class was generated from the following file: