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

Unified Diff: media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.h

Issue 112133002: Cast:Moving netwrok sender related code to a designated folder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moving const' to .cc Created 7 years 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
Index: media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.h
diff --git a/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.h b/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.h
deleted file mode 100644
index 26208f5df54ad9c6c804fc9b8e9cf7ea3720c5c7..0000000000000000000000000000000000000000
--- a/media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.h
+++ /dev/null
@@ -1,39 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CAST_RTP_SENDER_RTP_PACKETIZER_RTP_PACKETIZER_CONFIG_H_
-#define CAST_RTP_SENDER_RTP_PACKETIZER_RTP_PACKETIZER_CONFIG_H_
-
-#include "media/cast/cast_config.h"
-#include "media/cast/rtp_common/rtp_defines.h"
-
-namespace media {
-namespace cast {
-
-struct RtpPacketizerConfig {
- RtpPacketizerConfig();
-
- // General.
- bool audio;
- int payload_type;
- uint16 max_payload_length;
- uint16 sequence_number;
- uint32 rtp_timestamp;
- int frequency;
-
- // SSRC.
- unsigned int ssrc;
-
- // Video.
- VideoCodec video_codec;
-
- // Audio.
- uint8 channels;
- AudioCodec audio_codec;
-};
-
-} // namespace cast
-} // namespace media
-
-#endif // CAST_RTP_SENDER_RTP_PACKETIZER_RTP_PACKETIZER_CONFIG_H_
« no previous file with comments | « media/cast/rtp_sender/rtp_packetizer/rtp_packetizer.gyp ('k') | media/cast/rtp_sender/rtp_packetizer/rtp_packetizer_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698