MCPcopy Create free account
hub / github.com/Recordscript/recordscript / support_abr

Method support_abr

libs/scrap/src/common/hwcodec.rs:185–189  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

183 }
184
185 fn support_abr(&self) -> bool {
186 ["qsv", "vaapi", "mediacodec"]
187 .iter()
188 .all(|&x| !self.config.name.contains(x))
189 }
190
191 fn support_changing_quality(&self) -> bool {
192 ["vaapi", "mediacodec"]

Callers

nothing calls this directly

Calls 2

iterMethod · 0.80
allMethod · 0.45

Tested by

no test coverage detected