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.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool IncludeSeekInformation { get; set; }
Public Property IncludeSeekInformation As Boolean
Get
Set
public:
property bool IncludeSeekInformation {
bool get ();
void set (bool value);
}
member IncludeSeekInformation : bool with get, set
Property Value
Type:
Boolean
true if include seek information, false if not.
See Also