C# Class NAudio.Wave.Cue

Holds information on a cue: a labeled position within a Wave file
Show file Open project: jishi/Jishi.StreamToSonos Class Usage Examples

Public Methods

Method Description
Cue ( int position, string label ) : System

Creates a Cue based on a sample position and label

Method Details

Cue() public method

Creates a Cue based on a sample position and label
public Cue ( int position, string label ) : System
position int
label string
return System