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