Table of Contents

Class Cue

Namespace
NAudio.Wave
Assembly
NAudio.Core.dll

Holds information on a cue: a labeled position within a Wave file

public class Cue
Inheritance
Cue
Inherited Members

Constructors

Cue(int, string)

Creates a Cue based on a sample position and label

public Cue(int position, string label)

Parameters

position int
label string

Properties

Label

Label of the cue

public string Label { get; }

Property Value

string

Position

Cue position in samples

public int Position { get; }

Property Value

int