C# 클래스 AcoustID.Chromaprint.CombinedBuffer

Combines two short (Int16) buffers.
파일 보기 프로젝트 열기: wo80/AcoustID.NET 1 사용 예제들

공개 메소드들

메소드 설명
CombinedBuffer ( short buffer1, int size1, short buffer2, int size2 ) : System
Flush ( short buffer ) : void

Read all remaining values from the buffer.

Read ( short buffer, int offset, int length ) : int

Read a number of values from the combined buffer.

Shift ( int shift ) : int

Shift the buffer offset.

this ( int i ) : short

Gets the element at given position.

메소드 상세

CombinedBuffer() 공개 메소드

public CombinedBuffer ( short buffer1, int size1, short buffer2, int size2 ) : System
buffer1 short
size1 int
buffer2 short
size2 int
리턴 System

Flush() 공개 메소드

Read all remaining values from the buffer.
public Flush ( short buffer ) : void
buffer short Buffer to write into.
리턴 void

Read() 공개 메소드

Read a number of values from the combined buffer.
public Read ( short buffer, int offset, int length ) : int
buffer short Buffer to write into.
offset int Offset to start reading.
length int Number of values to read.
리턴 int

Shift() 공개 메소드

Shift the buffer offset.
public Shift ( int shift ) : int
shift int Places to shift.
리턴 int

this() 공개 메소드

Gets the element at given position.
public this ( int i ) : short
i int
리턴 short