C# 클래스 AcoustID.Web.SubmitRequest

Submit request data.
파일 보기 프로젝트 열기: wo80/AcoustID.NET 1 사용 예제들

공개 메소드들

메소드 설명
SubmitRequest ( string fingerprint, int duration ) : System

Initializes a new instance of the SubmitRequest class.

WriteQueryString ( StreamWriter writer, bool append = true, int index = -1 ) : void

Write the query string to given stream writer.

메소드 상세

SubmitRequest() 공개 메소드

Initializes a new instance of the SubmitRequest class.
public SubmitRequest ( string fingerprint, int duration ) : System
fingerprint string The audio fingerprint.
duration int The duration (in seconds).
리턴 System

WriteQueryString() 공개 메소드

Write the query string to given stream writer.
public WriteQueryString ( StreamWriter writer, bool append = true, int index = -1 ) : void
writer System.IO.StreamWriter The stream writer.
append bool If true, an ampersand will be prepended.
index int The batch index.
리턴 void