CMTime.Multiply 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.
Overloads
Multiply(CMTime, Int32, Int32) |
Multiples a CMTime by a fraction expressed as a multiplier and a divisor. |
Multiply(CMTime, Double) |
Multiples a CMTime by a double value. |
Multiply(CMTime, Int32) |
Multiples a CMTime by an integer value. |
Multiply(CMTime, Int32, Int32)
Multiples a CMTime by a fraction expressed as a multiplier and a divisor.
public static CoreMedia.CMTime Multiply (CoreMedia.CMTime time, int multiplier, int divisor);
static member Multiply : CoreMedia.CMTime * int * int -> CoreMedia.CMTime
Parameters
- time
- CMTime
- multiplier
- Int32
- divisor
- Int32