Api Sandbox MovieMaker Compiled ICompiledSampleBlock
interface

ICompiledSampleBlock

public interface ICompiledSampleBlock

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

Properties

Name Type Description
Offset virtual MovieTime Time offset of the first sample.
SampleRate virtual Int32 How many samples per second.
Samples virtual IReadOnlyList<Object> Raw sample values.
Assembly: Sandbox.Engine Namespace: Sandbox.MovieMaker.Compiled Full Name: Sandbox.MovieMaker.Compiled.ICompiledSampleBlock