Open-OBSSourceProjector : OpenSourceProjector
Opens a projector for a source.
Note: This request serves to provide feature parity with 4.x. It is very likely to be changed/deprecated in a future release.
Open-OBSSourceProjector calls the OBS WebSocket with a request of type OpenSourceProjector.
Name of the source to open a projector for
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
true | 1 | true (ByPropertyName) |
Monitor index, use GetMonitorList
to obtain index
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | 2 | true (ByPropertyName) |
Size/Position data for a windowed projector, in Qt Base64 encoded format. Mutually exclusive with monitorIndex
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | 3 | true (ByPropertyName) |
If set, will return the information that would otherwise be sent to OBS.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) | OutputRequest OutputInput |
If set, will not attempt to receive a response from OBS. This can increase performance, and also silently ignore critical errors
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) | NoReceive IgnoreResponse IgnoreReceive DoNotReceiveResponse |
Open-OBSSourceProjector [-SourceName] <String> [[-MonitorIndex] <Double>] [[-ProjectorGeometry] <String>] [-PassThru] [-NoResponse] [<CommonParameters>]