#include <h281handler.h>
Public Member Functions | |
H281VideoSource () | |
~H281VideoSource () | |
PBoolean | IsEnabled () const |
void | SetEnabled (PBoolean flag) |
BYTE | GetVideoSourceNumber () const |
void | SetVideoSourceNumber (BYTE number) |
PBoolean | CanMotionVideo () const |
void | SetCanMotionVideo (PBoolean flag) |
PBoolean | CanNormalResolutionStillImage () const |
void | SetCanNormalResolutionStillImage (PBoolean flag) |
PBoolean | CanDoubleResolutionStillImage () const |
void | SetCanDoubleResolutionStillImage (PBoolean flag) |
PBoolean | CanPan () const |
void | SetCanPan (PBoolean flag) |
PBoolean | CanTilt () const |
void | SetCanTilt (PBoolean flag) |
PBoolean | CanZoom () const |
void | SetCanZoom (PBoolean flag) |
PBoolean | CanFocus () const |
void | SetCanFocus (PBoolean flag) |
void | Encode (BYTE *data) const |
PBoolean | Decode (const BYTE *data) |
Protected Attributes | |
PBoolean | isEnabled |
BYTE | firstOctet |
BYTE | secondOctet |
H281VideoSource::H281VideoSource | ( | ) |
H281VideoSource::~H281VideoSource | ( | ) |
PBoolean H281VideoSource::IsEnabled | ( | ) | const [inline] |
void H281VideoSource::SetEnabled | ( | PBoolean | flag | ) | [inline] |
BYTE H281VideoSource::GetVideoSourceNumber | ( | ) | const [inline] |
void H281VideoSource::SetVideoSourceNumber | ( | BYTE | number | ) |
PBoolean H281VideoSource::CanMotionVideo | ( | ) | const [inline] |
void H281VideoSource::SetCanMotionVideo | ( | PBoolean | flag | ) |
PBoolean H281VideoSource::CanNormalResolutionStillImage | ( | ) | const [inline] |
void H281VideoSource::SetCanNormalResolutionStillImage | ( | PBoolean | flag | ) |
PBoolean H281VideoSource::CanDoubleResolutionStillImage | ( | ) | const [inline] |
void H281VideoSource::SetCanDoubleResolutionStillImage | ( | PBoolean | flag | ) |
PBoolean H281VideoSource::CanPan | ( | ) | const [inline] |
void H281VideoSource::SetCanPan | ( | PBoolean | flag | ) |
PBoolean H281VideoSource::CanTilt | ( | ) | const [inline] |
void H281VideoSource::SetCanTilt | ( | PBoolean | flag | ) |
PBoolean H281VideoSource::CanZoom | ( | ) | const [inline] |
void H281VideoSource::SetCanZoom | ( | PBoolean | flag | ) |
PBoolean H281VideoSource::CanFocus | ( | ) | const [inline] |
void H281VideoSource::SetCanFocus | ( | PBoolean | flag | ) |
void H281VideoSource::Encode | ( | BYTE * | data | ) | const |
PBoolean H281VideoSource::Decode | ( | const BYTE * | data | ) |
PBoolean H281VideoSource::isEnabled [protected] |
BYTE H281VideoSource::firstOctet [protected] |
BYTE H281VideoSource::secondOctet [protected] |