Api Sandbox MovieMaker IMovieClip
interface

IMovieClip

public interface IMovieClip

A collection of ITracks describing properties changing over time and actions being invoked.

Properties

Name Type Description
Tracks virtual IEnumerable<ITrack> All tracks within the clip.
Duration virtual MovieTime How long this clip takes to fully play.

Methods

virtual IReferenceTrack GetTrack(Guid trackId)

Attempts to get a reference track with the given .

returns — The matching track, or if not found.
virtual IEnumerable<ITrack> GetTracks(MovieTime time)

Get tracks that are active at the given .

Assembly: Sandbox.Engine Namespace: Sandbox.MovieMaker Full Name: Sandbox.MovieMaker.IMovieClip