| 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 605cd0472a948fefeede164c9dc3ec30b4bc72e6..79abce6967e2c4f587a07aa49b696b8dc4bb98cf 100644
|
| --- a/media/cast/transport/cast_transport_sender.h
|
| +++ b/media/cast/transport/cast_transport_sender.h
|
| @@ -12,7 +12,8 @@
|
| // 2. Create CastSender (accepts CastTransportSender as an input).
|
| // 3. Call CastTransportSender::SetPacketReceiver to ensure that the packets
|
| // received by the CastTransportSender will be sent to the CastSender.
|
| -// Steps 3 can be done interchangeably.
|
| +// 4. Initialize audio and/or video.
|
| +// Steps 3 & 4 can be done interchangeably.
|
|
|
| // Destruction: The CastTransportSender is assumed to be valid as long as the
|
| // CastSender is alive. Therefore the CastSender should be destructed before the
|
| @@ -68,7 +69,7 @@
|
|
|
| // Audio/Video initialization.
|
| // Encoded frames cannot be transmitted until the relevant initialize method
|
| - // is called. Usually called by CastSender.
|
| + // is called.
|
| virtual void InitializeAudio(const CastTransportAudioConfig& config) = 0;
|
|
|
| virtual void InitializeVideo(const CastTransportVideoConfig& config) = 0;
|
|
|