Gets the header script at the specified index.
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
)
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.
See the Microsoft documentation, Using Script Commands Supported by Windows Media Player, for a complete list of script commands supported by Windows Media Player.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET