Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2009.01.04;
Скачать: CL | DM;

Вниз

форматы в mediaSeeking (DirectShow)   Найти похожие ветки 

 
hahol   (2007-09-02 14:08) [0]

привет всем
вот есть такой кусок кода
......
var
mediaseeking:iMediaSeeking;
........
if mediaseeking=nil then exit;
if (MediaSeeking.IsFormatSupported(time_format_frame)=s_ok) then
 begin
   MediaSeeking.SetTimeFormat(time_format_frame);
   Mediaseeking.GetDuration(FrameCount);
   InvalidateRect(Video_Display.Video_panel.Handle,nil,false);
   VideoWindow.put_Owner(Video_display.video_panel.Handle);
   VideoWindow.put_WindowStyle(WS_CHILD or WS_CLIPSIBLINGS);
   video_display.Show;
   istimeformat:=false;
   showmessage("time format");
 end else
  begin
  if (MediaSeeking.IsFormatSupported(TIME_FORMAT_MEDIA_TIME)=s_ok) then
   begin
    Mediaseeking.SetTimeFormat(TIME_FORMAT_MEDIA_TIME);
    MediaSeeking.GetDuration(FrameCount);
    FrameCount:=FrameCount div FrameDuration;
    isTimeFormat:=true;
    form1.Caption:="2";
    showmessage("mediatime format");
    Video_Display.Hide;
   end;
  end;

но он почемуто не работает
тк form1.caption не изменяется
че не правильно
подскажите плз
выже мастера


 
Reindeer Moss Eater ©   (2007-09-02 22:48) [1]

А что, проверять результаты вызовов функций не модно?



Страницы: 1 вся ветка

Текущий архив: 2009.01.04;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.01 c
2-1227668527
Riply
2008-11-26 06:02
2009.01.04
Гарантия записи в реестр.


15-1226091244
Petr V. Abramov
2008-11-07 23:54
2009.01.04
принтер godex ez-2200


2-1227261354
Gurd
2008-11-21 12:55
2009.01.04
Шапка stringGrid как Excel


2-1227341687
Андрей (начинающий)
2008-11-22 11:14
2009.01.04
смена цвета в StringGrid


15-1225715882
bv7
2008-11-03 15:38
2009.01.04
MySQL + Delphi (доступ и редактирование данных)