Interface IVideoRendererVMR9
Assembly: VisioForge.Core.dll
Syntax
public interface IVideoRendererVMR9
Methods
VMR9DisplayModeChanged(bool)
Declaration
void VMR9DisplayModeChanged(bool async_)
Parameters
Type |
Name |
Description |
bool |
async_ |
|
VMR9RepaintVideo(nint, nint, bool)
Declaration
void VMR9RepaintVideo(nint host, nint hdc, bool async_)
Parameters
VMR9SetVideoPosition(DsRect, DsRect, bool)
Declaration
void VMR9SetVideoPosition(DsRect srcRect, DsRect dstRect, bool async_)
Parameters
Type |
Name |
Description |
DsRect |
srcRect |
|
DsRect |
dstRect |
|
bool |
async_ |
|