Click or drag to resize
StreamFragment Constructor (StreamIndex, StreamFragment, UInt64, UInt64)
Initializes a new instance of the StreamFragment class

Namespace: StreamCoders.Adaptive.SmoothStreaming
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public StreamFragment(
	StreamIndex parent,
	StreamFragment previousFragment,
	ulong chunkTime,
	ulong chunkDuration
)

Parameters

parent
Type: StreamCoders.Adaptive.SmoothStreamingStreamIndex
previousFragment
Type: StreamCoders.Adaptive.SmoothStreamingStreamFragment
chunkTime
Type: SystemUInt64
chunkDuration
Type: SystemUInt64
See Also