IMFTimedTextStyle interface (mfmediaengine.h)

Represents the style for timed text.

Inheritance

The IMFTimedTextStyle interface inherits from the IUnknown interface. IMFTimedTextStyle also has these types of members:

Methods

The IMFTimedTextStyle interface has these methods.

 
IMFTimedTextStyle::GetBackgroundColor

Gets the background color of the timed-text style.
IMFTimedTextStyle::GetBold

Determines whether the style of timed text is bold.
IMFTimedTextStyle::GetColor

Gets the color of the timed-text style.
IMFTimedTextStyle::GetFontFamily

Gets the font family of the timed-text style.
IMFTimedTextStyle::GetFontSize

Gets the font size of the timed-text style.
IMFTimedTextStyle::GetFontStyle

Gets the font style of the timed-text style.
IMFTimedTextStyle::GetName

Gets the name of the timed-text style.
IMFTimedTextStyle::GetRightToLeft

Determines whether the right to left writing mode of the timed-text style is enabled.
IMFTimedTextStyle::GetShowBackgroundAlways

Determines whether the style of timed text always shows the background.
IMFTimedTextStyle::GetTextAlignment

Gets the text alignment of the timed-text style.
IMFTimedTextStyle::GetTextDecoration

Gets how text is decorated for the timed-text style.
IMFTimedTextStyle::GetTextOutline

Gets the text outline for the timed-text style.
IMFTimedTextStyle::IsExternal

Determines whether the timed-text style is external.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header mfmediaengine.h

See also

Media Foundation Interfaces