Click or drag to resize
AdaptiveSampleContainsNewBitrate Property
Indicates whether this sample is the first after the bitrate of the stream was switched. This can be useful if a decoder needs discontinuity information.

Namespace: StreamCoders.Adaptive.Common
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool ContainsNewBitrate { get; }

Property Value

Type: Boolean
true if contains new bitrate, false if not.
See Also