Sets a markdown source
Adds or changes a markdown source in OBS.
The markdown text, or the path to a markdown file
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 1 | 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 | 2 | 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 | 3 | true (ByPropertyName) |
The css style used to render the markdown.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 4 | true (ByPropertyName) |
The name of the scene.
If no scene name is provided, the current program scene will be used.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 5 | true (ByPropertyName) |
The name of the input.
If no name is provided, the last segment of the URI or file path will be the input name.
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 6 | true (ByPropertyName) |
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-OBSMarkdownSource [[-Markdown] <String>] [[-Width] <Int32>] [[-Height] <Int32>] [[-CSS] <String>] [[-Scene] <String>] [[-Name] <String>] [-Force] [<CommonParameters>]