Click or drag to resize
SmoothStreamingMediaAddChunk Method

Namespace: StreamCoders.Adaptive.SmoothStreaming
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public StreamFragment AddChunk(
	string streamIndexName,
	ulong chunkTime,
	ulong chunkDuration
)

Parameters

streamIndexName
Type: SystemString
chunkTime
Type: SystemUInt64
chunkDuration
Type: SystemUInt64

Return Value

Type: StreamFragment
See Also