#include <direct_share_helper_interface.h>
◆ ~IDirectShareSpecifyContentHandler()
virtual IDirectShareSpecifyContentHandler::~IDirectShareSpecifyContentHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Cancel()
virtual SDKError IDirectShareSpecifyContentHandler::Cancel |
( |
| ) |
|
|
pure virtual |
◆ GetSupportedDirectShareType()
virtual IList< ShareType > * IDirectShareSpecifyContentHandler::GetSupportedDirectShareType |
( |
| ) |
|
|
pure virtual |
◆ TryShareApplication()
virtual SDKError IDirectShareSpecifyContentHandler::TryShareApplication |
( |
HWND |
hWnd, |
|
|
bool |
bShareSound = true , |
|
|
bool |
bOptimizeVideoClip = true |
|
) |
| |
|
pure virtual |
◆ TryShareDesktop()
virtual SDKError IDirectShareSpecifyContentHandler::TryShareDesktop |
( |
const wchar_t * |
monitorId, |
|
|
bool |
bShareSound = true , |
|
|
bool |
bOptimizeVideoClip = true |
|
) |
| |
|
pure virtual |