Interface ISaveRecordingOperation
Encapsulates an operation that will attempt to save a recording when Run() is called.
Inherited Members
Namespace: Recolude.API.RecordingStorage
Assembly: Recolude.API.dll
Syntax
public interface ISaveRecordingOperation : IRecordingOperation
Methods
RecordingID()
The ID of the recording that was returned when the operation was run succesfully.
Declaration
string RecordingID()
Returns
Type | Description |
---|---|
System.String | ID of the saved recording. |