promeki::List< Ptr > PtrList
List of shared Audio pointers.
Definition audio.h:45
A media frame containing images, audio, and metadata.
Definition frame.h:36
SharedPtr< Frame > Ptr
Shared pointer type for Frame.
Definition frame.h:40
const Metadata & metadata() const
Returns a const reference to the frame metadata.
Definition frame.h:77
promeki::List< Frame > List
Plain value list of Frame objects.
Definition frame.h:42
Audio::PtrList & audioList()
Returns a mutable reference to the list of audio tracks.
Definition frame.h:71
Metadata & metadata()
Returns a mutable reference to the frame metadata.
Definition frame.h:83
promeki::List< Ptr > PtrList
List of shared pointers to Frame objects.
Definition frame.h:44
const Image::PtrList & imageList() const
Returns a const reference to the list of image planes.
Definition frame.h:53
Image::PtrList & imageList()
Returns a mutable reference to the list of image planes.
Definition frame.h:59
const Audio::PtrList & audioList() const
Returns a const reference to the list of audio tracks.
Definition frame.h:65
Frame()=default
Constructs an empty frame with no images, audio, or metadata.
promeki::List< Ptr > PtrList
List of shared Image pointers.
Definition image.h:58
Dynamic array container wrapping std::vector.
Definition list.h:40
List()=default
Default constructor. Creates an empty list.
#define PROMEKI_NAMESPACE_BEGIN
Starts a promeki namespace block.
Definition namespace.h:14
#define PROMEKI_NAMESPACE_END
Ends a promeki namespace block.
Definition namespace.h:19
#define PROMEKI_SHARED_FINAL(TYPE)
Macro for non-polymorphic native shared objects.
Definition sharedptr.h:88