ERROR TO ENQUEUE_UNIQUE_RENDER_COMMAND_ONEPARAMETER #3344
Unanswered
koosad
asked this question in
Support Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
the error for 4.24 ue4
Windows::Media::MediaProperties::VideoEncodingProperties^ VideoProperties = MediaItem->VideoTracks->GetAt(0)->GetEncodingProperties();
the error for : - warning: Please use ENQUEUE_RENDER_COMMAND instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
so. I change code ;
Windows::Media::MediaProperties::VideoEncodingProperties^ VideoProperties = MediaItem->VideoTracks->GetAt(0)->GetEncodingProperties();
but this time error for
/UWPMovieStreamer.cpp(94): error C4002: too many arguments for function-like macro invocation 'ENQUEUE_RENDER_COMMAND
please help me
Beta Was this translation helpful? Give feedback.
All reactions