DefaultFrameInterceptor
class DefaultFrameInterceptor(data: DefaultFrameInterceptorData = DefaultFrameInterceptorData()) : FrameInterceptor(source)
The default implementation for FrameInterceptor. Any custom implementation should extend this and call the super intercept method, or else the speaking flags will not be sent!
Parameters
data
the data to configure this instance with.
Functions
Link copied to clipboard
open override fun Flow<AudioFrame?>.intercept(configuration: FrameInterceptorConfiguration): Flow<AudioFrame?>