Upstream version 11.39.244.0
[platform/framework/web/crosswalk.git] / src / media / audio / audio_output_proxy.cc
index a69cbc9..10d8751 100644 (file)
@@ -90,4 +90,11 @@ void AudioOutputProxy::Close() {
   delete this;
 }
 
+#if defined(OS_TIZEN)
+void AudioOutputProxy::SetMediaStreamProperties(const std::string& app_id,
+                                                const std::string& app_class) {
+  dispatcher_->SetMediaStreamProperties(app_id, app_class);
+}
+#endif
+
 }  // namespace media