| MatroskaWriterConfigurationLiveStream Property  | 
            Gets or sets a value indicating whether the file will be used for live
            streaming. 
            
 
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool LiveStream { get; set; }Public Property LiveStream As Boolean
	Get
	Set
public:
property bool LiveStream {
	bool get ();
	void set (bool value);
}member LiveStream : bool with get, set
Property Value
Type: 
Boolean
            true if live stream, false if not.
            
RemarksSetting to true will modify the configuration to:
UseBlockGroups to false
SegmentSwitchThreshold to SegmentSwitchThreshold.UseOneSegmentIncludeSeekInformation to false
SimpleBlocksPerCluster to 1. 
See Also