#include "MPEG4VideoFileServerMediaSubsession.hh"#include "MPEG4ESVideoRTPSink.hh"#include "ByteStreamFileSource.hh"#include "MPEG4VideoStreamFramer.hh"Include dependency graph for MPEG4VideoFileServerMediaSubsession.cpp:

Go to the source code of this file.
Functions | |
| static void | afterPlayingDummy (void *clientData) |
| static void | checkForAuxSDPLine (void *clientData) |
| static void afterPlayingDummy | ( | void * | clientData | ) | [static] |
Definition at line 45 of file MPEG4VideoFileServerMediaSubsession.cpp.
References MPEG4VideoFileServerMediaSubsession::afterPlayingDummy1().
Referenced by MPEG4VideoFileServerMediaSubsession::getAuxSDPLine().
00045 { 00046 MPEG4VideoFileServerMediaSubsession* subsess 00047 = (MPEG4VideoFileServerMediaSubsession*)clientData; 00048 subsess->afterPlayingDummy1(); 00049 }
| static void checkForAuxSDPLine | ( | void * | clientData | ) | [static] |
Definition at line 58 of file MPEG4VideoFileServerMediaSubsession.cpp.
References MPEG4VideoFileServerMediaSubsession::checkForAuxSDPLine1().
Referenced by awaitConfigInfo(), checkForAuxSDPLine(), MPEG4VideoFileServerMediaSubsession::checkForAuxSDPLine1(), and MPEG4VideoFileServerMediaSubsession::getAuxSDPLine().
00058 { 00059 MPEG4VideoFileServerMediaSubsession* subsess 00060 = (MPEG4VideoFileServerMediaSubsession*)clientData; 00061 subsess->checkForAuxSDPLine1(); 00062 }
1.5.2