Chromium Code Reviews| Index: media/base/android/demuxer_stream_player_params.h |
| diff --git a/media/base/android/demuxer_stream_player_params.h b/media/base/android/demuxer_stream_player_params.h |
| index a9fb0520ae585d52f21045a9c49afd28da86e8ac..5930e0310121052cc217a33addca668f1c200beb 100644 |
| --- a/media/base/android/demuxer_stream_player_params.h |
| +++ b/media/base/android/demuxer_stream_player_params.h |
| @@ -17,9 +17,9 @@ |
| namespace media { |
| -struct MEDIA_EXPORT MediaPlayerHostMsg_DemuxerReady_Params { |
| - MediaPlayerHostMsg_DemuxerReady_Params(); |
| - ~MediaPlayerHostMsg_DemuxerReady_Params(); |
| +struct MEDIA_EXPORT MediaConfigs { |
|
acolwell GONE FROM CHROMIUM
2013/08/29 22:19:53
nit: How about DemuxerConfigs or DemuxerStreamConf
|
| + MediaConfigs(); |
| + ~MediaConfigs(); |
| AudioCodec audio_codec; |
| int audio_channels; |
| @@ -50,9 +50,9 @@ struct MEDIA_EXPORT AccessUnit { |
| std::vector<media::SubsampleEntry> subsamples; |
| }; |
| -struct MEDIA_EXPORT MediaPlayerHostMsg_ReadFromDemuxerAck_Params { |
| - MediaPlayerHostMsg_ReadFromDemuxerAck_Params(); |
| - ~MediaPlayerHostMsg_ReadFromDemuxerAck_Params(); |
| +struct MEDIA_EXPORT MediaData { |
|
acolwell GONE FROM CHROMIUM
2013/08/29 22:19:53
nit: How about DemuxerData or DemuxerStreamData in
|
| + MediaData(); |
| + ~MediaData(); |
| DemuxerStream::Type type; |
| std::vector<AccessUnit> access_units; |