Class StartScreenRecordingResult
public sealed record StartScreenRecordingResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<StartScreenRecordingResult>
- Inheritance
-
EmptyResultStartScreenRecordingResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
StartScreenRecordingResult(StreamHandle)
public StartScreenRecordingResult(StreamHandle Stream)
Parameters
StreamStreamHandleA handle of the stream that holds resulting screencast data.
Properties
Stream
A handle of the stream that holds resulting screencast data.
public StreamHandle Stream { get; init; }