VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVideoStreamConfigurationWidgetFactory.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 
14 
15 #include <vrvUtil/DtUnicode.h>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtVideoStreamConfigurationInterface;
22  class DtVideoStream;
23 
27  {
28  public:
31 
33  virtual DtVideoStreamConfigurationInterface* create(
34  DtVideoStream& stream ) = 0;
35  };
36 
40  : public DtVirtualBaseClass
41  {
42  public:
45 
47  static DtVideoStreamConfigurationWidgetFactory& instance( DtDe& de );
48 
53  virtual void registerCreator( const DtUnicode& videoStreamClassName,
55 
60  DtVideoStream& videoStream ) = 0;
61  };
62 }
63 
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:35
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
Contains DLL export macros.
#define DT_DLL_VRVVIDEOSTREAMQT
Definition: vrvVideoStreamQt.h:20
Contains makVrv::DtVirtualBaseClass class.
DtVideoStreamConfigurationWidgetCreator is the common base class for all creator objects that create ...
Definition: DtVideoStreamConfigurationWidgetFactory.h:26
voidpf stream
Definition: ioapi.h:39
DtVideoStreamConfigurationWidgetFactory is the factory class for creating video stream configuration ...
Definition: DtVideoStreamConfigurationWidgetFactory.h:39
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
DtVideoStreamConfigurationInterface is the abstract interface for a video stream configuration widget...
Definition: DtVideoStreamConfigurationInterface.h:34

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)