Interface IRecordingService
An interface implemented by classes that perform screen recording
Inherited Members
Namespace: Microsoft.MixedReality.SpectatorView
Assembly: cs.temp.dll.dll
Syntax
public interface IRecordingService : IDisposable
Methods
Initialize()
Initializes the screen recording service
Declaration
void Initialize()
IsInitialized()
True if the screen recording service has completed initialization and is ready for use
Declaration
bool IsInitialized()
Returns
Type | Description |
---|---|
Boolean |
IsRecordingAvailable()
True if a screen recording has been taken during the current application session
Declaration
bool IsRecordingAvailable()
Returns
Type | Description |
---|---|
Boolean |
ShowRecording()
Shows the last captured screen recording from the current application session
Declaration
void ShowRecording()
StartRecording()
Starts screen recording
Declaration
bool StartRecording()
Returns
Type | Description |
---|---|
Boolean |
StopRecording()
Stops screen recording
Declaration
void StopRecording()