C# Класс Accord.Audio.NewFrameRequestedEventArgs

Arguments for new frame request from an audio output device.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NewFrameRequestedEventArgs ( float buffer ) : System

Initializes a new instance of the NewFrameRequestedEventArgs class.

NewFrameRequestedEventArgs ( int frames ) : System

Initializes a new instance of the NewFrameRequestedEventArgs class.

Описание методов

NewFrameRequestedEventArgs() публичный метод

Initializes a new instance of the NewFrameRequestedEventArgs class.
public NewFrameRequestedEventArgs ( float buffer ) : System
buffer float The initial buffer.
Результат System

NewFrameRequestedEventArgs() публичный метод

Initializes a new instance of the NewFrameRequestedEventArgs class.
public NewFrameRequestedEventArgs ( int frames ) : System
frames int The number of samples being requested.
Результат System