LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

AudioSampleProvider.SampleFramesHandler

Declaration

public delegate void SampleFramesHandler(Experimental.Audio.AudioSampleProvider provider, uint sampleFrameCount);

Parameters

provider Provider emitting the event.
sampleFrameCount How many sample frames are available, or were dropped, depending on the event.

Description

Delegate for sample frame events.


Did you find this page useful? Please give it a rating: