Click or drag to resize
SegmentSwitchThreshold Enumeration

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public enum SegmentSwitchThreshold
Members
  Member nameValueDescription
UseOneSegment0 inputStream will contain a single segment
CreateNewSegmentAfterDurationThreshold1 inputStream will have multiple segments with roughly the same duration
CreateNewSegmentAfterWrittenBlocksThreshold2 inputStream will have multiple segments with roughly the same number of blocks.
See Also