In the Sample Example provided by the Microsoft(Transcoding Sample Application) I need to check whether the Hardware Acceleration is enabled or not. for that I am using the code
var hardwareAccelerationEnabled = mediaTranscoder.hardwareAccelerationEnabled; mediaTranscoder.hardwareAccelerationEnabled = hardwareAccelerationEnabled;
but while compiling it is showing the following error:
JavaScript runtime error: 'mediaTranscoder' is undefined
Kindly help. thanks in advance.