Interface IVideoViewNativeRendering
IVideoView native rendering interface.
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public interface IVideoViewNativeRendering
Methods
SetNativeRendering(bool)
Sets the native rendering. Set true if you want to use native rendering instead WPF rendering. We suggest to enable it for GPU decoding or 4K/8K video.
Declaration
void SetNativeRendering(bool native)
Parameters
Type | Name | Description |
---|---|---|
bool | native | if set to |