How to load audio/video files from memory in .NET?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TLL
    New Member
    • Apr 2007
    • 4

    How to load audio/video files from memory in .NET?

    Greetings to all,

    I'm rather perplexed about how to go about loading of audio/video files from memory in .NET despite having done lotsa research.

    Please help me in this area...

    Thanks so much
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    What do you mean "load" them. You just want to have a file pointer to the object? What are you trying to do?

    Comment

    • TLL
      New Member
      • Apr 2007
      • 4

      #3
      Originally posted by RedSon
      What do you mean "load" them. You just want to have a file pointer to the object? What are you trying to do?
      Oh..Okay..basic ally it will load an audio/video file from a memory stream and then decode that memory stream into usable sound data in a managed environment.

      Cause currently, Im working on a Digital rights Management project.

      Comment

      Working...