fix(native): potential sharablecontent icon/name crash (#10464)

This commit is contained in:
pengx17
2025-02-27 03:19:52 +00:00
parent e9484e8e15
commit be94f3fc17
6 changed files with 266 additions and 159 deletions
+1
View File
@@ -3,6 +3,7 @@
export declare class Application {
static tapGlobalAudio(excludedProcesses: Array<Application> | undefined | null, audioStreamCallback: ((err: Error | null, arg: Float32Array) => void)): AudioTapStream
get processId(): number
get processGroupId(): number
get bundleIdentifier(): string
get name(): string
get icon(): Buffer