Click or drag to resize
MatroskaWriterConfigurationFakeCuePoints Property
Contains fake cue points for the container when CreateFakeCuePoints was enabled.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<ElementBase> FakeCuePoints { get; set; }

Property Value

Type: ListElementBase
Face cue points.
See Also