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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.MovieMaker.Compiled |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.MovieMaker.Compiled.ICompiledSampleBlock |