summaryrefslogtreecommitdiffstats
path: root/media/base/channel_layout.h
diff options
context:
space:
mode:
authortyoverby@chromium.org <tyoverby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-16 00:34:25 +0000
committertyoverby@chromium.org <tyoverby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-16 00:34:25 +0000
commite2fd1f74d9acc3555740086a122bb5ba1cd7e24f (patch)
treec39d290e7d6359a617cf6566fe5ff0aab124e689 /media/base/channel_layout.h
parentf7338e611f77821ed272c8c245db873d84d1ad27 (diff)
downloadchromium_src-e2fd1f74d9acc3555740086a122bb5ba1cd7e24f.zip
chromium_src-e2fd1f74d9acc3555740086a122bb5ba1cd7e24f.tar.gz
chromium_src-e2fd1f74d9acc3555740086a122bb5ba1cd7e24f.tar.bz2
Added more logging to audio_renderer_host.
* Added more logging to audio_renderer_host. * Updated the old webui to display the new data. BUG=260005 Review URL: https://chromiumcodereview.appspot.com/22469005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217881 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/base/channel_layout.h')
-rw-r--r--media/base/channel_layout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/base/channel_layout.h b/media/base/channel_layout.h
index 4c96ca5..9354eee 100644
--- a/media/base/channel_layout.h
+++ b/media/base/channel_layout.h
@@ -130,6 +130,9 @@ MEDIA_EXPORT int ChannelLayoutToChannelCount(ChannelLayout layout);
// or return CHANNEL_LAYOUT_UNSUPPORTED if there is no good match.
MEDIA_EXPORT ChannelLayout GuessChannelLayout(int channels);
+// Returns a string representation of the channel layout.
+MEDIA_EXPORT const char* ChannelLayoutToString(ChannelLayout layout);
+
} // namespace media
#endif // MEDIA_BASE_CHANNEL_LAYOUT_H_