Show / Hide Table of Contents

    Interface IRecordingService

    An interface implemented by classes that perform screen recording

    Inherited Members
    IDisposable.Dispose()
    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()
    In This Article
    • Methods
      • Initialize()
      • IsInitialized()
      • IsRecordingAvailable()
      • ShowRecording()
      • StartRecording()
      • StopRecording()
    Back to top Generated by DocFX