Movie Maker Timeline Control

DecoderFilterAddToList

 

Add the third party filters to blacklist or whitelist

Public Function DecoderAddToList( _
  ByVal strFilterName As String
) 

 

Parameter
strDecoderName
Specifies the name of decoder or filter.

No Return Value

No return value


Example

   

Visual Basic Syntax
AxTimelineControl1.DecoderFilterType = 0
AxTimelineControl1.DecoderFilterAddToList("LAV Splitter")
AxTimelineControl1.DecoderFilterAddToList("LAV Audio Decoder")
AxTimelineControl1.DecoderFilterAddToList("Microsoft DTV-DVD Video Decoder")
AxTimelineControl1.DecoderFilterAddToList("Microsoft DTV-DVD Audio Decoder")
AxTimelineControl1.DecoderFilterAddToList("ffdshow Video Decoder")
AxTimelineControl1.DecoderFilterAddToList("Elecard AVC Video Decoder HD")
AxTimelineControl1.DecoderFilterAddToList("MainConcept AVC/H.264 Video Decoder")
AxTimelineControl1.DecoderFilterAddToList("MainConcept (Adobe2) AVC/H.264 Video Decoder")
AxTimelineControl1.DecoderFilterAddToList("Sonic AVC/H.264 Video Decoder")
AxTimelineControl1.DecoderFilterAddToList("AVObjects H.264/AVC Decoder")
AxTimelineControl1.DecoderFilterAddToList("Sonic Cinemaster® VideoDecoder 4.3 (Game1X)")
AxTimelineControl1.DecoderFilterAddToList("VisioForge YUV2RGB")
AxTimelineControl1.DecoderFilterAddToList("Elecard MP4 Demultiplexer")
AxTimelineControl1.Play()