arthur-debert/BulkLoader

Unable to Access XMPdata from loaded .F4V

steenMSU opened this issue · 1 comments

I am unable to access the XMPdata of a loaded video file. Is there a way to trigger this like the getNetStreamMetaData function?

Not built in.

Your best best is to poke into the stream object and watch the events you need (everything is private there), or subclass VideoITem and handle the stream event notification in a more specific way.