Changeset 96284 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 18, 2022 7:11:55 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153098
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/RecordingInternals.h
r96265 r96284 282 282 typedef struct RECORDINGCODECSTATE 283 283 { 284 /** Timestamp (in ms, absolute) of the last frame was encoded. */284 /** Timestamp Timestamp (PTS, in ms) of the last frame was encoded. */ 285 285 uint64_t tsLastWrittenMs; 286 286 /** Number of encoding errors. */ … … 389 389 typedef struct RECORDINGFRAME 390 390 { 391 /** Timestamp (PTS, in ms). */ 391 392 uint64_t msTimestamp; 392 393 union … … 485 486 int recordingCodecEncode(PRECORDINGCODEC pCodec, const PRECORDINGFRAME pFrame, size_t *pcEncoded, size_t *pcbEncoded); 486 487 int recordingCodecFinalize(PRECORDINGCODEC pCodec); 488 uint32_t recordingCodecGetWritable(PRECORDINGCODEC pCodec, uint64_t msTimestamp); 487 489 #endif /* !MAIN_INCLUDED_RecordingInternals_h */ 488 490
Note:
See TracChangeset
for help on using the changeset viewer.