mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-06 23:06:22 +09:00
--info: output if app audio is supported (if compiled with it and pipewire server)
This commit is contained in:
@@ -42,10 +42,6 @@ struct AudioDevices {
|
||||
std::vector<AudioInput> audio_inputs;
|
||||
};
|
||||
|
||||
struct ApplicationAudio {
|
||||
std::string name;
|
||||
};
|
||||
|
||||
struct MergedAudioInputs {
|
||||
std::vector<AudioInput> audio_inputs;
|
||||
AudioInputType type = AudioInputType::DEVICE;
|
||||
@@ -78,6 +74,5 @@ void sound_device_close(SoundDevice *device);
|
||||
int sound_device_read_next_chunk(SoundDevice *device, void **buffer, double timeout_sec, double *latency_seconds);
|
||||
|
||||
AudioDevices get_pulseaudio_inputs();
|
||||
std::vector<ApplicationAudio> get_pulseaudio_applications();
|
||||
|
||||
#endif /* GPU_SCREEN_RECORDER_H */
|
||||
|
||||
Reference in New Issue
Block a user