(factor float64)
| 14 | } |
| 15 | |
| 16 | func (e *EmptyNativeInterface) VideoSetQualityFactor(factor float64) error { |
| 17 | return nil |
| 18 | } |
| 19 | |
| 20 | func (e *EmptyNativeInterface) VideoGetQualityFactor() (float64, error) { |
| 21 | return 0, nil |
nothing calls this directly
no outgoing calls
no test coverage detected