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.CommonAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool ContainsNewBitrate { get; }
Public ReadOnly Property ContainsNewBitrate As Boolean
Get
public:
property bool ContainsNewBitrate {
bool get ();
}
member ContainsNewBitrate : bool with get
Property Value
Type:
Boolean
true if contains new bitrate, false if not.
See Also