ltmmMediaSample.Discontinuity Property

Visual Basic example

Syntax

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

Elements:

ltmmMediaSample.ActualDataLength Property, ltmmMediaSample.Buffer Property, ltmmMediaSample.BufferSize Property, ltmmMediaSample.Preroll Property, ltmmMediaSample.SyncPoint Property, ltmmMediaSample.GetData Method, ltmmMediaSample.GetMediaType Method, ltmmMediaSample.GetMediaTime Method, ltmmMediaSample.GetTime Method, ltmmMediaSample.ResetMediaTime Method, ltmmMediaSample.ResetTime Method, ltmmMediaSample.SetData Method, ltmmMediaSample.SetMediaTime Method, ltmmMediaSample.SetTime Method, ltmmMediaSample.SetMediaType Method

Topics:

ltmmMediaSample object