ltmmMediaSample.SyncPoint Property

Visual Basic example

Syntax

object.SyncPoint As Boolean

Remarks

Indicates whether the beginning of this sample is a synchronization point. Possible values are:

Setting

Description

TRUE

The beginning of this sample is a synchronization point.

FALSE

The beginning of this sample is not a synchronization point.

A stream can begin at any synchronization point. With some compression types, streaming can begin only at certain points in the stream; for example, on key frames.

See Also

Elements:

ltmmMediaSample.ActualDataLength Property, ltmmMediaSample.Buffer Property, ltmmMediaSample.BufferSize Property, ltmmMediaSample.Discontinuity Property, ltmmMediaSample.Preroll 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