VirtualBox

Changeset 62825 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 1, 2016 3:16:22 PM (8 years ago)
Author:
vboxsync
Message:

UsbWebcam cleanups, nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmwebcaminfs.h

    r62824 r62825  
    4040 */
    4141
    42 /** Pointer to the web camera driver up interface. */
     42/** Pointer to the web camera driver (up) interface. */
    4343typedef struct PDMIWEBCAMDRV *PPDMIWEBCAMDRV;
    4444/**
    45  * Web camera driver up (facing in the direction of the device) interface.
    46  * @todo correct name.
     45 * Web camera interface driver provided by the driver to the device,
     46 * i.e. facing upwards.
    4747 */
    4848typedef struct PDMIWEBCAMDRV
     
    7575
    7676
    77 /** Pointer to the web camera driver/device down interface. */
     77/** Pointer to the web camera driver/device (down) interface. */
    7878typedef struct PDMIWEBCAMDEV *PPDMIWEBCAMDEV;
    7979/**
    80  * Web camera device(/driver) down interface.
     80 * Web camera interface provided by the device(/driver) interface,
     81 * i.e. facing downwards.
    8182 */
    8283typedef struct PDMIWEBCAMDEV
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette