Xeno-rat
Loading...
Searching...
No Matches
NAudio.Wave.Cue Class Reference

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

Collaboration diagram for NAudio.Wave.Cue:

Public Member Functions

 Cue (int position, string label)
 Creates a Cue based on a sample position and label.
 

Properties

int Position [get]
 Cue position in samples.
 
string Label [get]
 Label of the cue.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Cue()

NAudio.Wave.Cue.Cue ( int position,
string label )
inline

Creates a Cue based on a sample position and label.

Parameters
position
label

Property Documentation

◆ Label

string NAudio.Wave.Cue.Label
get

Label of the cue.

◆ Position

int NAudio.Wave.Cue.Position
get

Cue position in samples.


The documentation for this class was generated from the following file: