getAudioFrame

abstract fun getAudioFrame(frameFactory: IReadOnlyRawFrameFactory): RawFrame

Gets an audio frame from the source.

The RawFrame to fill with audio data is created by the frameFactory.

Return

a RawFrame containing audio data.

Parameters

frameFactory