()
| 18 | } |
| 19 | |
| 20 | func (e *EmptyNativeInterface) VideoGetQualityFactor() (float64, error) { |
| 21 | return 0, nil |
| 22 | } |
| 23 | |
| 24 | func (e *EmptyNativeInterface) VideoSetCodecType(codecType int) error { |
| 25 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected