Share via


Windows Media Player 11 SDK AxWindowsMediaPlayer.closedCaption (VB and C#) 

Windows Media Player SDK banner art

Previous Next

AxWindowsMediaPlayer.closedCaption (VB and C#)

The closedCaption property gets an IWMPClosedCaption interface for the current media item.

[Visual Basic]
Public Overridable ReadOnly Property closedCaption As IWMPClosedCaption

[C#]
public virtual IWMPClosedCaption closedCaption {get;}

Property Value

The WMPLIB.IWMPClosedCaption interface.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: AxWMPLib

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

See Also

Previous Next