Click or drag to resize
MatroskaWriterConfigurationIncludeSeekInformation Property
Gets or sets a value indicating whether the seek information should be included in segments. Without this information seeking cannot be accomplished, but it may be necessary to turn this property to false when live streaming.

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

Property Value

Type: Boolean
true if include seek information, false if not.
See Also