How can i know the audio's playing status of the webpage? #4320
wu-zhi-qiang
started this conversation in
General
Replies: 2 comments
-
I'm not aware of an API specifically for this purpose. You can review the CEF API online at https://cef-builds.spotifycdn.com/docs/107.1/index.html CEF has it's own feature request forum at https://www.magpcss.org/ceforum/viewforum.php?f=7 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
how can i know the audio's playing status when i playing a audio or video?
or when the audio play begin , when the audio play pause, when the audio play stop.
PS:
I implate IAudioHandler, when i reutrn true at GetAudioParameters, i can get the OnAudioStreamStarted, OnAudioStreamStopped callback, but there will be no sound in speaker.
I want only get the callback of OnAudioStreamStarted,OnAudioStreamStopped, don't want capture the audio.
waiting for your help. thank you.
Beta Was this translation helpful? Give feedback.
All reactions