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

Method VideoGetCodecType

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

Source from the content-addressed store, hash-verified

26}
27
28func (e *EmptyNativeInterface) VideoGetCodecType() (int, error) {
29 return 0, nil
30}
31
32func (e *EmptyNativeInterface) VideoSetEDID(edid string) error {
33 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected