LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

GetHeaderScript Method

Show in webframe



Index of desired script command.
Variable to be updated with the type of script command.
Variable to be updated with the text containing the script command.
Variable to be updated with the time (in seconds) when the script command should execute.
Gets the header script at the specified index.
Syntax
'Declaration
 
Public Sub GetHeaderScript( _
   ByVal Index As Integer, _
   ByRef ScriptType As String, _
   ByRef ScriptCommand As String, _
   ByRef ScriptTime As Double _
) 
'Usage
 
Dim instance As WMScript
Dim Index As Integer
Dim ScriptType As String
Dim ScriptCommand As String
Dim ScriptTime As Double
 
instance.GetHeaderScript(Index, ScriptType, ScriptCommand, ScriptTime)
public void GetHeaderScript( 
   int Index,
   out string ScriptType,
   out string ScriptCommand,
   out double ScriptTime
)
public:
void GetHeaderScript( 
   int Index,
   [Out] String^ ScriptType,
   [Out] String^ ScriptCommand,
   [Out] double ScriptTime
) 

Parameters

Index
Index of desired script command.
ScriptType
Variable to be updated with the type of script command.
ScriptCommand
Variable to be updated with the text containing the script command.
ScriptTime
Variable to be updated with the time (in seconds) when the script command should execute.
Remarks
See the Microsoft documentation, Using Script Commands Supported by Windows Media Player, for a complete list of script commands supported by Windows Media Player.
Requirements

Target Platforms

See Also

Reference

WMScript Class
WMScript Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features