MAK Data Logger API Documentation for HLA
 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-2016 VT MAK
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

Document ID: Generated on Wed Jun 5 18:45:18 EDT 2019 from SVN revision 198968
Copyright © 2019 VT MAK. All Rights Reserved (www.mak.com)