#include <OggFileServerDemux.hh>
Definition at line 32 of file OggFileServerDemux.hh.
 
◆ onCreationFunc
      
        
          | typedef void() OggFileServerDemux::onCreationFunc(OggFileServerDemux *newDemux, void *clientData) | 
        
      
 
 
◆ OggFileServerDemux()
◆ ~OggFileServerDemux()
  
  
      
        
          | virtual OggFileServerDemux::~OggFileServerDemux  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
privatevirtual   | 
  
 
 
◆ close() [1/2]
  
  
      
        
          | static void Medium::close  | 
          ( | 
          Medium *  | 
          medium | ) | 
           | 
         
       
   | 
  
staticinherited   | 
  
 
 
◆ close() [2/2]
◆ createNew()
◆ envir()
◆ fileName()
  
  
      
        
          | char const  * OggFileServerDemux::fileName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
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 Medium::isServerMediaSession  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtualinherited   | 
  
 
 
◆ isSink()
  
  
      
        
          | virtual Boolean Medium::isSink  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtualinherited   | 
  
 
 
◆ isSource()
  
  
      
        
          | virtual Boolean Medium::isSource  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtualinherited   | 
  
 
 
◆ lookupByName()
◆ name()
  
  
      
        
          | char const  * Medium::name  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ newDemuxedTrack()
      
        
          | FramedSource * OggFileServerDemux::newDemuxedTrack  | 
          ( | 
          unsigned  | 
          clientSessionId,  | 
        
        
           | 
           | 
          u_int32_t  | 
          trackNumber  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ newServerMediaSubsession() [1/2]
◆ newServerMediaSubsession() [2/2]
◆ newServerMediaSubsessionByTrackNumber()
      
        
          | ServerMediaSubsession * OggFileServerDemux::newServerMediaSubsessionByTrackNumber  | 
          ( | 
          u_int32_t  | 
          trackNumber | ) | 
           | 
        
      
 
 
◆ nextTask()
◆ onDemuxDeletion() [1/2]
  
  
      
        
          | void OggFileServerDemux::onDemuxDeletion  | 
          ( | 
          OggDemux *  | 
          demuxBeingDeleted | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ onDemuxDeletion() [2/2]
  
  
      
        
          | static void OggFileServerDemux::onDemuxDeletion  | 
          ( | 
          void *  | 
          clientData,  | 
         
        
           | 
           | 
          OggDemux *  | 
          demuxBeingDeleted  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprivate   | 
  
 
 
◆ onOggFileCreation() [1/2]
  
  
      
        
          | void OggFileServerDemux::onOggFileCreation  | 
          ( | 
          OggFile *  | 
          newFile | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ onOggFileCreation() [2/2]
  
  
      
        
          | static void OggFileServerDemux::onOggFileCreation  | 
          ( | 
          OggFile *  | 
          newFile,  | 
         
        
           | 
           | 
          void *  | 
          clientData  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
staticprivate   | 
  
 
 
◆ ourOggFile()
  
  
      
        
          | OggFile * OggFileServerDemux::ourOggFile  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ fEnviron
◆ fFileName
  
  
      
        
          | char const* OggFileServerDemux::fFileName | 
         
       
   | 
  
private   | 
  
 
 
◆ fIter
◆ fLastClientSessionId
  
  
      
        
          | unsigned OggFileServerDemux::fLastClientSessionId | 
         
       
   | 
  
private   | 
  
 
 
◆ fLastCreatedDemux
  
  
      
        
          | OggDemux* OggFileServerDemux::fLastCreatedDemux | 
         
       
   | 
  
private   | 
  
 
 
◆ fMediumName
◆ fNextTask
◆ fOnCreation
◆ fOnCreationClientData
  
  
      
        
          | void* OggFileServerDemux::fOnCreationClientData | 
         
       
   | 
  
private   | 
  
 
 
◆ fOurOggFile
  
  
      
        
          | OggFile* OggFileServerDemux::fOurOggFile | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: