EncoderInformation
Electron APIs / Recorder / EncoderInformation
Available audio and video encoders.
This interface provides access to lists of supported audio and video encoders detected on the system. These encoders can be used for media capture or streaming tasks.
Properties
Property | Type | Description |
---|---|---|
audio | AudioEncoderInfo [] | A list of available audio encoders. See AudioEncoderInfo |
video | VideoEncoderInfo [] | A list of available video encoders. See VideoEncoderInfo |