adspace
I looked through the medialibrary class in xna, and it looks like we can only enumerate through audio, but not video content in the media library?
Answer Posted / Manish Jhala
Unfortunately, the MediaLibrary class in XNA does not support enumerating through video content directly. You may need to use a custom implementation or consider using other APIs that provide better access to video files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers