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