Click or drag to resize
MatroskaWriterConfigurationLiveStream Property
Gets or sets a value indicating whether the file will be used for live streaming.

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

Property Value

Type: Boolean
true if live stream, false if not.
Remarks

Setting to true will modify the configuration to:

UseBlockGroups to false
SegmentSwitchThreshold to SegmentSwitchThreshold.UseOneSegmentIncludeSeekInformation to false
SimpleBlocksPerCluster to 1.

See Also