()
| 26 | } |
| 27 | |
| 28 | func (e *EmptyNativeInterface) VideoGetCodecType() (int, error) { |
| 29 | return 0, nil |
| 30 | } |
| 31 | |
| 32 | func (e *EmptyNativeInterface) VideoSetEDID(edid string) error { |
| 33 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected