Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
NAudio
Wave
Cue
C# Class NAudio.Wave.Cue
Holds information on a cue: a labeled position within a Wave file
Mostra 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