Set-WssMediaStreamingVideoQuality

Set-WssMediaStreamingVideoQuality

Modifies the video streaming quality of videos that are streamed from the server.

Syntax

Parameter Set: Default
Set-WssMediaStreamingVideoQuality [-Quality] <VideoQuality> {Low | Medium | High | Best} [ <CommonParameters>]

Detailed Description

The Set-WssMediaStreamingVideoQuality cmdlet modifies the video streaming quality of videos that are streamed from the server.

Parameters

-Quality<VideoQuality>

Specifies the video quality. The cmdlet sets the video quality value that you specify.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • Microsoft.WindowsServerSolutions.MediaStreaming.VideoQuality

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Set the video streaming quality

This command sets the video streaming quality on the server on which you run the cmdlet.

PS C:\> Set-WssMediaStreamingVideoQuality
PS C:\> 

Get-WssMediaStreamingVideoQuality