-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[telemetry] Add telemetry to SbPlayer functions (#4068)
Adding additional Media Telemetry to cover SbPlayer functions. The rough range of each function: 1. SbPlayerGetPreferredOutputMode(): 1.5us to 13us 2. SbPlayerSeek(): 6us to 318us 3. SbPlayerWriteEndOfStream()/audio: 13us to 6.3ms 4. SbPlayerWriteEndOfStream()/video: 3us to 2.8ms 5. SbPlayerSetBounds(): 133us to 26.95ms 6. SbPlayerSetPlaybackRate(): 6us to 11.17ms 7. SbPlayerSetVolume(): 7us to 17.89ms 8. SbPlayerGetInfo(): 1us to 6.8ms 9. SbPlayerGetAudioConfiguration(): 2us to 22.7ms 10. SbPlayerGetCurrentFrame(): 5us to 61.7ms b/303328238 (cherry picked from commit ea15d82)
- Loading branch information
Showing
5 changed files
with
312 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.