BitmovinApiSdk\Models\TsMuxing::minimumSegmentLength
Prevents creation of very short final segments (in seconds). If the last segment is shorter than minimumSegmentLength, it will be merged with the previous one, creating a segment of a size up to segmentLength + minimumSegmentLength.
Signature
public function minimumSegmentLength(float
$minimumSegmentLength )
Parameters
$minimumSegmentLength
— float
Returns
- $this