Share via


AudioFileRegion Struct

Definition

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.

Applies to