AudioFileMarkerList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() | |