MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrPlaybackMediaToWindow.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
11 #ifdef GST_ENABLED
12 
15 
16 
17 namespace MAKLogger
18 {
19 
22  class DT_DLL_LGRCORE DtLgrPlaybackMediaToWindow : public DtLgrPlaybackMedia
23  {
24  public:
25 
27  DT_VIRTUAL_CTR(DtLgrPlaybackMediaToWindow,
28  (DtLogger& logger, DtLgrPlaybackDriver* playbackDriver, double offset, bool addInterVideoSink))
29 
30 
31  virtual ~DtLgrPlaybackMediaToWindow();
32 
34  virtual bool configureOperation(const DtString& pipelineConfiguration,
35  const DtString& tapeFilePath);
36 
38  virtual void exposeWindow();
39 
40  protected:
41 
42  };
43 }
44 
45 #endif // GST_ENABLED
Contains MAKLogger::DtLgrPlaybackMedia class.
#define DT_VIRTUAL_CTR(CLASS_NAME, ARG_TYPES_LIST)
Declare a Virtual Constructor Create using DT_VIRTUAL_CTR(CLASS_NAME,ARG_TYPES_LIST) Where CLASS_NAME...
Definition: virtualConstructor.h:34
Contains DT_VIRTUAL_CTR DT_VIRTUAL_CTR_DEFAULTS DT_VIRTUAL_COPY_ASSIGN DT_VIRTUAL_BASE_CTR DT_PURE_VI...
#define DT_DLL_LGRCORE
Definition: lgrCore.h:19

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)