Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(746)

Unified Diff: webrtc/common_types.h

Issue 2790493004: Supporting 48kHz PCM file. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/modules/media_file/media_file_impl.cc » ('j') | webrtc/voice_engine/file_player.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index e1a4c77d37adf184bb43b0fd87070d635f54d917..cbad3b8d81d90004ddd2e5bd627ab6856181a453 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -139,7 +139,8 @@ enum FileFormats {
kFileFormatPreencodedFile = 4,
kFileFormatPcm16kHzFile = 7,
kFileFormatPcm8kHzFile = 8,
- kFileFormatPcm32kHzFile = 9
+ kFileFormatPcm32kHzFile = 9,
+ kFileFormatPcm48kHzFile = 10
};
enum FrameType {
« no previous file with comments | « no previous file | webrtc/modules/media_file/media_file_impl.cc » ('j') | webrtc/voice_engine/file_player.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698