Public Attributes | |
VuRecordingDataFlags | dataFlags |
Bitmask specifying data to be recorded. | |
VuRecordingFrameRate | frameRate |
The frame rate to record camera images at. | |
VuRecordingImageScale | scale |
The scale applied to the camera images when recorded. | |
VuRecordingFormat | format |
Recording format. | |
const char * | outputDirectory |
Path to the directory where the recording should be stored. | |
VuBool | start |
Flag to control whether a recording should start immediately on creation. | |
VuRecordingVideoEncodingQuality | videoEncodingQuality |
Video encoding quality. | |
Configuration options for a recording session.
VuRecordingDataFlags dataFlags |
Bitmask specifying data to be recorded.
The bitmask should use the enum values from VuRecordingDataFlagBits as bit flags.
VuRecordingFrameRate frameRate |
The frame rate to record camera images at.
VuRecordingImageScale scale |
The scale applied to the camera images when recorded.
VuRecordingFormat format |
Recording format.
const char* outputDirectory |
Path to the directory where the recording should be stored.
VuBool start |
Flag to control whether a recording should start immediately on creation.
VuRecordingVideoEncodingQuality videoEncodingQuality |
Video encoding quality.