@@ -96,21 +96,16 @@ class AvExport Transcoder
96
96
97
97
~Transcoder ();
98
98
99
- /* *
100
- * @brief Add a new stream to the output file, created from the given input description to process.
101
- * @param profileName: the encoding profile (rewrap if empty)
102
- * @param offset: in seconds
103
- * If offset is positive, the transcoder will generate black images or silence (depending on the type of stream) before
104
- * the stream to process.
105
- * If offset is negative, the transcoder will seek in the stream and start process at this specific time.
106
- */
99
+ // @{
100
+ // @brief Add a new stream to the output file, created from the given input description to process.
101
+ // @param profileName: the encoding profile (rewrap if empty)
102
+ // @param offset: in seconds
103
+ // If offset is positive, the transcoder will generate black images or silence (depending on the type of stream) before
104
+ // the stream to process.
105
+ // If offset is negative, the transcoder will seek in the stream and start process at this specific time.
107
106
void addStream (const InputStreamDesc& inputStreamDesc, const std::string& profileName = " " , const float offset = 0 );
108
-
109
- /* *
110
- * @brief Add a new stream to the output file, created from the given input description to process.
111
- * @note Profile will be updated, be sure to pass unique profile name.
112
- */
113
107
void addStream (const InputStreamDesc& inputStreamDesc, const ProfileLoader::Profile& profile, const float offset = 0 );
108
+ // @}
114
109
115
110
// @{
116
111
// @brief Add a new generated stream to the output file, created from the given encoding profile.
0 commit comments