@@ -607,18 +607,15 @@ enum HarvestConfigType
607607 eHARVEST_ENABLE_VIDEO = 0x00000001 , /* *< Enable Harvest Video fragments - set 1st bit*/
608608 eHARVEST_ENABLE_AUDIO = 0x00000002 , /* *< Enable Harvest audio - set 2nd bit*/
609609 eHARVEST_ENABLE_SUBTITLE = 0x00000004 , /* *< Enable Harvest subtitle - set 3rd bit */
610- eHARVEST_ENABLE_AUX_AUDIO = 0x00000008 , /* *< Enable Harvest auxiliary audio - set 4th bit*/
611610 eHARVEST_ENABLE_MANIFEST = 0x00000010 , /* *< Enable Harvest manifest - set 5th bit */
612611 eHARVEST_ENABLE_LICENCE = 0x00000020 , /* *< Enable Harvest license - set 6th bit */
613612 eHARVEST_ENABLE_IFRAME = 0x00000040 , /* *< Enable Harvest iframe - set 7th bit */
614613 eHARVEST_ENABLE_INIT_VIDEO = 0x00000080 , /* *< Enable Harvest video init fragment - set 8th bit*/
615614 eHARVEST_ENABLE_INIT_AUDIO = 0x00000100 , /* *< Enable Harvest audio init fragment - set 9th bit*/
616615 eHARVEST_ENABLE_INIT_SUBTITLE = 0x00000200 , /* *< Enable Harvest subtitle init fragment - set 10th bit*/
617- eHARVEST_ENABLE_INIT_AUX_AUDIO = 0x00000400 , /* *< Enable Harvest auxiliary audio init fragment - set 11th bit*/
618616 eHARVEST_ENABLE_PLAYLIST_VIDEO = 0x00000800 , /* *< Enable Harvest video playlist - set 12th bit*/
619617 eHARVEST_ENABLE_PLAYLIST_AUDIO = 0x00001000 , /* *< Enable Harvest audio playlist - set 13th bit*/
620618 eHARVEST_ENABLE_PLAYLIST_SUBTITLE = 0x00002000 , /* *< Enable Harvest subtitle playlist - set 14th bit*/
621- eHARVEST_ENABLE_PLAYLIST_AUX_AUDIO = 0x00004000 , /* *< Enable Harvest auxiliary audio playlist - set 15th bit*/
622619 eHARVEST_ENABLE_PLAYLIST_IFRAME = 0x00008000 , /* *< Enable Harvest Iframe playlist - set 16th bit*/
623620 eHARVEST_ENABLE_INIT_IFRAME = 0x00010000 , /* *< Enable Harvest IFRAME init fragment - set 17th bit*/
624621 eHARVEST_ENABLE_DSM_CC = 0x00020000 , /* *< Enable Harvest digital storage media command and control (DSM-CC)- set 18th bit */
@@ -1136,18 +1133,15 @@ const char *GetMediaTypeName(AampMediaType mediaType)
11361133 " video" ,// eMEDIATYPE_VIDEO
11371134 " audio" ,// eMEDIATYPE_AUDIO
11381135 " text" ,// eMEDIATYPE_SUBTITLE
1139- " aux_audio" ,// eMEDIATYPE_AUX_AUDIO
11401136 " manifest" ,// eMEDIATYPE_MANIFEST
11411137 " licence" ,// eMEDIATYPE_LICENCE
11421138 " iframe" ,// eMEDIATYPE_IFRAME
11431139 " init_video" ,// eMEDIATYPE_INIT_VIDEO
11441140 " init_audio" ,// eMEDIATYPE_INIT_AUDIO
11451141 " init_text" ,// eMEDIATYPE_INIT_SUBTITLE
1146- " init_aux_audio" ,// eMEDIATYPE_INIT_AUX_AUDIO
11471142 " playlist_video" ,// eMEDIATYPE_PLAYLIST_VIDEO
11481143 " playlist_audio" ,// eMEDIATYPE_PLAYLIST_AUDIO
11491144 " playlist_text" ,// eMEDIATYPE_PLAYLIST_SUBTITLE
1150- " playlist_aux_audio" ,// eMEDIATYPE_PLAYLIST_AUX_AUDIO
11511145 " playlist_iframe" ,// eMEDIATYPE_PLAYLIST_IFRAME
11521146 " init_iframe" ,// eMEDIATYPE_INIT_IFRAME
11531147 " dsm_cc" ,// eMEDIATYPE_DSM_CC
0 commit comments