AudioFileRegionList 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 AudioFileRegion values.
public class AudioFileRegionList : IDisposable
type AudioFileRegionList = class
interface IDisposable
- Inheritance
-
AudioFileRegionList
- Implements
Constructors
| Name | Description |
|---|---|
| AudioFileRegionList(IntPtr, Boolean) |
Create a new AudioFileRegionList 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 AudioFileRegionList object. |
| Dispose(Boolean) |
Releases the resources used by the AudioFileRegionList object. |
| Finalize() | |