| SegmentSwitchThreshold Enumeration | 
 
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic enum SegmentSwitchThreshold
Public Enumeration SegmentSwitchThreshold
public enum class SegmentSwitchThreshold
type SegmentSwitchThreshold
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | UseOneSegment | 0 | 
                inputStream will contain a single segment
             | 
 | CreateNewSegmentAfterDurationThreshold | 1 | 
                inputStream will have multiple segments with roughly the same duration
             | 
 | CreateNewSegmentAfterWrittenBlocksThreshold | 2 | 
                inputStream will have multiple segments with roughly the same number of blocks.
             | 
See Also