Share via


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

Windows Media Player SDK banner art

Previous Next

IWMPClosedCaption2.SAMILangCount (VB and C#)

The SAMILangCount property gets the number of languages supported by the current SAMI file.

[Visual Basic]
ReadOnly Property SAMILangCount As Integer

[C#]
int SAMILangCount {get;}

Property Value

A System.Int32 that is the number of languages supported.

Remarks

This property returns 0 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