Jump to content

Query Audio Output A/B


majstang

Recommended Posts

Need some help from you guys! Im having trouble finding a way to query through COM whether Audio Output is in A or B mode. Cant find a straight forward method when reading the COM interface papers. "Audiomode"-function does something completly else from what Im after. Does anyone know how to do this?

:bye:

Edited by majstang
Link to comment

I managed to figure it out eventually:

Set iDVBViewer = GetObject(, "DVBViewerServer.DVBViewer")
MyAudioMode = iDVBViewer.Datamanager.Value("#Info")
MsgBox(MyAudioMode)

Edited by majstang
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...