30 virtual void tick(
double dt);
36 virtual unsigned char*
encode(
unsigned char* buffer);
39 virtual void decode(
unsigned char* buffer,
unsigned int length);
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:33
unsigned char mySequenceNumber
Definition: DtLocalElement.h:49
Contains the DtVideoStream class declaration.
virtual unsigned int encodedLength()
return the BER encoding length
DtLocalElement(const DtVideoStream &videoStream)
CTOR.
Contains DLL export macros.
virtual bool timeForUpdate()
Get whether it is time to update this element.
virtual ~DtLocalElement()
DTOR.
virtual void decode(unsigned char *buffer, unsigned int length)
decode from a buffer
const DtVideoStream & myVideoStream
Reference to the video stream.
Definition: DtLocalElement.h:52
virtual void update()
check for update
Class that contain all the metadata element for the Local Dataset.
Definition: DtLocalElement.h:20
virtual unsigned char * encode(unsigned char *buffer)
encode the all the fields in the buffer
virtual void tick(double dt)
Tick this element.