MAK Data Logger API Documentation for HLA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrPlaybackMediaToStream.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 namespace MAKLogger
17 {
18 
19  class DT_DLL_LGRCORE DtLgrPlaybackMediaToStream : public DtLgrPlaybackMedia
20  {
21  public:
22 
24  DT_VIRTUAL_CTR(DtLgrPlaybackMediaToStream,
25  (DtLogger& logger, DtLgrPlaybackDriver* playbackDriver, double offset,
26  const DtString& mediaFile))
27 
28 
29  virtual ~DtLgrPlaybackMediaToStream();
30 
32  virtual bool configureOperation(const DtString& pipelineConfiguration,
33  const DtString& tapeFilePath);
34 
36  virtual void commandOperation();
37 
38  protected:
39 
41  DtLgrGStreamerPipeline* myInterVideoSrcPipeline;
42  DtString myMediaFile;
43 
44  };
45 }
46 
47 #endif // GST_ENABLED

Document ID: Generated on Thu Jul 23 15:05:27 EDT 2020 from SVN revision 215371
Copyright © 2020 MAK Technologies. All Rights Reserved (www.mak.com)