VisioForge (c) 2025

Search Results for

    Interface IVideoRendererVMR9

    Namespace: VisioForge.Core.Types
    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
    Type Name Description
    nint host
    nint hdc
    bool async_

    VMR9SetVideoPosition(DsRect, DsRect, bool)

    Declaration
    void VMR9SetVideoPosition(DsRect srcRect, DsRect dstRect, bool async_)
    Parameters
    Type Name Description
    DsRect srcRect
    DsRect dstRect
    bool async_