Samsung / TizenFX

C# Device APIs for Tizen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[MediaPlayback] Continue playback after interruption

Csaba8472 opened this issue · comments

Based on the documentation app can subscribe some sort of notifications. What I don't find there is, how can an app continue audio playback after e.g a samsung health announcement? There is a deprecated api which could notify the app about completed interruption but I haven't found this api's replacement.

commented

@Csaba8472

The player works based on the audio session manager policy. This means that an application can be interrupted by another application. You can change the policy directly by using the Tizen.Multimedia.AudioStreamPolicy class.

As it is written in the document, you can use AudioStreamPolicy class.
Please refer to this page for details.

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days