IosAudioTrack
class IosAudioTrack(nativeTrack: RTCMediaStreamTrack, onDispose: () -> Unit = {}) : WebRtcMedia.AudioTrack, IosMediaTrack(source)
iOS-specific implementation of an audio track that wraps RTCMediaStreamTrack.
Handles audio-specific functionality and provides proper resource cleanup when disposed. Call close to properly dispose of native resources when the track is no longer needed.
Properties
Functions
Link copied to clipboard
Returns implementation of the native audio stream track used under the hood. Use it with caution.
Returns implementation of the native audio stream track used under the hood. Use it with caution.
Returns implementation of the native media stream track used under the hood. Use it with caution.