Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AudioIO] Add new internal API for play audio with repetitions #6395

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

hsgwon
Copy link
Contributor

@hsgwon hsgwon commented Oct 7, 2024

Description of Change

Add new internal API for play audio with repetitions

@hsgwon hsgwon added the API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0 label Oct 7, 2024
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 1, Removed: 0, Changed: 0

Added

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static System.Threading.Tasks.Task Tizen.Multimedia.WavPlayer::StartAsync(System.String,Tizen.Multimedia.AudioStreamPolicy,System.UInt32,System.Threading.CancellationToken)

@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 1, Removed: 0, Changed: 0

Added

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static System.Threading.Tasks.Task Tizen.Multimedia.WavPlayer::StartAsync(System.String,Tizen.Multimedia.AudioStreamPolicy,System.UInt32,System.Threading.CancellationToken)

@hsgwon hsgwon merged commit a52c0e6 into Samsung:master Oct 8, 2024
3 checks passed
hinohie pushed a commit to hinohie/TizenFX that referenced this pull request Oct 10, 2024
…ng#6395)

* [AudioIO] Add new internal API for play audio with repetitions
hinohie pushed a commit that referenced this pull request Oct 10, 2024
* [AudioIO] Add new internal API for play audio with repetitions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0 Internal API Changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants