Show / Hide Table of Contents

Class VideoStream

Implements the video stream.

Inheritance
System.Object
VideoStream
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Engine.Core
Assembly: Fusee.Engine.Core.dll
Syntax
public class VideoStream

Fields

_imp

The video stream.

Declaration
public IVideoStreamImp _imp
Field Value
Type Description
IVideoStreamImp

Methods

GetCurrentFrame()

Returns the current frame.

Declaration
public IImageData GetCurrentFrame()
Returns
Type Description
IImageData

Start()

Starts the video stream.

Declaration
public void Start()

Stop()

Stops the video stream.

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