Expand description
View process connection and other types.
Modules§
- raw_
device_ events - Events directly from view-process not targeting any windows.
- raw_
events - Events directly from the view-process targeting the app windows.
Structs§
- Audio
Output Id - Unique identifier of an open audio output.
- VIEW_
PROCESS - Connection to the running view-process for the context app.
- View
Audio Handle - Handle to an audio loading or loaded in the View Process.
- View
Audio Output - Handle to an audio output stream in the View Process.
- View
Clipboard - View-process clipboard methods.
- View
Headless - Handle to a headless surface/document open in the View Process.
- View
Image Handle - Handle to an image loading or loaded in the View Process.
- View
Process Inited Args - Arguments for the
VIEW_PROCESS_INITED_EVENT. - View
Process Suspended Args - Arguments for the
VIEW_PROCESS_SUSPENDED_EVENT. - View
Renderer - Weak handle to a window or view.
- View
Window - Handle to a window open in the view-process.
- Weak
View Audio Handle - Connection to an audio loading or loaded in the View Process.
- Weak
View Audio Output - Weak reference to a
ViewAudioOutput. - Weak
View Headless - Weak reference to a
ViewHeadlesshandle. - Weak
View Image Handle - Connection to an image loading or loaded in the View Process.
- Weak
View Window - Weak reference to a
ViewWindow. - Window
Open Data - Information about a successfully opened window.
Enums§
- Encode
Error - Error returned by
VIEW_PROCESS::encode_image. - View
Window OrHeadless - View window or headless surface.
Statics§
- VIEW_
PROCESS_ INITED_ EVENT - View-Process finished initializing and is now connected and ready.
- VIEW_
PROCESS_ SUSPENDED_ EVENT - View-Process suspended, all resources dropped.