| Index: media/base/audio_parameters.h
|
| diff --git a/media/base/audio_parameters.h b/media/base/audio_parameters.h
|
| index 2cb28c64bdfd5688f244324d1d80df0ba8fb9005..2392c3b2ab511aac5d60ad8252742426e974fe2f 100644
|
| --- a/media/base/audio_parameters.h
|
| +++ b/media/base/audio_parameters.h
|
| @@ -41,6 +41,8 @@ struct MEDIA_EXPORT ALIGNAS(PARAMETERS_ALIGNMENT) AudioInputBufferParameters {
|
| };
|
| struct MEDIA_EXPORT ALIGNAS(PARAMETERS_ALIGNMENT) AudioOutputBufferParameters {
|
| uint32_t frames_skipped;
|
| + int64_t delay;
|
| + int64_t delay_timestamp;
|
| };
|
| #undef PARAMETERS_ALIGNMENT
|
| #if defined(OS_WIN)
|
|
|