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

Method VideoSetCodecType

internal/native/empty.go:24–26  ·  view source on GitHub ↗
(codecType int)

Source from the content-addressed store, hash-verified

22}
23
24func (e *EmptyNativeInterface) VideoSetCodecType(codecType int) error {
25 return nil
26}
27
28func (e *EmptyNativeInterface) VideoGetCodecType() (int, error) {
29 return 0, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected