C# 클래스 NAudio.Wave.Cue

Holds information on a cue: a labeled position within a Wave file
파일 보기 프로젝트 열기: jishi/Jishi.StreamToSonos 1 사용 예제들

공개 메소드들

메소드 설명
Cue ( int position, string label ) : System

Creates a Cue based on a sample position and label

메소드 상세

Cue() 공개 메소드

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