VirtualBox

Changeset 65418 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 24, 2017 10:55:33 AM (8 years ago)
Author:
vboxsync
Message:

Main/VideoRec: Renaming, comment.

Location:
trunk/src/VBox/Main/src-client
Files:
3 edited

Legend:

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

    r65412 r65418  
    32083208                    continue;
    32093209
    3210                 if (VideoRecLimitReached(pDisplay->mpVideoRecCtx, uScreenId, u64Now))
     3210                if (VideoRecIsLimitReached(pDisplay->mpVideoRecCtx, uScreenId, u64Now))
    32113211                {
    32123212                    pDisplay->i_videoCaptureStop();
  • trunk/src/VBox/Main/src-client/VideoRec.cpp

    r65415 r65418  
    918918 */
    919919
    920 bool VideoRecLimitReached(PVIDEORECCONTEXT pCtx, uint32_t uScreen, uint64_t tsNowMs)
     920bool VideoRecIsLimitReached(PVIDEORECCONTEXT pCtx, uint32_t uScreen, uint64_t tsNowMs)
    921921{
    922922    PVIDEORECSTREAM pStream = videoRecStreamGet(pCtx, uScreen);
     
    10471047}
    10481048
     1049/**
     1050 * Sends an audio frame to the video encoding thread.
     1051 *
     1052 * @returns IPRT status code.
     1053 * @param   pCtx                Pointer to the video recording context.
     1054 * @param   pvData              Audio frame data to send.
     1055 * @param   cbData              Size (in bytes) of audio frame data.
     1056 * @param   uTimestampMs        Time stamp (in ms) of audio playback.
     1057 */
    10491058int VideoRecSendAudioFrame(PVIDEORECCONTEXT pCtx, const void *pvData, size_t cbData, uint64_t uTimestampMs)
    10501059{
  • trunk/src/VBox/Main/src-client/VideoRec.h

    r65412 r65418  
    3939                            uint8_t *pu8BufferAddress, uint64_t u64TimeStampMs);
    4040bool VideoRecIsReady(PVIDEORECCONTEXT pCtx, uint32_t uScreen, uint64_t u64TimeStampMs);
    41 bool VideoRecLimitReached(PVIDEORECCONTEXT pCtx, uint32_t uScreen, uint64_t u64TimeStampMs);
     41bool VideoRecIsLimitReached(PVIDEORECCONTEXT pCtx, uint32_t uScreen, uint64_t u64TimeStampMs);
    4242
    4343#endif /* !____H_VIDEOREC */
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