MCPcopy Index your code
hub / github.com/Recordscript/recordscript / to_string

Method to_string

libs/scrap/src/common/mod.rs:290–299  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

288
289impl ToString for CodecFormat {
290 fn to_string(&self) -> String {
291 match self {
292 CodecFormat::VP8 => "VP8".into(),
293 CodecFormat::VP9 => "VP9".into(),
294 CodecFormat::AV1 => "AV1".into(),
295 CodecFormat::H264 => "H264".into(),
296 CodecFormat::H265 => "H265".into(),
297 CodecFormat::Unknown => "Unknow".into(),
298 }
299 }
300}
301
302#[derive(Debug)]

Callers 15

get_pixelbufferMethod · 0.80
nameMethod · 0.80
map_errFunction · 0.80
nameMethod · 0.80
preferenceMethod · 0.80
encodeMethod · 0.80
set_filenameMethod · 0.80
encodeMethod · 0.80
get_atom_nameFunction · 0.80
captureMethod · 0.80
request_remote_desktopFunction · 0.80

Calls

no outgoing calls

Tested by 5

test_if_valid_serverFunction · 0.64
test_overwrite_settingsFunction · 0.64
testFunction · 0.64