Interface IVideoEditCore
- Namespace
- VisioForge.Core.VideoEdit
- Assembly
- VisioForge.Core.dll
Shared Video Edit SDK Core interface providing access to the underlying video editing engine.
public interface IVideoEditCore : IMPVCVECoreImplements
Remarks
This interface extends the base media processing interface to provide video editing-specific functionality and access to the core editing engine.
Methods
GetCore()
Gets the underlying video editing engine instance.
VideoEditCore GetCore()Returns
- VideoEditCore
-
The VideoEditCore instance that performs all video editing operations.
Remarks
Provides direct access to the core video editing engine for advanced operations and scenarios where the interface methods are insufficient.