Movie Maker Timeline Control

GetMediaHeight Method

Description

Get the height of media file.

Syntax

Public Function GetMediaHeight( _
   ByVal strMediaFile as string, _
  ) as Integer

 

Parameter

strMediaFile
   the path of video/audio file.


Return Value

    return the value of the height.

Example

Visual Basic Syntax
iHeight= TimelineControl1.GetMediaHeight(strMediaFile)