währe es eigentlich möglich einen MediaPlayer in AutoIT zu schreiben?
er muss nur Musik abspielen mehr nicht. Das müsste doch zu machen sein
oder?
MfG Roggazzz
währe es eigentlich möglich einen MediaPlayer in AutoIT zu schreiben?
er muss nur Musik abspielen mehr nicht. Das müsste doch zu machen sein
oder?
MfG Roggazzz
Hallo,
ja das ist mit
$oWMP = ObjCreate("WMPLayer.ocx")
zu machen.
Parameter des Objekts sind
Name MemberType Definition
---- ---------- ----------
close Method void close ()
launchURL Method void launchURL (string)
newMedia Method IWMPMedia newMedia (string)
newPlaylist Method IWMPPlaylist newPlaylist (string, string)
openPlayer Method void openPlayer (string)
cdromCollection Property IWMPCdromCollection cdromCollection () {get}
closedCaption Property IWMPClosedCaption closedCaption () {get}
controls Property IWMPControls controls () {get}
currentMedia Property IWMPMedia currentMedia () {get} {set}
currentPlaylist Property IWMPPlaylist currentPlaylist () {get} {set}
dvd Property IWMPDVD dvd () {get}
enableContextMenu Property bool enableContextMenu () {get} {set}
enabled Property bool enabled () {get} {set}
Error Property IWMPError Error () {get}
fullScreen Property bool fullScreen () {get} {set}
isOnline Property bool isOnline () {get}
isRemote Property bool isRemote () {get}
mediaCollection Property IWMPMediaCollection mediaCollection () {get}
network Property IWMPNetwork network () {get}
openState Property WMPOpenState openState () {get}
playerApplication Property IWMPPlayerApplication playerApplication () {get}
playlistCollection Property IWMPPlaylistCollection playlistCollection () {get}
playState Property WMPPlayState playState () {get}
settings Property IWMPSettings settings () {get}
status Property string status () {get}
stretchToFit Property bool stretchToFit () {get} {set}
uiMode Property string uiMode () {get} {set}
URL Property string URL () {get} {set}
versionInfo Property string versionInfo () {get}
windowlessVideo Property bool windowlessVideo () {get} {set}
Alles anzeigen