logicalSurface property
bool
get
logicalSurface
The MediaTrackSettings dictionary's
logicalSurface
property indicates whether or not the
display area being captured is a logical surface. Logical surfaces are
those which are
not necessarily entirely onscreen, or may even be off-screen, such as
windows' backing
buffers (where only part of the buffer is visible without scrolling the
containing
window) and offscreen rendering contexts.
Implementation
external bool get logicalSurface;
set
logicalSurface
(bool value)
Implementation
external set logicalSurface(bool value);