struct MAGES::Recorder::Cloud::Recording¶
Overview¶
A recording in the cloud. More…
struct Recording { // fields string RecordingId; string Title; string Date; string Duration; string Product; string User; string Image; string Tenant; bool IsPublic; string StoragePathURL; bool IsInstructor; };
Detailed Documentation¶
A recording in the cloud.
Fields¶
string RecordingId
The recording ID.
string Title
The title of the recording.
string Date
The date of the recording.
string Duration
The duration of the recording.
string Product
The product code.
string User
The username.
string Image
A base64 encoded string of an image to use as a thumbnail.
string Tenant
A value indicating whether the user is a tenant.
bool IsPublic
A value indicating whether the recording is an instructor recording.
string StoragePathURL
The storage path URL.
bool IsInstructor
A value indicating whether the recording is an instructor recording.