Movie Maker Timeline Control

GetMediaContainer Method

Description

Get the containter name of media file.

Syntax

Public Function GetMediaContainer( _
   ByVal strMediaFile as string, _
  ) as string

 

Parameter

strMediaFile
   the path of video/audio file.


Return Value

    return the container name of media file.

Example

Visual Basic Syntax
strContainer= TimelineControl1.GetMediaContainer(strMediaFile)