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

Method VideoSetQualityFactor

internal/native/empty.go:16–18  ·  view source on GitHub ↗
(factor float64)

Source from the content-addressed store, hash-verified

14}
15
16func (e *EmptyNativeInterface) VideoSetQualityFactor(factor float64) error {
17 return nil
18}
19
20func (e *EmptyNativeInterface) VideoGetQualityFactor() (float64, error) {
21 return 0, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected