struct Protocol::Page::ScreencastFrame

Overview

Compressed image data requested by the startScreencast.

Included Modules

Defined in:

protocol/page.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def data : String #

Base64-encoded compressed image. (Encoded as a base64 string when passed over JSON)


[View source]
def metadata : ScreencastFrameMetadata #

Screencast frame metadata.


[View source]
def session_id : Int::Primitive #

Frame number.


[View source]