用Delphi如何获得后缀名为rm文件的时间长度和文件的长和宽?(30分)

C

cb422

Unregistered / Unconfirmed
GUEST, unregistred user!
用Delphi如何获得后缀名为rm文件的时间长度和文件的长和宽?我用RealPlayer的ActiveX
,但是没有找到上述属性?不知道如何获得这些属性?
 
RealAudio1.GetLength;
以上是获得时间长度;
你所说的文件的长和宽知什么。
 
to 孤岛,
我说的长和宽是rm文件播放出来原始的长度和宽度
 
还是没有明白,是RealPlayer播放器的“原始大小”吗
 
RealPlayer SDK Conversion Ready for Testing
27 August 2001 :: NEW! Marcel van Brakel has put up a beta version of the
RealSystem G2 SDK conversion. This kit is the API interface for RealNetworks
RealPlayer (similar to MS media player), allowing one to write (amongst others)
plugins for the player.

ftp://delphi-jedi.org/TestOnly/RmaSDK.zip

pascal的realplayer的sdk不过目前只是测试版的。
 
to 悲酥清风
哪里有SDK详细使用的帮助
 
form3.Width := form3.RealAudio1.GetClipWidth;
form3.Height := form3.RealAudio1.GetClipHeight;
 
顶部