#include <WindowsMediaCapture.h>
◆ WindowsMediaCapture()
WindowsMediaCapture::WindowsMediaCapture |
( |
void |
| ) |
|
◆ ~WindowsMediaCapture()
WindowsMediaCapture::~WindowsMediaCapture |
( |
void |
| ) |
|
|
virtual |
◆ Bpp()
int WindowsMediaCapture::Bpp |
( |
| ) |
const |
◆ Capturing()
bool WindowsMediaCapture::Capturing |
( |
| ) |
const |
◆ deviceLocation()
Windows::Devices::Enumeration::Panel WindowsMediaCapture::deviceLocation |
( |
| ) |
const |
◆ deviceName()
std::string WindowsMediaCapture::deviceName |
( |
| ) |
const |
◆ flipV()
bool WindowsMediaCapture::flipV |
( |
| ) |
const |
◆ GetFrame()
uint8_t * WindowsMediaCapture::GetFrame |
( |
| ) |
|
◆ height()
int WindowsMediaCapture::height |
( |
| ) |
const |
◆ setFlipV()
void WindowsMediaCapture::setFlipV |
( |
bool |
flag | ) |
|
◆ showSettings()
void WindowsMediaCapture::showSettings |
( |
void |
| ) |
|
◆ StartCapture()
bool WindowsMediaCapture::StartCapture |
( |
int |
width, |
|
|
int |
height, |
|
|
Platform::String^ |
pixelFormat = Windows::Media::MediaProperties::MediaEncodingSubtypes::Rgb24 , |
|
|
int |
preferredDeviceIndex = 0 , |
|
|
Windows::Devices::Enumeration::Panel |
preferredLocation = Windows::Devices::Enumeration::Panel::Unknown , |
|
|
void(*)(void *) |
errorCallback = NULL , |
|
|
void * |
errorCallbackUserdata = NULL |
|
) |
| |
◆ StopCapture()
void WindowsMediaCapture::StopCapture |
( |
| ) |
|
◆ width()
int WindowsMediaCapture::width |
( |
| ) |
const |
The documentation for this class was generated from the following files: