avcCodecCandidates
此内容尚不支持你的语言。
avcCodecCandidates(
width,height,framerate): readonlystring[]
Defined in: profiles.ts:142
Returns AVC codec strings from the smallest level that can represent the requested macroblock rate through progressively more permissive levels. Each level tries High, Main and Baseline profiles because platform encoders commonly expose only a subset even when they support the same dimensions.
Parameters
Section titled “Parameters”number
height
Section titled “height”number
framerate
Section titled “framerate”number
Returns
Section titled “Returns”readonly string[]