|
ADTF
|
Namespace for all functionality of the ADTF Streaming SDK provided since v3.11. More...
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 | tStreamAudioFormat |
Functions | |
| bool | operator== (const tStreamAudioFormat &oLeft, const tStreamAudioFormat &oRight) |
| bool | operator!= (const tStreamAudioFormat &oLeft, const tStreamAudioFormat &oRight) |
| tResult | set_stream_type_audio_format (IStreamType &oType, const tStreamAudioFormat &sFormat) |
| tResult | get_stream_type_audio_format (tStreamAudioFormat &sFormat, const IStreamType &oType) |
| ucom::ant::object_ptr< ant::IStreamType > | create_adtf_audio_stream_type () |
| ucom::ant::object_ptr< ant::IStreamType > | create_adtf_audio_stream_type (const tStreamAudioFormat &sFormat) |
| ucom::ant::object_ptr< ant::IStreamType > | create_adtf_image_stream_type () |
| ucom::ant::object_ptr< ant::IStreamType > | create_adtf_image_stream_type (const ant::tStreamImageFormat &oFormat) |
| template<typename T> | |
| ucom::ant::object_ptr< ant::IStreamType > | create_adtf_plain_stream_type () |
Namespace for all functionality of the ADTF Streaming SDK provided since v3.11.
|
inline |
Convinience functionality to create a stream type audio.
|
inline |
Convinience functionality to create a stream type audio with audio description.
| sFormat | The audio format to immediatelly initialize the properties |
|
inline |
Convenience functionality to create a stream type image.
|
inline |
Convenience functionality to create a stream type image with predefined image format.
| oFormat | Format to set |
| ucom::ant::object_ptr< ant::IStreamType > adtf::streaming::lucky::create_adtf_plain_stream_type | ( | ) |
Convenience functionality to create a stream type plain.
| T | type for the stream_type_plain generator template |
|
inline |
retrievs the audio format from the properties of the stream type if meta type "adtf/audio" is set.
| sFormat | The Audio format |
| oType | The Stream Type where to retrieve the properties from |
| ERR_NOERROR | Everything went fine |
| ERR_INVALID_TYPE | the given oType is not a instance of stream meta type "adtf/audio" |
|
inline |
is not equal operator to compare tStreamAudioFormat
| oLeft | [in] left value |
| oRight | [in] right value |
| true | is not equal |
| false | is equal |
|
inline |
is equal operator to compare tStreamAudioFormat
| oLeft | [in] left value |
| oRight | [in] right value |
| true | is equal |
| false | is not equal |
|
inline |
sets the audio format properties within the stream type if meta type "adtf/audio" is set
| sFormat | The Audio format |
| oType | The Stream Type where to set the properties to |
| ERR_NOERROR | Everything went fine |
| ERR_INVALID_TYPE | the given oType is not a instance of stream meta type "adtf/audio" |