Texture icon indicating copy to clipboard operation
Texture copied to clipboard

Display buffer for ASPlayerVideoNode

Open phucdth12a opened this issue 4 years ago • 0 comments

In this case we have two color: func videoPlayerNodeScrubberMaximumTrackTint(_ videoPlayer: ASVideoPlayerNode) -> UIColor { return #colorLiteral(red: 1, green: 1, blue: 1, alpha: 0.5) }

func videoPlayerNodeScrubberMinimumTrackTint(_ videoPlayer: ASVideoPlayerNode) -> UIColor { return UIColor.white }

but not have color for buffer of video.

I don't see code show buffer of video.

phucdth12a avatar Jun 12 '21 03:06 phucdth12a