s&box docs
API ReferenceSandbox.MovieMaker.Compiled

public abstract interface Sandbox.MovieMaker.Compiled.ICompiledSampleBlock

This block contains an array of values sampled at uniform intervals.

Properties

Showing 3 properties

public virtual Sandbox.MovieMaker.MovieTime Sandbox.MovieMaker.Compiled.ICompiledSampleBlock.Offset { get; set; }

Time offset of the first sample.

public virtual int Sandbox.MovieMaker.Compiled.ICompiledSampleBlock.SampleRate { get; set; }

How many samples per second.

public virtual System.Collections.Generic.IReadOnlyList`1<object> Sandbox.MovieMaker.Compiled.ICompiledSampleBlock.Samples { get; set; }

Raw sample values.

Metadata

FieldValue
NamespaceSandbox.MovieMaker.Compiled
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.MovieMaker.Compiled.ICompiledSampleBlock

On this page