Documentation
¶
Index ¶
- type Client
- func (c *Client) GetLastReplayBufferReplay(paramss ...*GetLastReplayBufferReplayParams) (*GetLastReplayBufferReplayResponse, error)
- func (c *Client) GetReplayBufferStatus(paramss ...*GetReplayBufferStatusParams) (*GetReplayBufferStatusResponse, error)
- func (c *Client) GetVirtualCamStatus(paramss ...*GetVirtualCamStatusParams) (*GetVirtualCamStatusResponse, error)
- func (c *Client) SaveReplayBuffer(paramss ...*SaveReplayBufferParams) (*SaveReplayBufferResponse, error)
- func (c *Client) StartReplayBuffer(paramss ...*StartReplayBufferParams) (*StartReplayBufferResponse, error)
- func (c *Client) StartVirtualCam(paramss ...*StartVirtualCamParams) (*StartVirtualCamResponse, error)
- func (c *Client) StopReplayBuffer(paramss ...*StopReplayBufferParams) (*StopReplayBufferResponse, error)
- func (c *Client) StopVirtualCam(paramss ...*StopVirtualCamParams) (*StopVirtualCamResponse, error)
- func (c *Client) ToggleReplayBuffer(paramss ...*ToggleReplayBufferParams) (*ToggleReplayBufferResponse, error)
- func (c *Client) ToggleVirtualCam(paramss ...*ToggleVirtualCamParams) (*ToggleVirtualCamResponse, error)
- type GetLastReplayBufferReplayParams
- type GetLastReplayBufferReplayResponse
- type GetReplayBufferStatusParams
- type GetReplayBufferStatusResponse
- type GetVirtualCamStatusParams
- type GetVirtualCamStatusResponse
- type SaveReplayBufferParams
- type SaveReplayBufferResponse
- type StartReplayBufferParams
- type StartReplayBufferResponse
- type StartVirtualCamParams
- type StartVirtualCamResponse
- type StopReplayBufferParams
- type StopReplayBufferResponse
- type StopVirtualCamParams
- type StopVirtualCamResponse
- type ToggleReplayBufferParams
- type ToggleReplayBufferResponse
- type ToggleVirtualCamParams
- type ToggleVirtualCamResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client represents a client for 'outputs' requests.
func (*Client) GetLastReplayBufferReplay ¶ added in v0.9.0
func (c *Client) GetLastReplayBufferReplay( paramss ...*GetLastReplayBufferReplayParams, ) (*GetLastReplayBufferReplayResponse, error)
Gets the filename of the last replay buffer save file.
func (*Client) GetReplayBufferStatus ¶ added in v0.9.0
func (c *Client) GetReplayBufferStatus( paramss ...*GetReplayBufferStatusParams, ) (*GetReplayBufferStatusResponse, error)
Gets the status of the replay buffer output.
func (*Client) GetVirtualCamStatus ¶ added in v0.9.0
func (c *Client) GetVirtualCamStatus(paramss ...*GetVirtualCamStatusParams) (*GetVirtualCamStatusResponse, error)
Gets the status of the virtualcam output.
func (*Client) SaveReplayBuffer ¶ added in v0.9.0
func (c *Client) SaveReplayBuffer(paramss ...*SaveReplayBufferParams) (*SaveReplayBufferResponse, error)
Saves the contents of the replay buffer output.
func (*Client) StartReplayBuffer ¶ added in v0.9.0
func (c *Client) StartReplayBuffer(paramss ...*StartReplayBufferParams) (*StartReplayBufferResponse, error)
Starts the replay buffer output.
func (*Client) StartVirtualCam ¶ added in v0.9.0
func (c *Client) StartVirtualCam(paramss ...*StartVirtualCamParams) (*StartVirtualCamResponse, error)
Starts the virtualcam output.
func (*Client) StopReplayBuffer ¶ added in v0.9.0
func (c *Client) StopReplayBuffer(paramss ...*StopReplayBufferParams) (*StopReplayBufferResponse, error)
Stops the replay buffer output.
func (*Client) StopVirtualCam ¶ added in v0.9.0
func (c *Client) StopVirtualCam(paramss ...*StopVirtualCamParams) (*StopVirtualCamResponse, error)
Stops the virtualcam output.
func (*Client) ToggleReplayBuffer ¶ added in v0.9.0
func (c *Client) ToggleReplayBuffer(paramss ...*ToggleReplayBufferParams) (*ToggleReplayBufferResponse, error)
Toggles the state of the replay buffer output.
func (*Client) ToggleVirtualCam ¶ added in v0.9.0
func (c *Client) ToggleVirtualCam(paramss ...*ToggleVirtualCamParams) (*ToggleVirtualCamResponse, error)
Toggles the state of the virtualcam output.
type GetLastReplayBufferReplayParams ¶ added in v0.9.0
type GetLastReplayBufferReplayParams struct{}
Represents the request body for the GetLastReplayBufferReplay request.
func (*GetLastReplayBufferReplayParams) GetRequestName ¶ added in v0.9.0
func (o *GetLastReplayBufferReplayParams) GetRequestName() string
Returns the associated request.
type GetLastReplayBufferReplayResponse ¶ added in v0.9.0
type GetLastReplayBufferReplayResponse struct { // File path SavedReplayPath string `json:"savedReplayPath,omitempty"` }
Represents the response body for the GetLastReplayBufferReplay request.
type GetReplayBufferStatusParams ¶ added in v0.9.0
type GetReplayBufferStatusParams struct{}
Represents the request body for the GetReplayBufferStatus request.
func (*GetReplayBufferStatusParams) GetRequestName ¶ added in v0.9.0
func (o *GetReplayBufferStatusParams) GetRequestName() string
Returns the associated request.
type GetReplayBufferStatusResponse ¶ added in v0.9.0
type GetReplayBufferStatusResponse struct { // Whether the output is active OutputActive bool `json:"outputActive,omitempty"` }
Represents the response body for the GetReplayBufferStatus request.
type GetVirtualCamStatusParams ¶ added in v0.9.0
type GetVirtualCamStatusParams struct{}
Represents the request body for the GetVirtualCamStatus request.
func (*GetVirtualCamStatusParams) GetRequestName ¶ added in v0.9.0
func (o *GetVirtualCamStatusParams) GetRequestName() string
Returns the associated request.
type GetVirtualCamStatusResponse ¶ added in v0.9.0
type GetVirtualCamStatusResponse struct { // Whether the output is active OutputActive bool `json:"outputActive,omitempty"` }
Represents the response body for the GetVirtualCamStatus request.
type SaveReplayBufferParams ¶ added in v0.9.0
type SaveReplayBufferParams struct{}
Represents the request body for the SaveReplayBuffer request.
func (*SaveReplayBufferParams) GetRequestName ¶ added in v0.9.0
func (o *SaveReplayBufferParams) GetRequestName() string
Returns the associated request.
type SaveReplayBufferResponse ¶ added in v0.9.0
type SaveReplayBufferResponse struct{}
Represents the response body for the SaveReplayBuffer request.
type StartReplayBufferParams ¶ added in v0.9.0
type StartReplayBufferParams struct{}
Represents the request body for the StartReplayBuffer request.
func (*StartReplayBufferParams) GetRequestName ¶ added in v0.9.0
func (o *StartReplayBufferParams) GetRequestName() string
Returns the associated request.
type StartReplayBufferResponse ¶ added in v0.9.0
type StartReplayBufferResponse struct{}
Represents the response body for the StartReplayBuffer request.
type StartVirtualCamParams ¶ added in v0.9.0
type StartVirtualCamParams struct{}
Represents the request body for the StartVirtualCam request.
func (*StartVirtualCamParams) GetRequestName ¶ added in v0.9.0
func (o *StartVirtualCamParams) GetRequestName() string
Returns the associated request.
type StartVirtualCamResponse ¶ added in v0.9.0
type StartVirtualCamResponse struct{}
Represents the response body for the StartVirtualCam request.
type StopReplayBufferParams ¶ added in v0.9.0
type StopReplayBufferParams struct{}
Represents the request body for the StopReplayBuffer request.
func (*StopReplayBufferParams) GetRequestName ¶ added in v0.9.0
func (o *StopReplayBufferParams) GetRequestName() string
Returns the associated request.
type StopReplayBufferResponse ¶ added in v0.9.0
type StopReplayBufferResponse struct{}
Represents the response body for the StopReplayBuffer request.
type StopVirtualCamParams ¶ added in v0.9.0
type StopVirtualCamParams struct{}
Represents the request body for the StopVirtualCam request.
func (*StopVirtualCamParams) GetRequestName ¶ added in v0.9.0
func (o *StopVirtualCamParams) GetRequestName() string
Returns the associated request.
type StopVirtualCamResponse ¶ added in v0.9.0
type StopVirtualCamResponse struct{}
Represents the response body for the StopVirtualCam request.
type ToggleReplayBufferParams ¶ added in v0.9.0
type ToggleReplayBufferParams struct{}
Represents the request body for the ToggleReplayBuffer request.
func (*ToggleReplayBufferParams) GetRequestName ¶ added in v0.9.0
func (o *ToggleReplayBufferParams) GetRequestName() string
Returns the associated request.
type ToggleReplayBufferResponse ¶ added in v0.9.0
type ToggleReplayBufferResponse struct { // Whether the output is active OutputActive bool `json:"outputActive,omitempty"` }
Represents the response body for the ToggleReplayBuffer request.
type ToggleVirtualCamParams ¶ added in v0.9.0
type ToggleVirtualCamParams struct{}
Represents the request body for the ToggleVirtualCam request.
func (*ToggleVirtualCamParams) GetRequestName ¶ added in v0.9.0
func (o *ToggleVirtualCamParams) GetRequestName() string
Returns the associated request.
type ToggleVirtualCamResponse ¶ added in v0.9.0
type ToggleVirtualCamResponse struct { // Whether the output is active OutputActive bool `json:"outputActive,omitempty"` }
Represents the response body for the ToggleVirtualCam request.
Source Files
¶
- xx_generated.getlastreplaybufferreplay.go
- xx_generated.getreplaybufferstatus.go
- xx_generated.getvirtualcamstatus.go
- xx_generated.savereplaybuffer.go
- xx_generated.startreplaybuffer.go
- xx_generated.startvirtualcam.go
- xx_generated.stopreplaybuffer.go
- xx_generated.stopvirtualcam.go
- xx_generated.togglereplaybuffer.go
- xx_generated.togglevirtualcam.go
- zz_generated.client.go