We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbc3843 + 1c4d49f commit adf5d49Copy full SHA for adf5d49
articles/media-services/latest/job-input-from-local-file-how-to.md
@@ -30,7 +30,7 @@ The following code shows how to create an input asset and use it as the input fo
30
31
The following code snippet creates an output asset if it doesn't already exist:
32
33
-[!code-csharp[Main](../../../media-services-v3-dotnet-tutorials/AMSV3Tutorials/UploadEncodeAndStreamFiles/Program.cs#CreateOutputAssetAsync)]
+[!code-csharp[Main](../../../media-services-v3-dotnet-tutorials/AMSV3Tutorials/UploadEncodeAndStreamFiles/Program.cs#CreateOutputAsset)]
34
35
The following code snippet submits an encoding job:
36
0 commit comments