Click or drag to resize
MatroskaWriterConfigurationCreateFakeCuePoints Property
Creates fake cue points for live transform from another container. Cue points will be generated for every 5 seconds of video. At least one track must contain a duration for this feature to work.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool CreateFakeCuePoints { get; set; }

Property Value

Type: Boolean
true if [create fake cue points]; otherwise, false.
See Also