VirtualBox

Ignore:
Timestamp:
Oct 25, 2018 2:05:56 PM (6 years ago)
Author:
vboxsync
Message:

VideoRec/Main: This is the timestamp, not the duration (renaming).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r74955 r75071  
    68656865 * @param   pvData              Audio data to send.
    68666866 * @param   cbData              Size (in bytes) of audio data to send.
    6867  * @param   uDurationMs         Duration (in ms) of audio data.
    6868  */
    6869 HRESULT Console::i_audioVideoRecSendAudio(const void *pvData, size_t cbData, uint64_t uDurationMs)
     6867 * @param   uTimestampMs        Timestamp (in ms) of audio data.
     6868 */
     6869HRESULT Console::i_audioVideoRecSendAudio(const void *pvData, size_t cbData, uint64_t uTimestampMs)
    68706870{
    68716871    if (mDisplay)
    68726872    {
    6873         int rc2 = mDisplay->i_videoRecSendAudio(pvData, cbData, uDurationMs);
     6873        int rc2 = mDisplay->i_videoRecSendAudio(pvData, cbData, uTimestampMs);
    68746874        AssertRC(rc2);
    68756875    }
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