ADTF
Loading...
Searching...
No Matches
make_sample_reader_default.h
Go to the documentation of this file.
1
7#pragma once
8
10
13
14namespace adtf
15{
16namespace mediadescription
17{
18namespace osborn
19{
20
29template<typename READER>
30ADTF3_DEPRECATED("The ADTF Media Description Service is deprecated.")
31inline tResult make_sample_reader(READER& oReader,
32 const char* strNameOfReader,
33 const char* strDDLStructType)
34{
35 ADTF3_IGNORE_DEPRECATION_WARNING_BEGIN
38 ADTF3_IGNORE_DEPRECATION_WARNING_END
39 return streaming::flash::make_sample_reader(oReader, strNameOfReader, pType);
40}
41
50ADTF3_DEPRECATED("The ADTF Media Description Service is deprecated.")
51inline tResult make_sample_reader(streaming::ant::cSampleReader& oReader,
52 const char* strNameOfReader,
53 const char* strDDLStructType)
54{
55 ADTF3_IGNORE_DEPRECATION_WARNING_BEGIN
58 ADTF3_IGNORE_DEPRECATION_WARNING_END
59 return streaming::ant::make_sample_reader(oReader, strNameOfReader, pType);
60}
61
62} //namespace osborn
63
65
66} // namespace mediadescription
67} // namespace adtf
#define ADTF3_DEPRECATED(_depr_message_)
Definition adtf_base_deprecated.h:27
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
Definition result.h:736
Definition object_ptr.h:384
Namespace for all functionality of the ADTF Mediadescription SDK provided since v3....
Definition media_description_type_legacy.h:31
Namespace for all functionality of the ADTF Mediadescription SDK provided since v3....
Definition codec_sample_streamer.h:24
tResult make_sample_reader(READER &oReader, const char *strNameOfReader, const char *strDDLStructType)
Definition make_sample_reader_default.h:31
Namespace for the ADTF Mediadescription SDK.
Definition codec_sample_streamer.h:22
tResult make_sample_reader(cSampleReader &oReader, const char *strNameOfReader, const ucom::iobject_ptr< const IStreamType > &pStreamType)
Definition samplereader.h:910
Namespace for the ADTF Streaming SDK.
Definition bindingproxyinport.h:14
object_ptr< Implementation > make_object_ptr(Args &&... args)
Alias always bringing the latest version of ant::make_object_ptr() into scope.
Definition object_ptr_utilities.h:129
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtf_client_connector.h:14