()
| 83 | } |
| 84 | |
| 85 | func (p *nativeProxyOptions) toNativeOptions() *NativeOptions { |
| 86 | return &NativeOptions{ |
| 87 | SystemVersion: p.SystemVersion, |
| 88 | AppVersion: p.AppVersion, |
| 89 | DisplayRotation: p.DisplayRotation, |
| 90 | DefaultQualityFactor: p.DefaultQualityFactor, |
| 91 | } |
| 92 | } |
| 93 | |
| 94 | // cmdWrapper wraps exec.Cmd to implement processCmd interface |
| 95 | type cmdWrapper struct { |