SeekingCaps Structure (Microsoft.DirectX.AudioVideoPlayback)

Collection of properties that describe the capabilities of a media stream.

Definition

Visual Basic Public Structure SeekingCaps
C# public struct SeekingCaps 
C++ public value class SeekingCaps sealed 
JScript In JScript, you can use structures, but you cannot define your own.

Members Table

The following table lists the members exposed by the object.

Properties

Property Description
CanGetCurrentPosition Retrieves whether the stream can report its current position.
CanGetDuration Retrieves whether the stream can report its duration.
CanGetStopPosition Retrieves whether the stream can report its stop position.
CanSeekAbsolute Retrieves whether the stream can seek to an absolute position.
CanSeekBackwards Retrieves whether the stream can seek backward
CanSeekForwards Retrieves whether the stream can seek forward.

Structure Information

Namespace Microsoft.DirectX.AudioVideoPlayback
Assembly Microsoft.DirectX.AudioVideoPlayback (microsoft.directx.audiovideoplayback.dll)
Strong Name Microsoft.DirectX.AudioVideoPlayback,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also