Table of Contents

Interface IVideoCaptureCore

Namespace
VisioForge.Core.VideoCapture
Assembly
VisioForge.Core.dll

Defines the core interface for video capture operations in VisioForge Media Framework.

public interface IVideoCaptureCore : IMPVCVECore

Implements

Remarks

This interface provides access to the VideoCaptureCore implementation and extends the IMPVCVECore interface with additional capture-specific functionality. Used for abstracting the capture implementation from the consuming code.

Methods

GetCore()

Gets the underlying VideoCaptureCore implementation instance.

VideoCaptureCore GetCore()

Returns

VideoCaptureCore

The VideoCaptureCore instance that implements this interface.

Remarks

This method provides access to the concrete implementation when additional functionality beyond the interface is needed.