跳转到内容

probeAudioExportMatrix

此内容尚不支持你的语言。

probeAudioExportMatrix(options): Promise<readonly AudioExportCapabilityEntry[]>

Defined in: session.ts:168

Probes the exact multichannel/sample-rate matrix advertised to a host.

isConfigSupported() is not accepted as sufficient evidence: every declared configuration also encodes and flushes four real AudioData blocks. This catches runtimes that advertise AAC/Opus but fail when the encoder is used.

ProbeAudioExportMatrixOptions = {}

Promise<readonly AudioExportCapabilityEntry[]>