Einzelnen Beitrag anzeigen

EWeiss
(Gast)

n/a Beiträge
 
#6

Re: Aktuell gespielter Titel im W.Media Player

  Alt 6. Jul 2007, 20:56
Zitat von arne99:
Push, brauch Lösung!
Typelib einbauen

// ************************************************** *******************//
// Interface: IWMPMetadataText
// Flags: (4416) Dual OleAutomation Dispatchable
// GUID: {769A72DB-13D2-45E2-9C48-53CA9D5B7450}
// ************************************************** *******************//
IWMPMetadataText = interface(IDispatch)
['{769A72DB-13D2-45E2-9C48-53CA9D5B7450}']
function Get_Description: WideString; safecall;
function Get_text: WideString; safecall;
property Description: WideString read Get_Description;
property text: WideString read Get_text;
end;

dan kannst über das Interface alles in erfahrung bringen
was du brauchst extern von WMP selbst.

gruss
  Mit Zitat antworten Zitat