Class Cue
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
Properties
Label
Label of the cue
public string Label { get; }
Property Value
Position
Cue position in samples
public int Position { get; }