1#include "VideoPlaybackComponent.h"
7void Cogs::Core::VideoPlaybackComponent::registerType()
10 Field(
Name(
"source"), &VideoPlaybackComponent::source),
11 Field(
Name(
"texture"), &VideoPlaybackComponent::texture),
17 TypeDatabase::createType<VideoPlaybackComponent>()
Field definition describing a single data member of a data structure.
Contains reflection support.
std::string recordPath
Path to directory where captured video is stored.
bool recordToDisk
Write video frames to disk.
Represents an unique name.