Per-file metadata. All fields are POD or trivially serializable. uri may be empty when the recording originated from an in-memory string.
More...
#include "donner/editor/sandbox/RnrFile.h"
|
|
uint32_t | fileVersion = kRnrFileVersion |
|
uint64_t | timestampNanos = 0 |
|
uint32_t | width = 0 |
|
uint32_t | height = 0 |
|
BackendHint | backend = BackendHint::kUnspecified |
|
std::string | uri |
Per-file metadata. All fields are POD or trivially serializable. uri may be empty when the recording originated from an in-memory string.
◆ backend
| BackendHint donner::editor::sandbox::RnrHeader::backend = BackendHint::kUnspecified |
◆ fileVersion
◆ height
| uint32_t donner::editor::sandbox::RnrHeader::height = 0 |
◆ timestampNanos
| uint64_t donner::editor::sandbox::RnrHeader::timestampNanos = 0 |
◆ uri
| std::string donner::editor::sandbox::RnrHeader::uri |
◆ width
| uint32_t donner::editor::sandbox::RnrHeader::width = 0 |
The documentation for this struct was generated from the following file: