DVDPlayback framework
DVDPlayback framework
- Subject: DVDPlayback framework
- From: Steve Bryan <email@hidden>
- Date: Tue, 15 Jun 2004 16:42:56 -0500
I've been looking at the DVDPlayback framework and I'm wondering if it
is necessary to use the Carbon calls. The reason I'm asking that
question that DVDSetVideoWindowID, which is recommended for Cocoa, uses
a UInt32 variable called windowID. I'm familiar with grafports (used in
the Carbon equivalent DVDSetVideoPort) and other legacy data structures
but I don't know where this windowID comes from. Also for the call to
DVDSetVideoDisplay the passed parameter is of type CGDirectDisplayID.
When I do a complete search of the 2188 page AppKit API manual I can
find just one reference to that data type.
Often the simplest snippet of sample code will clarify some of these
questions but in my brief search I couldn't find any.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.