Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| Previous | Next |
IWMPClosedCaption2.getSAMILangName (VB and C#)
The getSAMILangName method returns the name of a language supported by the current SAMI file.
[Visual Basic] Function getSAMILangName( nIndex As Integer ) As String [C#] string getSAMILangName ( int nIndex );
Parameters
nIndex
A System.Int32 that is the zero-based index of the language name to retrieve.
Return Value
A System.String that is the name of the language as specified in the SAMI file.
Remarks
The languages 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
- Adding Closed Captions to Digital Media
- IWMPClosedCaption Interface (VB and C#)
- IWMPClosedCaption.SAMILang (VB and C#)
- IWMPClosedCaption2 Interface (VB and C#)
| Previous | Next |