#include <PropsTheoraEncoder.h>
Public Member Functions | |
PropsTheoraEncoder (LPUNKNOWN inUnk, HRESULT *outHR) | |
virtual | ~PropsTheoraEncoder (void) |
HRESULT | OnActivate (void) |
HRESULT | OnConnect (IUnknown *pUnk) |
HRESULT | OnDisconnect (void) |
INT_PTR | OnReceiveMessage (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
HRESULT | OnApplyChanges (void) |
Static Public Member Functions | |
CUnknown *WINAPI | CreateInstance (LPUNKNOWN inUnk, HRESULT *outHR) |
unsigned long | log2 (unsigned long inNum) |
unsigned long | pow2 (unsigned long inNum) |
Static Public Attributes | |
const UINT | NOT_USED = 0 |
Protected Member Functions | |
void | SetDirty () |
void | SetClean () |
Protected Attributes | |
ITheoraEncodeSettings * | mTheoraEncodeSettings |
|
Definition at line 4 of file PropsTheoraEncoder.cpp. References IDD_THEORA_ENCODE_SETTINGS, and IDS_THEORA_ENC_PROPS_STRING. Referenced by CreateInstance(). |
|
Definition at line 13 of file PropsTheoraEncoder.cpp. |
|
Definition at line 18 of file PropsTheoraEncoder.cpp. References PropsTheoraEncoder(). |
Here is the call graph for this function:
|
Definition at line 60 of file PropsTheoraEncoder.cpp. Referenced by OnActivate(). |
|
Definition at line 86 of file PropsTheoraEncoder.cpp. References IDC_LABEL_BITRATE, IDC_LABEL_LOG_KEYFRAME, IDC_LABEL_QUALITY, IDC_SLIDER_BITRATE, IDC_SLIDER_LOG_KEYFRAME, IDC_SLIDER_QUALITY, log2(), mTheoraEncodeSettings, NOT_USED, and TRUE. |
Here is the call graph for this function:
|
Definition at line 73 of file PropsTheoraEncoder.cpp. References IDC_SLIDER_BITRATE, IDC_SLIDER_LOG_KEYFRAME, IDC_SLIDER_QUALITY, mTheoraEncodeSettings, NOT_USED, pow2(), and SetClean(). |
Here is the call graph for this function:
|
Definition at line 121 of file PropsTheoraEncoder.cpp. References mTheoraEncodeSettings. |
|
Definition at line 135 of file PropsTheoraEncoder.cpp. References mTheoraEncodeSettings. |
|
Definition at line 160 of file PropsTheoraEncoder.cpp. References IDC_LABEL_BITRATE, IDC_LABEL_LOG_KEYFRAME, IDC_LABEL_QUALITY, IDC_SLIDER_BITRATE, IDC_SLIDER_LOG_KEYFRAME, IDC_SLIDER_QUALITY, NOT_USED, pow2(), and SetDirty(). |
Here is the call graph for this function:
|
Definition at line 69 of file PropsTheoraEncoder.cpp. Referenced by OnApplyChanges(), and OnReceiveMessage(). |
|
Definition at line 152 of file PropsTheoraEncoder.cpp. Referenced by OnApplyChanges(). |
|
Definition at line 143 of file PropsTheoraEncoder.cpp. Referenced by OnReceiveMessage(). |
|
Definition at line 39 of file PropsTheoraEncoder.h. Referenced by OnActivate(), OnApplyChanges(), OnConnect(), and OnDisconnect(). |
|
Definition at line 13 of file PropsTheoraEncoder.h. Referenced by OnActivate(), OnApplyChanges(), and OnReceiveMessage(). |