Jump to content

I Need A Little Help With Com Objects...


Recommended Posts

I'm trying to create a program to call the objects located in this API info sheet to send the "Next Recordings" info to a text file.

I'm using BETA and I can't really wrap my head around this, can someone help me, please?

If any more info is needed, just let me know, thanks! :)

Link to comment
Share on other sites

I'm trying to create a program to call the objects located in this API info sheet to send the "Next Recordings" info to a text file.

I'm using BETA and I can't really wrap my head around this, can someone help me, please?

If any more info is needed, just let me know, thanks! :)

I'm not sure exactly how to use this API, but it prolly something simular to...

$Object = ObjectCreate("SnapStream.BeyondTV")
$Object.BTVConvert("Whatever you want to do")

That's how to create the object and do something with it. As for how to do something SPECIFIC with it, I don't know, the documentation provided seems kinda vague.

Link to comment
Share on other sites

What I'm trying to do is just poll BeyondTV and write to a text file the show that will be recorded next (including it's duration, channel, start time, and end time).

This sounded easy enough, but I'm having a rough time with it.

I have a C# "example" I've been trying to translate into au3, but I've had no luck.

Here's the link:

http://forums.snapstream.com/vb/showthread...75&page=4&pp=15

The code is at the bottom of the page.

I did notice the vb script in the link above and I successfully translated it to au3, but it doesn't really do what I want to do.

Edited by buymeapc
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...