MCPcopy Create free account
hub / github.com/jetkvm/kvm / VideoGetQualityFactor

Method VideoGetQualityFactor

internal/native/empty.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func (e *EmptyNativeInterface) VideoGetQualityFactor() (float64, error) {
21 return 0, nil
22}
23
24func (e *EmptyNativeInterface) VideoSetCodecType(codecType int) error {
25 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected