GetHeaderScript Method

Summary
Gets the header script at the specified index.
Syntax
C#
VB
C++
public void GetHeaderScript( 
   int Index, 
   out string ScriptType, 
   out string ScriptCommand, 
   out double ScriptTime 
) 
Public Sub GetHeaderScript( _ 
   ByVal Index As Integer, _ 
   ByRef ScriptType As String, _ 
   ByRef ScriptCommand As String, _ 
   ByRef ScriptTime As Double _ 
)  
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.