Dissect a BCVideo object
I have an object, which returns when i NSLog it: BCVideo: id:1128597303001 name:Hana
I can dissect the name by doing [object name], but I need the i开发者_如何学Cd, and [object id] doesn't work. How do I get the id (from class BCvideo obviously) from the object?
I don't know what is BCVideo class but i googled it and i found this :
http://docs.brightcove.com/en/iphone-sdk/bc-media-api/interface_b_c_video.html
So if it's that, you can retrieve id with properties videoId, referenceId and accountId according to your preferences
精彩评论