Index: media/cast/transport/cast_transport_sender.h |
diff --git a/media/cast/transport/cast_transport_sender.h b/media/cast/transport/cast_transport_sender.h |
index a69b7418f963c741139978397567c67d0963f740..5c1eb04b416400c861aaf1a6a5d1f2e5a19e32e7 100644 |
--- a/media/cast/transport/cast_transport_sender.h |
+++ b/media/cast/transport/cast_transport_sender.h |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// This is the main interface for the cast transport sender. The cast sender |
-// handles the cast pipeline from encoded frames (both audio and video), to |
-// encryption, packetization and transport. |
+// This is the main interface for the cast transport sender. It accepts encoded |
+// frames (both audio and video), encrypts their encoded data, packetizes them |
+// and feeds them into a transport (e.g., UDP). |
// Construction of the Cast Sender and the Cast Transport Sender should be done |
// in the following order: |