Class RemoteDataTrackPipelineOptions
- Namespace
- LiveKit
Track-level options that configure how the incoming-frame pipeline reassembles packets for a remote data track.
public class RemoteDataTrackPipelineOptions
- Inheritance
-
RemoteDataTrackPipelineOptions
- Inherited Members
- Extension Methods
Remarks
Applied via SetPipelineOptions(RemoteDataTrackPipelineOptions).
Properties
MaxPartialFrames
Maximum number of partial frames the depacketizer will track concurrently for this track.
public uint? MaxPartialFrames { get; set; }
Property Value
- uint?
Remarks
Defaults to 1. Higher values give more out-of-order tolerance for high-frequency senders at the cost of additional buffering. Zero is not a valid value; if a value of zero is provided, it will be clamped to one. Leave unset to keep the current value.