summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoderhyme <jhyo.kim@samsung.com>2017-08-16 09:02:13 +0000
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-08-16 09:02:14 +0000
commit7da2fe72b3984a41827e1eaf4ad307c11209cf9a (patch)
tree5a5cf280fae26824a095526aece479aa2fbcbd5d
parentbd71435967ff150771ae787b54e7962ba1d7c5b7 (diff)
parent89e071552ea1ae494cffc126676040d985f906d0 (diff)
downloadmultimedia-accepted/tizen_4.0_unified.tar.gz
multimedia-accepted/tizen_4.0_unified.tar.bz2
multimedia-accepted/tizen_4.0_unified.zip
-rwxr-xr-xTizen.Multimedia/AudioManager/AudioStreamPolicy.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs b/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs
index 5225cec..9e260b2 100755
--- a/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs
+++ b/Tizen.Multimedia/AudioManager/AudioStreamPolicy.cs
@@ -152,10 +152,6 @@ namespace Tizen.Multimedia
/// <param name="options">The focuses that you want to acquire.</param>
/// <param name="behaviors">The requesting behaviors.</param>
/// <param name="extraInfo">The extra information for this request. This value can be null.</param>
- /// <remarks>
- /// Do not call this method within event handlers of <see cref="FocusStateChanged"/> and
- /// <see cref="StreamFocusStateChanged"/> else it will throw an exception.
- /// </remarks>
public void AcquireFocus(AudioStreamFocusOptions options, AudioStreamBehaviors behaviors, string extraInfo)
{
if (options == 0)
@@ -183,10 +179,6 @@ namespace Tizen.Multimedia
/// <param name="options">The focus mask that you want to release.</param>
/// <param name="behaviors">The requesting behaviors.</param>
/// <param name="extraInfo">The extra information for this request. This value can be null.</param>
- /// <remarks>
- /// Do not call this API within event handlers of <see cref="FocusStateChanged"/> and
- /// <see cref="StreamFocusStateChanged"/> else it will throw an exception.
- /// </remarks>
public void ReleaseFocus(AudioStreamFocusOptions options, AudioStreamBehaviors behaviors, string extraInfo)
{
if (options == 0)