Share via


AudioFileMarkerList Class

Definition

A list of AudioFileMarker objects.

public class AudioFileMarkerList : IDisposable
type AudioFileMarkerList = class
    interface IDisposable
Inheritance
AudioFileMarkerList
Implements

Constructors

Name Description
AudioFileMarkerList(IntPtr, Boolean)

Create a new AudioFileMarkerList instance.

Properties

Name Description
Count

Get the number of elements in the list.

Item[Int32]

Get the element at the specified 0-based index.

SmpteTimeType

Get the SmpteTimeType for this list.

Methods

Name Description
Dispose()

Releases the resources used by the AudioFileMarkerList object.

Dispose(Boolean)

Releases the resources used by the AudioFileMarkerList object.

Finalize()

Applies to