Skip to main content

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

PropertyTypeDescription
audioAudioEncoderInfo[]A list of available audio encoders. See AudioEncoderInfo
videoVideoEncoderInfo[]A list of available video encoders. See VideoEncoderInfo