Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ name
Method
name
src-tauri/src/recorder.rs:117–119 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
115
116
impl Screen {
117
pub fn name(&self) -> &String {
118
&self.name
119
}
120
121
/// Return PNG encoded screen preview
122
pub fn preview(&self) -> anyhow::Result<Vec<u8>> {
Callers
9
list_microphone
Function · 0.45
list_speaker
Function · 0.45
list_screen
Function · 0.45
select_microphone
Function · 0.45
select_speaker
Function · 0.45
select_screen
Function · 0.45
preview_screen
Function · 0.45
eq_device
Method · 0.45
all
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected