#include <pv_2way_basic_types.h>
Inheritance diagram for PV2WayInitInfo:
Public Methods | |
virtual void | GetInitInfoClassName (OSCL_wString &aClassName)=0 |
virtual | ~PV2WayInitInfo () |
Data Fields | |
Oscl_Vector< const char *, OsclMemAllocator > | iOutgoingAudioFormats |
Oscl_Vector< const char *, OsclMemAllocator > | iOutgoingVideoFormats |
Oscl_Vector< const char *, OsclMemAllocator > | iIncomingAudioFormats |
Oscl_Vector< const char *, OsclMemAllocator > | iIncomingVideoFormats |
PV2WayInitInfo is an interface required for protocols specific classes pass to the PV2WayInterface's InitL() method
|
|
|
pure virtual method that must be overridden to return the classname of the actual subclass Implemented in PV2Way324InitInfo. |
|
The list of audio formats that can be received |
|
The list of video formats that can be received |
|
The list of audio formats that can be transmitted |
|
The list of video formats that can be transmitted |