AVVideoCompositionLayerInstruction.GetTransformRamp 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.
Gets the transform ramp that includes the specified time
.
[Foundation.Export("getTransformRampForTime:startTransform:endTransform:timeRange:")]
public virtual bool GetTransformRamp (CoreMedia.CMTime time, ref CoreGraphics.CGAffineTransform startTransform, ref CoreGraphics.CGAffineTransform endTransform, ref CoreMedia.CMTimeRange timeRange);
abstract member GetTransformRamp : CoreMedia.CMTime * * * -> bool
override this.GetTransformRamp : CoreMedia.CMTime * * * -> bool
Parameters
- time
- CMTime
- startTransform
- CGAffineTransform
- endTransform
- CGAffineTransform
- timeRange
- CMTimeRange
Returns
- Attributes