Developer Documentation

PlaybackStream.AudioPushDataTask

Warning

Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.

public override Task AudioPushDataTask(float[] buffer, CancellationToken cancellationToken)

AudioPushDataTask and AudioPushDataAsync are not supported!

Info

Remote streams are always readonly

Parameters

NameTypeDescription
bufferSingle[]
cancellationTokenCancellationToken

Returns

TypeDescription
Task