struct Protocol::Page::ScreencastFrame
- Protocol::Page::ScreencastFrame
- Struct
- Value
- Object
Overview
Compressed image data requested by the startScreencast
.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/page.crConstructors
Instance Method Summary
-
#data : String
Base64-encoded compressed image.
-
#metadata : ScreencastFrameMetadata
Screencast frame metadata.
-
#session_id : Int::Primitive
Frame number.
Constructor Detail
Instance Method Detail
def data : String
#
Base64-encoded compressed image. (Encoded as a base64 string when passed over JSON)