#ifndef MEDIA_MOJO_MOJOM_WATCH_TIME_RECORDER_MOJOM_PARAMS_DATA_H_
#define MEDIA_MOJO_MOJOM_WATCH_TIME_RECORDER_MOJOM_PARAMS_DATA_H_
#include "mojo/public/cpp/bindings/lib/bindings_internal.h"
#include "mojo/public/cpp/bindings/lib/buffer.h"
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-private-field"
#endif
namespace mojo::internal {
class ValidationContext;
}
namespace media::mojom {
namespace internal {
class WatchTimeRecorder_RecordWatchTime_Params_Data { … };
static_assert …;
class WatchTimeRecorder_FinalizeWatchTime_Params_Data { … };
static_assert …;
class WatchTimeRecorder_OnError_Params_Data { … };
static_assert …;
class WatchTimeRecorder_UpdateSecondaryProperties_Params_Data { … };
static_assert …;
class WatchTimeRecorder_SetAutoplayInitiated_Params_Data { … };
static_assert …;
class WatchTimeRecorder_OnDurationChanged_Params_Data { … };
static_assert …;
class WatchTimeRecorder_UpdateVideoDecodeStats_Params_Data { … };
static_assert …;
class WatchTimeRecorder_UpdateUnderflowCount_Params_Data { … };
static_assert …;
class WatchTimeRecorder_UpdateUnderflowDuration_Params_Data { … };
static_assert …;
}
class WatchTimeRecorder_RecordWatchTime_ParamsDataView { … };
class WatchTimeRecorder_FinalizeWatchTime_ParamsDataView { … };
class WatchTimeRecorder_OnError_ParamsDataView { … };
class WatchTimeRecorder_UpdateSecondaryProperties_ParamsDataView { … };
class WatchTimeRecorder_SetAutoplayInitiated_ParamsDataView { … };
class WatchTimeRecorder_OnDurationChanged_ParamsDataView { … };
class WatchTimeRecorder_UpdateVideoDecodeStats_ParamsDataView { … };
class WatchTimeRecorder_UpdateUnderflowCount_ParamsDataView { … };
class WatchTimeRecorder_UpdateUnderflowDuration_ParamsDataView { … };
inline void WatchTimeRecorder_RecordWatchTime_ParamsDataView::GetWatchTimeDataView(
::mojo_base::mojom::TimeDeltaDataView* output) { … }
inline void WatchTimeRecorder_FinalizeWatchTime_ParamsDataView::GetWatchTimeKeysDataView(
mojo::ArrayDataView<::media::mojom::WatchTimeKey>* output) { … }
inline void WatchTimeRecorder_OnError_ParamsDataView::GetStatusDataView(
::media::mojom::PipelineStatusDataView* output) { … }
inline void WatchTimeRecorder_UpdateSecondaryProperties_ParamsDataView::GetSecondaryPropertiesDataView(
SecondaryPlaybackPropertiesDataView* output) { … }
inline void WatchTimeRecorder_OnDurationChanged_ParamsDataView::GetDurationDataView(
::mojo_base::mojom::TimeDeltaDataView* output) { … }
inline void WatchTimeRecorder_UpdateUnderflowDuration_ParamsDataView::GetTotalDurationDataView(
::mojo_base::mojom::TimeDeltaDataView* output) { … }
}
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
#endif