CMTime.FromSeconds(Double, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of CMTime from a second and timescale description.
public static CoreMedia.CMTime FromSeconds (double seconds, int preferredTimeScale);
static member FromSeconds : double * int -> CoreMedia.CMTime
Parameters
- seconds
- Double
- preferredTimeScale
- Int32
Returns
The constructed CMTime.