()
| 3 | // NativeInterface defines the interface that both Native and NativeProxy implement |
| 4 | type NativeInterface interface { |
| 5 | Start() error |
| 6 | VideoSetSleepMode(enabled bool) error |
| 7 | VideoGetSleepMode() (bool, error) |
| 8 | VideoSleepModeSupported() bool |
no outgoing calls
no test coverage detected