#include <h245.h>
Inheritance diagram for H245_MediaDistributionCapability:
Public Types | |
enum | OptionalFields { e_centralizedData, e_distributedData } |
Public Member Functions | |
H245_MediaDistributionCapability (unsigned tag=UniversalSequence, TagClass tagClass=UniversalTagClass) | |
PINDEX | GetDataLength () const |
BOOL | Decode (PASN_Stream &strm) |
void | Encode (PASN_Stream &strm) const |
void | PrintOn (ostream &strm) const |
Comparison | Compare (const PObject &obj) const |
PObject * | Clone () const |
Public Attributes | |
PASN_Boolean | m_centralizedControl |
PASN_Boolean | m_distributedControl |
PASN_Boolean | m_centralizedAudio |
PASN_Boolean | m_distributedAudio |
PASN_Boolean | m_centralizedVideo |
PASN_Boolean | m_distributedVideo |
H245_ArrayOf_DataApplicationCapability | m_centralizedData |
H245_ArrayOf_DataApplicationCapability | m_distributedData |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|