API ReferenceSandbox.MovieMaker
IMovieClipclass
A collection of `Sandbox.MovieMaker.ITrack`s describing properties changing over time and actions being invoked.
object→IMovieClip
Methods2
Showing 2 methods
public virtual Sandbox.MovieMaker.IReferenceTrack GetTrack(System.Guid trackId)
Attempts to get a reference track with the given `trackId`.
| Parameter | Type | Description |
|---|---|---|
| trackId | Guid | — |
No results match this filter.
Properties2
Showing 2 properties
public virtual Sandbox.MovieMaker.MovieTime Sandbox.MovieMaker.IMovieClip.Duration { get; set; }
How long this clip takes to fully play.
public virtual System.Collections.Generic.IEnumerable`1<Sandbox.MovieMaker.ITrack> Sandbox.MovieMaker.IMovieClip.Tracks { get; set; }
All tracks within the clip.
No results match this filter.