API ReferenceSandbox.MovieMaker.Compiled

ICompiledSampleBlockclass

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

objectICompiledSampleBlock
Namespace
Sandbox.MovieMaker.Compiled
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.MovieMaker.Compiled.ICompiledSampleBlock

Properties3

Showing 3 properties

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

How many samples per second.

Returns:int

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

Raw sample values.

Returns:IReadOnlyList<object>

On this page