Movie Maker Timeline Control

SkipBlackPosterFrame Property

Description
Enable or Disable skip the black poster frame when you call AddVideoClip Method. By default is True.

Property Type
    Read/Write property

Data Type
    Integer

Syntax

TimelineControl.SkipBlackPosterFrame[= value]

Example

[Visual Basic Syntax]
TimelineControl1.SkipBlackPosterFrame= true
iCurrentClipIndex= TimelineControl1.AddVideoClip(1, "c:\temp\yourvideo.mpg", 0, 30, 0)