Re: Proposal to add defaultDevice attribute to getMediaDevices.

Hi,
I would like to add this to bug list.
Please let me know if you have any comments.


On Mon, Mar 10, 2014 at 3:43 PM, Kiran Kumar <g.kiranreddy4u@gmail.com>wrote:

> It is not universally true for all,
>
> When I connect an external webcam to my desktop PC, which has no camera,
> Mozilla is displaying its names as YUV-xxx-camera.
> Laptops are also not showing "default" prefix in the names.
>
> I am not sure which devices/SO's are showing the "default" prefix.
>
> Thanks,
> Kiran.
>
>
>
> On Mon, Mar 10, 2014 at 3:19 PM, Iņaki Baz Castillo <ibc@aliax.net> wrote:
>
>> 2014-03-10 6:51 GMT+01:00 Kiran Kumar <g.kiranreddy4u@gmail.com>:
>> > I would like to propose adding a defaultDevice attribute which indicates
>> > which device is the default device out of the list.
>> >
>> > dictionary MediaDeviceInfo {
>> >     DOMString       deviceId;
>> >     MediaDeviceKind kind;
>> >     DOMString       label;
>> >     DOMString       groupId;
>> >
>> >     bool            defaultDevice;
>> > };
>> >
>> > This will allow a default value checked while displaying the list of
>> > devices.
>>
>>
>> Correct me if I'm wrong, but AFAIK the multimedia subsystem in some
>> SO's report a "default sound card", "default mic" and "default
>> webcam".
>>
>>
>> --
>> Iņaki Baz Castillo
>> <ibc@aliax.net>
>>
>
>

Received on Wednesday, 12 March 2014 11:33:34 UTC