ADTF
Loading...
Searching...
No Matches
make_sample_writer_default.h
Go to the documentation of this file.
1
7#pragma once
8#include "sample_codec.h"
10
12
13namespace adtf
14{
15namespace mediadescription
16{
17namespace osborn
18{
27template<typename WRITER>
28ADTF3_DEPRECATED("The ADTF Media Description Service is deprecated.")
29inline tResult make_sample_writer(WRITER& oWriter,
30 const char* strNameOfWriter,
31 const char* strDDLStructType)
32{
35 return streaming::flash::make_sample_writer(oWriter, strNameOfWriter, pType);
36}
37
46ADTF3_DEPRECATED("The ADTF Media Description Service is deprecated.")
47inline tResult make_sample_writer(streaming::ant::cSampleWriter& oWriter,
48 const char* strNameOfWriter,
49 const char* strDDLStructType)
50{
53 return streaming::ant::make_sample_writer(oWriter, strNameOfWriter, pType);
54}
55
56} //namespace osborn
57
59
60} // namespace mediadescription
61} // 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_writer(WRITER &oWriter, const char *strNameOfWriter, const char *strDDLStructType)
Definition make_sample_writer_default.h:29
Namespace for the ADTF Mediadescription SDK.
Definition codec_sample_streamer.h:22
tResult make_sample_writer(cSampleWriter &oWriter, const char *strNameOfWriter, const ucom::ant::iobject_ptr< const IStreamType > &pStreamType)
Definition samplewriter.h:344
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