audiovideoplayback from stream (c#, managed directx)

akuehn3000

Member
Joined
Jan 29, 2004
Messages
18
1.)
is it possible to play audio or video from a stream using
audiovideoplayback?
the classes only seem to support reading from file or url.

2.)
and is there no new version of audiovideoplayback in the summer update?
all assembly files except Microsoft.Directx.Diagnostics and and
Microsoft.Directx.AudioVideoPlayback
are updated from version 1.0.900.0 to 1.0.1901.0. is that a correct or an
install error on my system?
 
nothing wrong with the update use 1.0.1901.0. as ur references..

yeah.. the audio and video api is very little.. there is from stream i thought though i usually use read from file..


if not u can use unmanaged c++ ..
 
No updates are planned for the AudioVideoPlayback namespace, neither functionality or documentation. Thats why the version is still the same with the summer update.
You could write out the stream to a file and then use it, probably your only way.
 
Back
Top