youtube / youtube-ios-player-helper

Lightweight helper library that allows iOS developers to add inline playback of YouTube videos through a WebView
Other
1.64k stars 680 forks source link

Is the frame rate of the playing video available? #453

Closed inexcii closed 2 years ago

inexcii commented 2 years ago

Hi, this is generally a question rather than an issue. Is there a way to retrieve the frame rate, aka FPS(Frames Per Second), of the playing YouTube video by this framework? I'm creating an app based on the frame rate of the YouTube video and would be appreciated if in some way I can get(or at least generally assume) the frame rate of the playing video. Thanks.

brol1dev commented 2 years ago

The library doesn't offer an API to retrieve FPS of the video playing. Sorry about that.

inexcii commented 2 years ago

Thank you for the reply. I see.