IWMPClosedCaption2::getSAMIStyleName method
[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
The getSAMIStyleName method returns the name of a style supported by the current SAMI file.
Syntax
public System.String getSAMIStyleName(
System.Int32 nIndex
);
Public Function getSAMIStyleName( _
ByVal nIndex As System.Int32 _
) As System.String
Implements IWMPClosedCaption2.getSAMIStyleName
Parameters
-
nIndex [in]
-
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
Requirement | Value |
---|---|
Version |
Windows Media Player 9 Series or later |
Namespace |
WMPLib |
Assembly |
|