| Index: ppapi/api/dev/ppb_device_ref_dev.idl
|
| diff --git a/ppapi/api/dev/ppb_device_ref_dev.idl b/ppapi/api/dev/ppb_device_ref_dev.idl
|
| index 98d127234f4be87d559478d6a680825a60374a69..b6135843bf766546385585871f669c7cc0ee7dd1 100644
|
| --- a/ppapi/api/dev/ppb_device_ref_dev.idl
|
| +++ b/ppapi/api/dev/ppb_device_ref_dev.idl
|
| @@ -36,7 +36,8 @@ typedef void PP_MonitorDeviceChangeCallback(
|
| enum PP_DeviceType_Dev {
|
| PP_DEVICETYPE_DEV_INVALID = 0,
|
| PP_DEVICETYPE_DEV_AUDIOCAPTURE = 1,
|
| - PP_DEVICETYPE_DEV_VIDEOCAPTURE = 2
|
| + PP_DEVICETYPE_DEV_VIDEOCAPTURE = 2,
|
| + PP_DEVICETYPE_DEV_AUDIOOUTPUT = 3
|
| };
|
|
|
| interface PPB_DeviceRef_Dev {
|
|
|