IosVideoTrack
class IosVideoTrack(nativeTrack: RTCMediaStreamTrack, onDispose: () -> Unit = {}) : WebRtcMedia.VideoTrack, IosMediaTrack(source)
iOS-specific implementation of a video track that wraps RTCMediaStreamTrack.
Handles video-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 video stream track used under the hood. Use it with caution.
Returns implementation of the native video 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.