Audio source backed by WebRTC's platform Audio Device Module.
More...
#include <platform_audio.h>
Audio source backed by WebRTC's platform Audio Device Module.
A PlatformAudioSource captures microphone audio automatically. Unlike AudioSource, callers do not push frames with captureFrame().
◆ PlatformAudioSource()
Move the platform audio source.
- Parameters
-
| other | Source to move from. |
- Note
- This operation is not thread-safe.
◆ ffiHandleId()
| std::uint64_t livekit::PlatformAudioSource::ffiHandleId |
( |
| ) |
const |
|
inlinenoexcept |
Return the underlying FFI handle ID used in FFI requests.
- Note
- This operation is thread-safe.
◆ operator=()
Move-assign the platform audio source.
- Parameters
-
| other | Source to move from. |
- Returns
- Reference to this source.
- Note
- This operation is not thread-safe.
The documentation for this class was generated from the following file: