|
|
virtual bool | closeFrame (VGrabContext &theContext, const RefPtr< MovieManager > &M) |
| | Close this frame.
|
| |
|
virtual bool | closeLayer (VGrabContext &theContext, const RefPtr< MovieManager > &M)=0 |
| | Close this layer.
|
| |
|
virtual Layer | getLayerProperties (VGrabContext &theContext, int i) const |
| | which properties would this grabber want from layer nr. i ?
|
| |
| virtual RefPtr< MovieManager > | getMovieManager (const string &MovieOutputUrl, int NumberOfFrames, double Tmin, double Tmax, int StartFrame=0) |
| | Indicate start of a rendering sequence.
|
| |
|
virtual unsigned | getNumberOfLayers (VGrabContext &theContext, const RefPtr< MovieManager > &M) |
| | How many layers does this grabber want? This function indicates a new frame to be rendered.
|
| |
|
virtual unsigned | horizontal_alignment () const |
| | Horizontal bit-alignment, for instance 4 to do 32 bit alignment.
|
| |
| virtual bool | openLayer (VGrabContext &theContext, const Size &FullSize, const Size &SizeOfThisTile, const Layer &LayerProperties, const RefPtr< MovieManager > &M)=0 |
| | Open the output device, possibly using a certain url that has been set via setOutputName().
|
| |
| virtual string | setUrl (const string &prefixurl, const string &formatid, const RefPtr< MovieManager > &M, const MetaInfo &=MetaInfo())=0 |
| | Setting the url to which the data should be sent.
|
| |
|
virtual unsigned | vertical_alignment () const |
| | Vertical bit-alignment, for instance 4 to do 32 bit alignment.
|
| |
| auto | getObjectCountID () const noexcept |
| | Get a unique ID for this object in the given domain.
|
| |
|
bool | isIdentical (const WeakPtr< Grab, Grab > &PossibleSelf) const noexcept |
| | Check if this object is identical to the one used by the given pointer.
|
| |
| void | mkAutoDestructive () |
| | Marks this object as being automatically destructed, e.g.
|
| |
|
refcount_t | refcount () const noexcept |
| | The strong reference count.
|
| |
|
| ReferenceBase (Grab *that) noexcept |
| | Constructor, initializes reference counter to zero.
|
| |
| const auto & | self () const |
| | Return weak pointer to the object self.
|
| |
|
refcount_t | wrefcount () const noexcept |
| | The weak reference count.
|
| |
Callback class for grabbing frames.