C# Class Hudl.FFmpeg.ResourceManagement

Afficher le fichier Open project: hudl/HudlFfmpeg

Méthodes publiques

Méthode 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 méthode

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
Résultat bool