Показать сообщение отдельно
  #2  
Старый 24.07.2007, 13:29
AlexSku AlexSku вне форума
Специалист
 
Регистрация: 07.05.2007
Адрес: Москва
Сообщения: 884
Репутация: 21699
По умолчанию

Вот справка по DirectShow:

IMediaPosition::get_Duration
The get_Duration method retrieves the duration of the stream.

Syntax

HRESULT get_Duration(
REFTIME *plength
);

Parameters

plength

[out] Pointer to a variable that receives the total stream length, in seconds.

Return Values

Returns an HRESULT value. Possible values include the following.

Return code Description
S_OK Success.
E_NOTIMPL Not implemented.
E_POINTER NULL pointer argument.
Ответить с цитированием