Class StopScreenRecordingCommandResponse
Response for Stops screencast video recording.
public sealed class StopScreenRecordingCommandResponse : ICommandResponse<StopScreenRecordingCommandSettings>, ICommandResponse
- Inheritance
-
StopScreenRecordingCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Stream
A handle of the stream that holds resulting screencast data.
[JsonPropertyName("stream")]
public string Stream { get; set; }