Expand description
§OBS Window Helper
This crate provides necessary information about windows that could be used
so they can be captured with the window_capture or game_capture source in OBS.
The function you probably want to use is get_all_windows which returns a list of WindowInfo structs.
Structs§
- Process
Info - Window
Info - Represents information about a window.
Enums§
- Window
Helper Error - Error type for window helper operations.
- Window
Search Mode
Functions§
- get_
all_ windows - Retrieves information about all windows based on the specified search mode and game check flag.
- get_
thread_ proc_ id - get_
window_ info - Retrieves the OBS window information associated with the given window handle.
- is_
blacklisted_ window - is_
microsoft_ internal_ exe - is_
window_ in_ use_ by_ other_ instance - is_
window_ valid