Namespace Recolude.API.RecordingStorage
Classes
WebDeleteRecordingOperation
WebLoadRecordingOperation
WebSaveRecordingOperation
Interfaces
IDeleteRecordingOperation
An operation that when ran will attempt to delete a recording.
ILoadRecordingOperation
Encapsulates an operation that will attempt to load a recording when Run() is called.
IRecordingOperation
Encapsulates an operation that will attempt to perform some operation on a recording when Run() is called.
IRecordingStorage
Interface for dealing with any type of storage that binary recordings can be saved to.
These calls may block so it is in your best interest to wrap them in a coroutine to prevent blocking the main thread.
ISaveRecordingOperation
Encapsulates an operation that will attempt to save a recording when Run() is called.