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

Function enable_vram_option

libs/scrap/src/common/codec.rs:851–856  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

849}
850#[cfg(feature = "vram")]
851pub fn enable_vram_option() -> bool {
852 if let Some(v) = Config2::get().options.get("enable-hwcodec") {
853 return v != "N";
854 }
855 return true; // default is true
856}
857
858#[derive(Debug, Clone, Copy, PartialEq, Eq)]
859pub enum Quality {

Callers 5

updateMethod · 0.85
supported_encodingMethod · 0.85
supported_decodingsMethod · 0.85
newMethod · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected