(codecType int)
| 22 | } |
| 23 | |
| 24 | func (e *EmptyNativeInterface) VideoSetCodecType(codecType int) error { |
| 25 | return nil |
| 26 | } |
| 27 | |
| 28 | func (e *EmptyNativeInterface) VideoGetCodecType() (int, error) { |
| 29 | return 0, nil |
nothing calls this directly
no outgoing calls
no test coverage detected