Show / Hide Table of Contents

Interface IVideoStreamImp

TODO: Write the actual VideoStream implementations. The interface for all VideoStream implementations. This interface contains all functions to control the playback of a video.

Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public interface IVideoStreamImp

Methods

GetCurrentFrame()

Gets the current frame.

Declaration
IImageData GetCurrentFrame()
Returns
Type Description
IImageData

Start()

Starts this stream.

Declaration
void Start()

Stop()

Stops this stream.

Declaration
void Stop()
Generated by DocFX
GitHub Repo
Back to top