Sets a Sound Cloud Source
Adds or changes a Sound Cloud source OBS.
Sound Cloud Sources are Browser Sources that display a SoundCloud Player Widget.
EXAMPLE 1
Set-obssoundCloudSource -Uri https://soundcloud.com/outertone/sets/new-earth
The uri to display. This must point to a SoundCloud URL.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Uri] |
false | 1 | true (ByPropertyName) | Url SoundCloudUri SoundCloudUrl |
If set, will not autoplay.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) |
If set, will not display album artwork.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) |
If set, will not display play count.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) |
If set, will not display uploader info.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) |
If provided, will start playing at a given track number.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 2 | true (ByPropertyName) |
If set, will show a share link.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) |
If set, will show a download link.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) |
If set, will show a buy link.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) |
The color used for the SoundCloud audio bars and buttons.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 3 | true (ByPropertyName) |
The width of the browser source.
If none is provided, this will be the output width of the video settings.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 4 | true (ByPropertyName) |
The width of the browser source.
If none is provided, this will be the output height of the video settings.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | 5 | true (ByPropertyName) |
The css style used to render the browser page.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 6 | true (ByPropertyName) |
If set, the browser source will shutdown when it is hidden
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) |
If set, the browser source will restart when it is activated.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) |
If set, audio from the browser source will be rerouted into OBS.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) |
If provided, the browser source will render at a custom frame rate.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Int32] |
false | 7 | true (ByPropertyName) | FPS |
The name of the scene.
If no scene name is provided, the current program scene will be used.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 8 | true (ByPropertyName) | SceneName |
The name of the input.
If no name is provided, then “SoundCloud” will be used.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 9 | true (ByPropertyName) | InputName SourceName |
If set, will check if the source exists in the scene before creating it and removing any existing sources found.
If not set, you will get an error if a source with the same name exists.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) |
Set-OBSSoundCloudSource [[-Uri] <Uri>] [-NoAutoPlay] [-NoArtwork] [-NoPlayCount] [-NoUploaderInfo] [[-TrackNumber] <Int32>] [-ShowShare] [-ShowDownload] [-ShowBuy] [[-Color] <String>] [[-Width] <Int32>] [[-Height] <Int32>] [[-CSS] <String>] [-ShutdownWhenHidden] [-RestartWhenActived] [-RerouteAudio] [[-FramesPerSecond] <Int32>] [[-Scene] <String>] [[-Name] <String>] [-Force] [<CommonParameters>]