AudioFileRegion Struct
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.
Represents a named region within an audio file.
public struct AudioFileRegion
type AudioFileRegion = struct
- Inheritance
-
AudioFileRegion
Constructors
| Name | Description |
|---|---|
| AudioFileRegion(IntPtr) |
Create a new AudioFileRegion instance, wrapping a native pointer. |
Properties
| Name | Description |
|---|---|
| Count |
The number of elements in this region. |
| Flags |
The flags for this region. |
| Item[Int32] |
Get the element at the specified 0-based index. |
| Name |
The name for this region. |
| RegionID |
The region identifier for this region. |