C# Class Hudl.FFmpeg.ResourceManagement

Show file Open project: hudl/HudlFfmpeg

Public Methods

Method Description
IsMonoRuntime ( ) : bool

This usually is considered poor programming style to need to have dependent processing based on runtime, however to implement timeout logic and work around existing issues with mono it is necessary. workaround(s) 1. workaround for a bug in the mono process when attempting to read async from console output events - link http://mono.1490590.n4.nabble.com/System-Diagnostic-Process-and-event-handlers-td3246096.html

Method Details

IsMonoRuntime() public static method

This usually is considered poor programming style to need to have dependent processing based on runtime, however to implement timeout logic and work around existing issues with mono it is necessary. workaround(s) 1. workaround for a bug in the mono process when attempting to read async from console output events - link http://mono.1490590.n4.nabble.com/System-Diagnostic-Process-and-event-handlers-td3246096.html
public static IsMonoRuntime ( ) : bool
return bool