Jump to content

Alle Aufnahmen beenden


alex.ba

Recommended Posts

Hallo Zusammen,

 

 

ich suche gerade nach einer Möglichkeit per Skript alle laufenden Aufnahmen zu stoppen.

 

Ich weiß wie ich den Status abfrage. (mache ich mit AUTOIT)

 

$DVBViewer = ObjGet ("", "DVBViewerServer.DVBViewer")

if $DVBViewer = 0 then exit

 

$DVBViewer.timermanager.recording = false then....

 

 

Aber wie beende ich die Aufnahme. Kann mir jemand weiterhelfen.

 

Danke und Grüße

 

Alex

Link to comment

Hi Alex

 

der ...timermanager kennt eine Prozedur

 

(aus der CHM)

procedure StopRecording(Value: Integer);

Stop a running timer by its index.

 

Parameters

Value

The index of the ITimerItem to be stopped.

 

Trifft das Deine Frage?

 

GGü

Link to comment

Hallo,

 

ja hat mir geholfen denn mit timermanager.stoprecording(-1) schmeißt man alles aus der Aufnahme wobei die programmierten Aufnahmen im Timer erhalten bleiben und beim nächsten Neustart wieder aktiviert werden.

 

Danke nochmals und Grüße

 

Alex

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...