Interface IVideoManagerImp
TODO: Write the actual VideoManager implementations. The interface for VideoManager implementations. This interface should contain all functions to load a video.
Namespace: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public interface IVideoManagerImp
Methods
CreateVideoStreamImpFromCamera(Int32, Boolean)
Creates the video stream imp from camera.
Declaration
IVideoStreamImp CreateVideoStreamImpFromCamera(int cameraIndex, bool useAudio)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | cameraIndex | Index of the camera. |
| System.Boolean | useAudio | if set to |
Returns
| Type | Description |
|---|---|
| IVideoStreamImp |
CreateVideoStreamImpFromFile(String, Boolean, Boolean)
Creates the video stream imp from file.
Declaration
IVideoStreamImp CreateVideoStreamImpFromFile(string filename, bool loopVideo, bool useAudio)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | filename | The filename. |
| System.Boolean | loopVideo | if set to |
| System.Boolean | useAudio | if set to |
Returns
| Type | Description |
|---|---|
| IVideoStreamImp |