GenvidVideo
New in version 1.12.0.
- header:
 Genvid/Public/GenvidVideo.h- implementation:
 Genvid/Private/GenvidVideo.cpp
- 
class UGenvidVideo
 This is the base class that allows you to stream any video data. It depends directly on
UGenvidSession.Functions
- 
virtual void Create()
 Create the video stream and start the video capture.
- 
virtual void Destroy()
 Stop the video capture and destroy the video stream.
- 
static UGenvidVideo *CreateVideo(...)
 Function used to create the Video.
- 
virtual void SetFrameRate(float FrameRate)
 Set the video framerate information in the Genvid MILE SDK.
- 
virtual float GetFrameRate()
 Get the video framerate set in the Genvid MILE SDK.
Properties
- 
enum EGenvidVideoMode
 All the video modes.
- 
class UTexture
 Base class used to store graphical data information.
- 
FString StreamName
 Identification name used to stream the video.
- 
enum EGenvidVideoMode VideoMode
 Select which video mode to use.
- 
bool bIsCreated
 Read-only variable for reporting if the audio has been created.
- 
virtual void Create()