Registriert seit: 9. Jul 2004
Ort: Aken (Anhalt-Bitterfeld)
1.335 Beiträge
Delphi XE5 Professional
|
Re: Verwenden der MediaInfo.DLL
28. Okt 2004, 08:54
Ergänzung zu
InfoText := MediaInfo_Get(Handle, StreamKind, StreamNumber, Parameter, KindOfInfo, KindOfSearch)
Delphi-Quellcode:
{ KindOfInfo - 0 = Info_Name : Unique name of parameter
1 = Info_Text : Value of parameter
2 = Info_Measure : Unique name of measure unit of
parameter
3 = Info_Options : InfoOption_ShowInInform = 0
InfoOption_Support = 1
-> could be N (No), R (Read only), W (Read/Write),
space (Non applicable)
InfoOption_ShowInSupported = 2,
-> Internal use only (info : Must be showed in
Info_Capacities() )
InfoOption_Max = 3
4 = Info_Name_Text : Translated name of parameter
5 = Info_Measure_Text: Translated name of measure unit
6 = Info_Info : More info about the parameter
7 = Info_HowTo : Information : how data is found
8 = Info_Max
KindOfSearch - Where to look for the parameter}
|
|
Zitat
|