C# 클래스 JackSharp.Events.BufferSizeEventArgs

Buffer size event arguments.
상속: System.EventArgs
파일 보기 프로젝트 열기: residuum/JackSharp

공개 메소드들

메소드 설명
BufferSizeEventArgs ( int bufferSize ) : System

Initializes a new instance of the JackSharp.Events.BufferSizeEventArgs class.

메소드 상세

BufferSizeEventArgs() 공개 메소드

Initializes a new instance of the JackSharp.Events.BufferSizeEventArgs class.
public BufferSizeEventArgs ( int bufferSize ) : System
bufferSize int Buffer size.
리턴 System