ITIMEMediaPlayer::mediaWidth Property

Internet Development Index

Retrieves the rendering width of the media.

Syntax

HRESULT ITIMEMediaPlayer::get_mediaWidth(long *width);

Parameters

width
the width of the media, in pixels.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

This property is only relevant for people who are writing a custom player for HTML+TIME (Timed Interactive Multimedia Extensions).