Share via


Windows Media Player 11 SDK IWMPClosedCaption2.getSAMIStyleName (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPClosedCaption2.getSAMIStyleName (VB and C#)

The getSAMIStyleName method returns the name of a style supported by the current SAMI file.

[Visual Basic]
Function getSAMIStyleName(
  nIndex As Integer ) As String

[C#]
string getSAMIStyleName (
  int nIndex 
);

Parameters

nIndex

A System.Int32 that is the zero-based index of the style name to retrieve

Return Value

A System.String that is the name of the style as specified in the SAMI file.

Remarks

The styles in a SAMI file are indexed in the order shown in the file, starting with zero.

This method returns a zero-length string ("") unless a digital media file is open (AxWindowsMediaPlayer.openState is equal to 13).

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next