Class ScreencastFrameAckCommandSettings
Acknowledges that a screencast frame has been received by the frontend.
public sealed class ScreencastFrameAckCommandSettings : ICommand
- Inheritance
-
ScreencastFrameAckCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
SessionId
Frame number.
[JsonPropertyName("sessionId")]
public long SessionId { get; set; }