ltmmMediaSample.Discontinuity Property
object.Discontinuity As Boolean |
Remarks
Indicates whether this sample represents a break in the data stream. Possible values are:
Setting |
Description |
TRUE |
The sample represents a break in the data stream. |
FALSE |
The sample does not represent a break in the data stream. |
A discontinuity occurs when a filter seeks to a different place in the stream, or when a filter drops samples for quality control.
See Also