神龙卡的播出问题!!!(100分)

  • 主题发起人 主题发起人 pengyong1
  • 开始时间 开始时间
P

pengyong1

Unregistered / Unconfirmed
GUEST, unregistred user!
请问神龙卡的pal制、NTSC、PAL_60格式怎么转换。
 
procedure SetVGA(hStream:Byte);
begin

FMPSet(hStream,FMPI_VID_TV,Set_VGA);
end;


procedure SetNTSC(hStream:Byte);
begin

FMPSet(hStream,FMPI_VID_TV,FMPF_NTSC or Set_TV);
end;


procedure SetPAL(hStream:Byte);
begin

FMPSet(hStream,FMPI_VID_TV,FMPF_PAL or Set_TV);
end;


procedure SetPAL60(hStream:Byte);
begin

FMPSet(hStream,FMPI_VID_TV,FMPF_PAL60 or Set_TV);
end;

 
to:【小高】
有没有用过神龙卡缓冲模式播放?我用文件形式实现了所有功能,但部分歌曲没办法播放,使用缓冲模式可以正常,但未研究过缓冲模式的编程,可否指教?
 
后退
顶部