TimecodeRateFromDouble Method
Approximate conversion of fractional framerates to
TimeCodeRate with attempted guessing
of SMPTE framerates: if a fractional framerate rounds UP (
Ceiling(Double))
to 24, 25, or 30 a SMPTE framerate of 24000/1001, 25000/1001 and 30000/1001 is returned; the
latter ALWAYS being assumed to be with drop frame.
Namespace: Quine.Schemas.CoreAssembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
public static TimecodeRate FromDouble(
double d
)
- d Double
[Missing <param name="d"/> documentation for "M:Quine.Schemas.Core.TimecodeRate.FromDouble(System.Double)"]
TimecodeRate