ADTF  3.18.2
streammetatypeimage.h File Reference

Copyright © Audi Electronics Venture GmbH. More...

Go to the source code of this file.

Classes

struct  stream_meta_type_image
 Use this Stream Meta Type for describing a video stream with single frames and there format and set the values with set_stream_type_image_format. More...
 
struct  stream_meta_type_image
 Use this Stream Meta Type for describing a video stream with single frames and there format and set the values with set_stream_type_image_format. More...
 
class  stream_type_image< T >
 Generator template to create an instance of a ant::IStreamType class for lucky::stream_meta_type_image ("adtf/image"). More...
 

Namespaces

 adtf
 Namespace for entire ADTF SDK.
 
 adtf::streaming
 Namespace for the ADTF Streaming SDK.
 
 adtf::streaming::ant
 Namespace for all functionality of the ADTF Streaming SDK provided since v3.0.
 
 adtf::streaming::lucky
 Namespace for all functionality of the ADTF Streaming SDK provided since v3.11.
 
 adtf::streaming::penguin
 Namespace for all functionality of the ADTF Streaming SDK provided since v3.15.
 

Functions

tResult set_stream_type_image_format (IStreamType &oType, const tStreamImageFormat &oFormat)
 Helper function to set the properties of a IStreamType for a stream_meta_type_image. More...
 
tResult get_stream_type_image_format (tStreamImageFormat &oFormat, const IStreamType &oType)
 Helper function to retrieve the oFormat (tStreamImageFormat) out of the of a IStreamType for a stream_meta_type_image. More...
 
ucom::ant::object_ptr< ant::IStreamType > create_adtf_image_stream_type ()
 Convenience functionality to create a stream type image - see sec_stream_type_image. More...
 
ucom::ant::object_ptr< ant::IStreamType > create_adtf_image_stream_type (const ant::tStreamImageFormat &oFormat)
 Convenience functionality to create a stream type image with predefined image format - see sec_stream_type_image. More...
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file streammetatypeimage.h.