Documentation
¶
Overview ¶
Code generated by ogen, DO NOT EDIT.
Index ¶
- func WithServerURL(ctx context.Context, u *url.URL) context.Context
- type AuthInternalUser
- func (s *AuthInternalUser) Decode(d *jx.Decoder) error
- func (s *AuthInternalUser) Encode(e *jx.Encoder)
- func (s *AuthInternalUser) GetIps() []string
- func (s *AuthInternalUser) GetPass() OptString
- func (s *AuthInternalUser) GetPermissions() []AuthInternalUserPermission
- func (s *AuthInternalUser) GetUser() OptString
- func (s *AuthInternalUser) MarshalJSON() ([]byte, error)
- func (s *AuthInternalUser) SetIps(val []string)
- func (s *AuthInternalUser) SetPass(val OptString)
- func (s *AuthInternalUser) SetPermissions(val []AuthInternalUserPermission)
- func (s *AuthInternalUser) SetUser(val OptString)
- func (s *AuthInternalUser) UnmarshalJSON(data []byte) error
- type AuthInternalUserPermission
- func (s *AuthInternalUserPermission) Decode(d *jx.Decoder) error
- func (s *AuthInternalUserPermission) Encode(e *jx.Encoder)
- func (s *AuthInternalUserPermission) GetAction() OptString
- func (s *AuthInternalUserPermission) GetPath() OptString
- func (s *AuthInternalUserPermission) MarshalJSON() ([]byte, error)
- func (s *AuthInternalUserPermission) SetAction(val OptString)
- func (s *AuthInternalUserPermission) SetPath(val OptString)
- func (s *AuthInternalUserPermission) UnmarshalJSON(data []byte) error
- type AuthJwksRefreshOK
- type AuthJwksRefreshRes
- type Client
- func (c *Client) AuthJwksRefresh(ctx context.Context) (AuthJwksRefreshRes, error)
- func (c *Client) ConfigGlobalGet(ctx context.Context) (ConfigGlobalGetRes, error)
- func (c *Client) ConfigGlobalSet(ctx context.Context, request *GlobalConf) (ConfigGlobalSetRes, error)
- func (c *Client) ConfigPathDefaultsGet(ctx context.Context) (ConfigPathDefaultsGetRes, error)
- func (c *Client) ConfigPathDefaultsPatch(ctx context.Context, request *PathConf) (ConfigPathDefaultsPatchRes, error)
- func (c *Client) ConfigPathsAdd(ctx context.Context, request *PathConf, params ConfigPathsAddParams) (ConfigPathsAddRes, error)
- func (c *Client) ConfigPathsDelete(ctx context.Context, params ConfigPathsDeleteParams) (ConfigPathsDeleteRes, error)
- func (c *Client) ConfigPathsGet(ctx context.Context, params ConfigPathsGetParams) (ConfigPathsGetRes, error)
- func (c *Client) ConfigPathsList(ctx context.Context, params ConfigPathsListParams) (ConfigPathsListRes, error)
- func (c *Client) ConfigPathsPatch(ctx context.Context, request *PathConf, params ConfigPathsPatchParams) (ConfigPathsPatchRes, error)
- func (c *Client) ConfigPathsReplace(ctx context.Context, request *PathConf, params ConfigPathsReplaceParams) (ConfigPathsReplaceRes, error)
- func (c *Client) HlsMuxersGet(ctx context.Context, params HlsMuxersGetParams) (HlsMuxersGetRes, error)
- func (c *Client) HlsMuxersList(ctx context.Context, params HlsMuxersListParams) (HlsMuxersListRes, error)
- func (c *Client) PathsGet(ctx context.Context, params PathsGetParams) (PathsGetRes, error)
- func (c *Client) PathsList(ctx context.Context, params PathsListParams) (PathsListRes, error)
- func (c *Client) RecordingsDeleteSegment(ctx context.Context, params RecordingsDeleteSegmentParams) (RecordingsDeleteSegmentRes, error)
- func (c *Client) RecordingsGet(ctx context.Context, params RecordingsGetParams) (RecordingsGetRes, error)
- func (c *Client) RecordingsList(ctx context.Context, params RecordingsListParams) (RecordingsListRes, error)
- func (c *Client) RtmpConnectionsGet(ctx context.Context, params RtmpConnectionsGetParams) (RtmpConnectionsGetRes, error)
- func (c *Client) RtmpConnsKick(ctx context.Context, params RtmpConnsKickParams) (RtmpConnsKickRes, error)
- func (c *Client) RtmpConnsList(ctx context.Context, params RtmpConnsListParams) (RtmpConnsListRes, error)
- func (c *Client) RtmpsConnectionsGet(ctx context.Context, params RtmpsConnectionsGetParams) (RtmpsConnectionsGetRes, error)
- func (c *Client) RtmpsConnsKick(ctx context.Context, params RtmpsConnsKickParams) (RtmpsConnsKickRes, error)
- func (c *Client) RtmpsConnsList(ctx context.Context, params RtmpsConnsListParams) (RtmpsConnsListRes, error)
- func (c *Client) RtspConnsGet(ctx context.Context, params RtspConnsGetParams) (RtspConnsGetRes, error)
- func (c *Client) RtspConnsList(ctx context.Context, params RtspConnsListParams) (RtspConnsListRes, error)
- func (c *Client) RtspSessionsGet(ctx context.Context, params RtspSessionsGetParams) (RtspSessionsGetRes, error)
- func (c *Client) RtspSessionsKick(ctx context.Context, params RtspSessionsKickParams) (RtspSessionsKickRes, error)
- func (c *Client) RtspSessionsList(ctx context.Context, params RtspSessionsListParams) (RtspSessionsListRes, error)
- func (c *Client) RtspsConnsGet(ctx context.Context, params RtspsConnsGetParams) (RtspsConnsGetRes, error)
- func (c *Client) RtspsConnsList(ctx context.Context, params RtspsConnsListParams) (RtspsConnsListRes, error)
- func (c *Client) RtspsSessionsGet(ctx context.Context, params RtspsSessionsGetParams) (RtspsSessionsGetRes, error)
- func (c *Client) RtspsSessionsKick(ctx context.Context, params RtspsSessionsKickParams) (RtspsSessionsKickRes, error)
- func (c *Client) RtspsSessionsList(ctx context.Context, params RtspsSessionsListParams) (RtspsSessionsListRes, error)
- func (c *Client) SrtConnsGet(ctx context.Context, params SrtConnsGetParams) (SrtConnsGetRes, error)
- func (c *Client) SrtConnsKick(ctx context.Context, params SrtConnsKickParams) (SrtConnsKickRes, error)
- func (c *Client) SrtConnsList(ctx context.Context, params SrtConnsListParams) (SrtConnsListRes, error)
- func (c *Client) WebrtcSessionsGet(ctx context.Context, params WebrtcSessionsGetParams) (WebrtcSessionsGetRes, error)
- func (c *Client) WebrtcSessionsKick(ctx context.Context, params WebrtcSessionsKickParams) (WebrtcSessionsKickRes, error)
- func (c *Client) WebrtcSessionsList(ctx context.Context, params WebrtcSessionsListParams) (WebrtcSessionsListRes, error)
- type ClientOption
- type ConfigGlobalGetBadRequest
- type ConfigGlobalGetInternalServerError
- type ConfigGlobalGetRes
- type ConfigGlobalSetBadRequest
- type ConfigGlobalSetInternalServerError
- type ConfigGlobalSetOK
- type ConfigGlobalSetRes
- type ConfigPathDefaultsGetBadRequest
- type ConfigPathDefaultsGetInternalServerError
- func (s *ConfigPathDefaultsGetInternalServerError) Decode(d *jx.Decoder) error
- func (s *ConfigPathDefaultsGetInternalServerError) Encode(e *jx.Encoder)
- func (s *ConfigPathDefaultsGetInternalServerError) MarshalJSON() ([]byte, error)
- func (s *ConfigPathDefaultsGetInternalServerError) UnmarshalJSON(data []byte) error
- type ConfigPathDefaultsGetRes
- type ConfigPathDefaultsPatchBadRequest
- type ConfigPathDefaultsPatchInternalServerError
- func (s *ConfigPathDefaultsPatchInternalServerError) Decode(d *jx.Decoder) error
- func (s *ConfigPathDefaultsPatchInternalServerError) Encode(e *jx.Encoder)
- func (s *ConfigPathDefaultsPatchInternalServerError) MarshalJSON() ([]byte, error)
- func (s *ConfigPathDefaultsPatchInternalServerError) UnmarshalJSON(data []byte) error
- type ConfigPathDefaultsPatchOK
- type ConfigPathDefaultsPatchRes
- type ConfigPathsAddBadRequest
- type ConfigPathsAddInternalServerError
- type ConfigPathsAddOK
- type ConfigPathsAddParams
- type ConfigPathsAddRes
- type ConfigPathsDeleteBadRequest
- type ConfigPathsDeleteInternalServerError
- func (s *ConfigPathsDeleteInternalServerError) Decode(d *jx.Decoder) error
- func (s *ConfigPathsDeleteInternalServerError) Encode(e *jx.Encoder)
- func (s *ConfigPathsDeleteInternalServerError) MarshalJSON() ([]byte, error)
- func (s *ConfigPathsDeleteInternalServerError) UnmarshalJSON(data []byte) error
- type ConfigPathsDeleteNotFound
- type ConfigPathsDeleteOK
- type ConfigPathsDeleteParams
- type ConfigPathsDeleteRes
- type ConfigPathsGetBadRequest
- type ConfigPathsGetInternalServerError
- type ConfigPathsGetNotFound
- type ConfigPathsGetParams
- type ConfigPathsGetRes
- type ConfigPathsListBadRequest
- type ConfigPathsListInternalServerError
- type ConfigPathsListParams
- type ConfigPathsListRes
- type ConfigPathsPatchBadRequest
- type ConfigPathsPatchInternalServerError
- type ConfigPathsPatchNotFound
- type ConfigPathsPatchOK
- type ConfigPathsPatchParams
- type ConfigPathsPatchRes
- type ConfigPathsReplaceBadRequest
- type ConfigPathsReplaceInternalServerError
- func (s *ConfigPathsReplaceInternalServerError) Decode(d *jx.Decoder) error
- func (s *ConfigPathsReplaceInternalServerError) Encode(e *jx.Encoder)
- func (s *ConfigPathsReplaceInternalServerError) MarshalJSON() ([]byte, error)
- func (s *ConfigPathsReplaceInternalServerError) UnmarshalJSON(data []byte) error
- type ConfigPathsReplaceNotFound
- type ConfigPathsReplaceOK
- type ConfigPathsReplaceParams
- type ConfigPathsReplaceRes
- type Error
- type GlobalConf
- func (s *GlobalConf) Decode(d *jx.Decoder) error
- func (s *GlobalConf) Encode(e *jx.Encoder)
- func (s *GlobalConf) GetAPI() OptBool
- func (s *GlobalConf) GetApiAddress() OptString
- func (s *GlobalConf) GetApiAllowOrigin() OptString
- func (s *GlobalConf) GetApiEncryption() OptBool
- func (s *GlobalConf) GetApiServerCert() OptString
- func (s *GlobalConf) GetApiServerKey() OptString
- func (s *GlobalConf) GetApiTrustedProxies() []string
- func (s *GlobalConf) GetAuthHTTPAddress() OptString
- func (s *GlobalConf) GetAuthHTTPExclude() []AuthInternalUserPermission
- func (s *GlobalConf) GetAuthInternalUsers() []AuthInternalUser
- func (s *GlobalConf) GetAuthJWTClaimKey() OptString
- func (s *GlobalConf) GetAuthJWTExclude() []AuthInternalUserPermission
- func (s *GlobalConf) GetAuthJWTInHTTPQuery() OptBool
- func (s *GlobalConf) GetAuthJWTJWKS() OptString
- func (s *GlobalConf) GetAuthJWTJWKSFingerprint() OptString
- func (s *GlobalConf) GetAuthMethod() OptString
- func (s *GlobalConf) GetHls() OptBool
- func (s *GlobalConf) GetHlsAddress() OptString
- func (s *GlobalConf) GetHlsAllowOrigin() OptString
- func (s *GlobalConf) GetHlsAlwaysRemux() OptBool
- func (s *GlobalConf) GetHlsDirectory() OptString
- func (s *GlobalConf) GetHlsEncryption() OptBool
- func (s *GlobalConf) GetHlsMuxerCloseAfter() OptString
- func (s *GlobalConf) GetHlsPartDuration() OptString
- func (s *GlobalConf) GetHlsSegmentCount() OptInt
- func (s *GlobalConf) GetHlsSegmentDuration() OptString
- func (s *GlobalConf) GetHlsSegmentMaxSize() OptString
- func (s *GlobalConf) GetHlsServerCert() OptString
- func (s *GlobalConf) GetHlsServerKey() OptString
- func (s *GlobalConf) GetHlsTrustedProxies() []string
- func (s *GlobalConf) GetHlsVariant() OptString
- func (s *GlobalConf) GetLogDestinations() []string
- func (s *GlobalConf) GetLogFile() OptString
- func (s *GlobalConf) GetLogLevel() OptString
- func (s *GlobalConf) GetMetrics() OptBool
- func (s *GlobalConf) GetMetricsAddress() OptString
- func (s *GlobalConf) GetMetricsAllowOrigin() OptString
- func (s *GlobalConf) GetMetricsEncryption() OptBool
- func (s *GlobalConf) GetMetricsServerCert() OptString
- func (s *GlobalConf) GetMetricsServerKey() OptString
- func (s *GlobalConf) GetMetricsTrustedProxies() []string
- func (s *GlobalConf) GetMulticastIPRange() OptString
- func (s *GlobalConf) GetMulticastRTCPPort() OptInt
- func (s *GlobalConf) GetMulticastRTPPort() OptInt
- func (s *GlobalConf) GetMulticastSRTCPPort() OptInt
- func (s *GlobalConf) GetMulticastSRTPPort() OptInt
- func (s *GlobalConf) GetPlayback() OptBool
- func (s *GlobalConf) GetPlaybackAddress() OptString
- func (s *GlobalConf) GetPlaybackAllowOrigin() OptString
- func (s *GlobalConf) GetPlaybackEncryption() OptBool
- func (s *GlobalConf) GetPlaybackServerCert() OptString
- func (s *GlobalConf) GetPlaybackServerKey() OptString
- func (s *GlobalConf) GetPlaybackTrustedProxies() []string
- func (s *GlobalConf) GetPprof() OptBool
- func (s *GlobalConf) GetPprofAddress() OptString
- func (s *GlobalConf) GetPprofAllowOrigin() OptString
- func (s *GlobalConf) GetPprofEncryption() OptBool
- func (s *GlobalConf) GetPprofServerCert() OptString
- func (s *GlobalConf) GetPprofServerKey() OptString
- func (s *GlobalConf) GetPprofTrustedProxies() []string
- func (s *GlobalConf) GetReadTimeout() OptString
- func (s *GlobalConf) GetRtcpAddress() OptString
- func (s *GlobalConf) GetRtmp() OptBool
- func (s *GlobalConf) GetRtmpAddress() OptString
- func (s *GlobalConf) GetRtmpEncryption() OptString
- func (s *GlobalConf) GetRtmpServerCert() OptString
- func (s *GlobalConf) GetRtmpServerKey() OptString
- func (s *GlobalConf) GetRtmpsAddress() OptString
- func (s *GlobalConf) GetRtpAddress() OptString
- func (s *GlobalConf) GetRtsp() OptBool
- func (s *GlobalConf) GetRtspAddress() OptString
- func (s *GlobalConf) GetRtspAuthMethods() []string
- func (s *GlobalConf) GetRtspEncryption() OptString
- func (s *GlobalConf) GetRtspServerCert() OptString
- func (s *GlobalConf) GetRtspServerKey() OptString
- func (s *GlobalConf) GetRtspTransports() []string
- func (s *GlobalConf) GetRtspsAddress() OptString
- func (s *GlobalConf) GetRunOnConnect() OptString
- func (s *GlobalConf) GetRunOnConnectRestart() OptBool
- func (s *GlobalConf) GetRunOnDisconnect() OptString
- func (s *GlobalConf) GetSrt() OptBool
- func (s *GlobalConf) GetSrtAddress() OptString
- func (s *GlobalConf) GetSrtcpAddress() OptString
- func (s *GlobalConf) GetSrtpAddress() OptString
- func (s *GlobalConf) GetSysLogPrefix() OptString
- func (s *GlobalConf) GetUdpMaxPayloadSize() OptInt
- func (s *GlobalConf) GetWebrtc() OptBool
- func (s *GlobalConf) GetWebrtcAdditionalHosts() []string
- func (s *GlobalConf) GetWebrtcAddress() OptString
- func (s *GlobalConf) GetWebrtcAllowOrigin() OptString
- func (s *GlobalConf) GetWebrtcEncryption() OptBool
- func (s *GlobalConf) GetWebrtcHandshakeTimeout() OptString
- func (s *GlobalConf) GetWebrtcICEServers2() []GlobalConfWebrtcICEServers2Item
- func (s *GlobalConf) GetWebrtcIPsFromInterfaces() OptBool
- func (s *GlobalConf) GetWebrtcIPsFromInterfacesList() []string
- func (s *GlobalConf) GetWebrtcLocalTCPAddress() OptString
- func (s *GlobalConf) GetWebrtcLocalUDPAddress() OptString
- func (s *GlobalConf) GetWebrtcSTUNGatherTimeout() OptString
- func (s *GlobalConf) GetWebrtcServerCert() OptString
- func (s *GlobalConf) GetWebrtcServerKey() OptString
- func (s *GlobalConf) GetWebrtcTrackGatherTimeout() OptString
- func (s *GlobalConf) GetWebrtcTrustedProxies() []string
- func (s *GlobalConf) GetWriteQueueSize() OptInt
- func (s *GlobalConf) GetWriteTimeout() OptString
- func (s *GlobalConf) MarshalJSON() ([]byte, error)
- func (s *GlobalConf) SetAPI(val OptBool)
- func (s *GlobalConf) SetApiAddress(val OptString)
- func (s *GlobalConf) SetApiAllowOrigin(val OptString)
- func (s *GlobalConf) SetApiEncryption(val OptBool)
- func (s *GlobalConf) SetApiServerCert(val OptString)
- func (s *GlobalConf) SetApiServerKey(val OptString)
- func (s *GlobalConf) SetApiTrustedProxies(val []string)
- func (s *GlobalConf) SetAuthHTTPAddress(val OptString)
- func (s *GlobalConf) SetAuthHTTPExclude(val []AuthInternalUserPermission)
- func (s *GlobalConf) SetAuthInternalUsers(val []AuthInternalUser)
- func (s *GlobalConf) SetAuthJWTClaimKey(val OptString)
- func (s *GlobalConf) SetAuthJWTExclude(val []AuthInternalUserPermission)
- func (s *GlobalConf) SetAuthJWTInHTTPQuery(val OptBool)
- func (s *GlobalConf) SetAuthJWTJWKS(val OptString)
- func (s *GlobalConf) SetAuthJWTJWKSFingerprint(val OptString)
- func (s *GlobalConf) SetAuthMethod(val OptString)
- func (s *GlobalConf) SetHls(val OptBool)
- func (s *GlobalConf) SetHlsAddress(val OptString)
- func (s *GlobalConf) SetHlsAllowOrigin(val OptString)
- func (s *GlobalConf) SetHlsAlwaysRemux(val OptBool)
- func (s *GlobalConf) SetHlsDirectory(val OptString)
- func (s *GlobalConf) SetHlsEncryption(val OptBool)
- func (s *GlobalConf) SetHlsMuxerCloseAfter(val OptString)
- func (s *GlobalConf) SetHlsPartDuration(val OptString)
- func (s *GlobalConf) SetHlsSegmentCount(val OptInt)
- func (s *GlobalConf) SetHlsSegmentDuration(val OptString)
- func (s *GlobalConf) SetHlsSegmentMaxSize(val OptString)
- func (s *GlobalConf) SetHlsServerCert(val OptString)
- func (s *GlobalConf) SetHlsServerKey(val OptString)
- func (s *GlobalConf) SetHlsTrustedProxies(val []string)
- func (s *GlobalConf) SetHlsVariant(val OptString)
- func (s *GlobalConf) SetLogDestinations(val []string)
- func (s *GlobalConf) SetLogFile(val OptString)
- func (s *GlobalConf) SetLogLevel(val OptString)
- func (s *GlobalConf) SetMetrics(val OptBool)
- func (s *GlobalConf) SetMetricsAddress(val OptString)
- func (s *GlobalConf) SetMetricsAllowOrigin(val OptString)
- func (s *GlobalConf) SetMetricsEncryption(val OptBool)
- func (s *GlobalConf) SetMetricsServerCert(val OptString)
- func (s *GlobalConf) SetMetricsServerKey(val OptString)
- func (s *GlobalConf) SetMetricsTrustedProxies(val []string)
- func (s *GlobalConf) SetMulticastIPRange(val OptString)
- func (s *GlobalConf) SetMulticastRTCPPort(val OptInt)
- func (s *GlobalConf) SetMulticastRTPPort(val OptInt)
- func (s *GlobalConf) SetMulticastSRTCPPort(val OptInt)
- func (s *GlobalConf) SetMulticastSRTPPort(val OptInt)
- func (s *GlobalConf) SetPlayback(val OptBool)
- func (s *GlobalConf) SetPlaybackAddress(val OptString)
- func (s *GlobalConf) SetPlaybackAllowOrigin(val OptString)
- func (s *GlobalConf) SetPlaybackEncryption(val OptBool)
- func (s *GlobalConf) SetPlaybackServerCert(val OptString)
- func (s *GlobalConf) SetPlaybackServerKey(val OptString)
- func (s *GlobalConf) SetPlaybackTrustedProxies(val []string)
- func (s *GlobalConf) SetPprof(val OptBool)
- func (s *GlobalConf) SetPprofAddress(val OptString)
- func (s *GlobalConf) SetPprofAllowOrigin(val OptString)
- func (s *GlobalConf) SetPprofEncryption(val OptBool)
- func (s *GlobalConf) SetPprofServerCert(val OptString)
- func (s *GlobalConf) SetPprofServerKey(val OptString)
- func (s *GlobalConf) SetPprofTrustedProxies(val []string)
- func (s *GlobalConf) SetReadTimeout(val OptString)
- func (s *GlobalConf) SetRtcpAddress(val OptString)
- func (s *GlobalConf) SetRtmp(val OptBool)
- func (s *GlobalConf) SetRtmpAddress(val OptString)
- func (s *GlobalConf) SetRtmpEncryption(val OptString)
- func (s *GlobalConf) SetRtmpServerCert(val OptString)
- func (s *GlobalConf) SetRtmpServerKey(val OptString)
- func (s *GlobalConf) SetRtmpsAddress(val OptString)
- func (s *GlobalConf) SetRtpAddress(val OptString)
- func (s *GlobalConf) SetRtsp(val OptBool)
- func (s *GlobalConf) SetRtspAddress(val OptString)
- func (s *GlobalConf) SetRtspAuthMethods(val []string)
- func (s *GlobalConf) SetRtspEncryption(val OptString)
- func (s *GlobalConf) SetRtspServerCert(val OptString)
- func (s *GlobalConf) SetRtspServerKey(val OptString)
- func (s *GlobalConf) SetRtspTransports(val []string)
- func (s *GlobalConf) SetRtspsAddress(val OptString)
- func (s *GlobalConf) SetRunOnConnect(val OptString)
- func (s *GlobalConf) SetRunOnConnectRestart(val OptBool)
- func (s *GlobalConf) SetRunOnDisconnect(val OptString)
- func (s *GlobalConf) SetSrt(val OptBool)
- func (s *GlobalConf) SetSrtAddress(val OptString)
- func (s *GlobalConf) SetSrtcpAddress(val OptString)
- func (s *GlobalConf) SetSrtpAddress(val OptString)
- func (s *GlobalConf) SetSysLogPrefix(val OptString)
- func (s *GlobalConf) SetUdpMaxPayloadSize(val OptInt)
- func (s *GlobalConf) SetWebrtc(val OptBool)
- func (s *GlobalConf) SetWebrtcAdditionalHosts(val []string)
- func (s *GlobalConf) SetWebrtcAddress(val OptString)
- func (s *GlobalConf) SetWebrtcAllowOrigin(val OptString)
- func (s *GlobalConf) SetWebrtcEncryption(val OptBool)
- func (s *GlobalConf) SetWebrtcHandshakeTimeout(val OptString)
- func (s *GlobalConf) SetWebrtcICEServers2(val []GlobalConfWebrtcICEServers2Item)
- func (s *GlobalConf) SetWebrtcIPsFromInterfaces(val OptBool)
- func (s *GlobalConf) SetWebrtcIPsFromInterfacesList(val []string)
- func (s *GlobalConf) SetWebrtcLocalTCPAddress(val OptString)
- func (s *GlobalConf) SetWebrtcLocalUDPAddress(val OptString)
- func (s *GlobalConf) SetWebrtcSTUNGatherTimeout(val OptString)
- func (s *GlobalConf) SetWebrtcServerCert(val OptString)
- func (s *GlobalConf) SetWebrtcServerKey(val OptString)
- func (s *GlobalConf) SetWebrtcTrackGatherTimeout(val OptString)
- func (s *GlobalConf) SetWebrtcTrustedProxies(val []string)
- func (s *GlobalConf) SetWriteQueueSize(val OptInt)
- func (s *GlobalConf) SetWriteTimeout(val OptString)
- func (s *GlobalConf) UnmarshalJSON(data []byte) error
- type GlobalConfWebrtcICEServers2Item
- func (s *GlobalConfWebrtcICEServers2Item) Decode(d *jx.Decoder) error
- func (s *GlobalConfWebrtcICEServers2Item) Encode(e *jx.Encoder)
- func (s *GlobalConfWebrtcICEServers2Item) GetClientOnly() OptBool
- func (s *GlobalConfWebrtcICEServers2Item) GetPassword() OptString
- func (s *GlobalConfWebrtcICEServers2Item) GetURL() OptString
- func (s *GlobalConfWebrtcICEServers2Item) GetUsername() OptString
- func (s *GlobalConfWebrtcICEServers2Item) MarshalJSON() ([]byte, error)
- func (s *GlobalConfWebrtcICEServers2Item) SetClientOnly(val OptBool)
- func (s *GlobalConfWebrtcICEServers2Item) SetPassword(val OptString)
- func (s *GlobalConfWebrtcICEServers2Item) SetURL(val OptString)
- func (s *GlobalConfWebrtcICEServers2Item) SetUsername(val OptString)
- func (s *GlobalConfWebrtcICEServers2Item) UnmarshalJSON(data []byte) error
- type HLSMuxer
- func (s *HLSMuxer) Decode(d *jx.Decoder) error
- func (s *HLSMuxer) Encode(e *jx.Encoder)
- func (s *HLSMuxer) GetBytesSent() OptInt64
- func (s *HLSMuxer) GetCreated() OptString
- func (s *HLSMuxer) GetLastRequest() OptString
- func (s *HLSMuxer) GetPath() OptString
- func (s *HLSMuxer) MarshalJSON() ([]byte, error)
- func (s *HLSMuxer) SetBytesSent(val OptInt64)
- func (s *HLSMuxer) SetCreated(val OptString)
- func (s *HLSMuxer) SetLastRequest(val OptString)
- func (s *HLSMuxer) SetPath(val OptString)
- func (s *HLSMuxer) UnmarshalJSON(data []byte) error
- type HLSMuxerList
- func (s *HLSMuxerList) Decode(d *jx.Decoder) error
- func (s *HLSMuxerList) Encode(e *jx.Encoder)
- func (s *HLSMuxerList) GetItemCount() OptInt
- func (s *HLSMuxerList) GetItems() []HLSMuxer
- func (s *HLSMuxerList) GetPageCount() OptInt
- func (s *HLSMuxerList) MarshalJSON() ([]byte, error)
- func (s *HLSMuxerList) SetItemCount(val OptInt)
- func (s *HLSMuxerList) SetItems(val []HLSMuxer)
- func (s *HLSMuxerList) SetPageCount(val OptInt)
- func (s *HLSMuxerList) UnmarshalJSON(data []byte) error
- type HlsMuxersGetBadRequest
- type HlsMuxersGetInternalServerError
- type HlsMuxersGetNotFound
- type HlsMuxersGetParams
- type HlsMuxersGetRes
- type HlsMuxersListBadRequest
- type HlsMuxersListInternalServerError
- type HlsMuxersListParams
- type HlsMuxersListRes
- type Invoker
- type OperationName
- type OptBool
- func (o *OptBool) Decode(d *jx.Decoder) error
- func (o OptBool) Encode(e *jx.Encoder)
- func (o OptBool) Get() (v bool, ok bool)
- func (o OptBool) IsSet() bool
- func (s OptBool) MarshalJSON() ([]byte, error)
- func (o OptBool) Or(d bool) bool
- func (o *OptBool) Reset()
- func (o *OptBool) SetTo(v bool)
- func (s *OptBool) UnmarshalJSON(data []byte) error
- type OptFloat64
- func (o *OptFloat64) Decode(d *jx.Decoder) error
- func (o OptFloat64) Encode(e *jx.Encoder)
- func (o OptFloat64) Get() (v float64, ok bool)
- func (o OptFloat64) IsSet() bool
- func (s OptFloat64) MarshalJSON() ([]byte, error)
- func (o OptFloat64) Or(d float64) float64
- func (o *OptFloat64) Reset()
- func (o *OptFloat64) SetTo(v float64)
- func (s *OptFloat64) UnmarshalJSON(data []byte) error
- type OptInt
- func (o *OptInt) Decode(d *jx.Decoder) error
- func (o OptInt) Encode(e *jx.Encoder)
- func (o OptInt) Get() (v int, ok bool)
- func (o OptInt) IsSet() bool
- func (s OptInt) MarshalJSON() ([]byte, error)
- func (o OptInt) Or(d int) int
- func (o *OptInt) Reset()
- func (o *OptInt) SetTo(v int)
- func (s *OptInt) UnmarshalJSON(data []byte) error
- type OptInt64
- func (o *OptInt64) Decode(d *jx.Decoder) error
- func (o OptInt64) Encode(e *jx.Encoder)
- func (o OptInt64) Get() (v int64, ok bool)
- func (o OptInt64) IsSet() bool
- func (s OptInt64) MarshalJSON() ([]byte, error)
- func (o OptInt64) Or(d int64) int64
- func (o *OptInt64) Reset()
- func (o *OptInt64) SetTo(v int64)
- func (s *OptInt64) UnmarshalJSON(data []byte) error
- type OptNilString
- func (o *OptNilString) Decode(d *jx.Decoder) error
- func (o OptNilString) Encode(e *jx.Encoder)
- func (o OptNilString) Get() (v string, ok bool)
- func (o OptNilString) IsNull() bool
- func (o OptNilString) IsSet() bool
- func (s OptNilString) MarshalJSON() ([]byte, error)
- func (o OptNilString) Or(d string) string
- func (o *OptNilString) Reset()
- func (o *OptNilString) SetTo(v string)
- func (o *OptNilString) SetToNull()
- func (s *OptNilString) UnmarshalJSON(data []byte) error
- type OptPathReaderType
- func (o *OptPathReaderType) Decode(d *jx.Decoder) error
- func (o OptPathReaderType) Encode(e *jx.Encoder)
- func (o OptPathReaderType) Get() (v PathReaderType, ok bool)
- func (o OptPathReaderType) IsSet() bool
- func (s OptPathReaderType) MarshalJSON() ([]byte, error)
- func (o OptPathReaderType) Or(d PathReaderType) PathReaderType
- func (o *OptPathReaderType) Reset()
- func (o *OptPathReaderType) SetTo(v PathReaderType)
- func (s *OptPathReaderType) UnmarshalJSON(data []byte) error
- type OptPathSource
- func (o *OptPathSource) Decode(d *jx.Decoder) error
- func (o OptPathSource) Encode(e *jx.Encoder)
- func (o OptPathSource) Get() (v PathSource, ok bool)
- func (o OptPathSource) IsSet() bool
- func (s OptPathSource) MarshalJSON() ([]byte, error)
- func (o OptPathSource) Or(d PathSource) PathSource
- func (o *OptPathSource) Reset()
- func (o *OptPathSource) SetTo(v PathSource)
- func (s *OptPathSource) UnmarshalJSON(data []byte) error
- type OptPathSourceType
- func (o *OptPathSourceType) Decode(d *jx.Decoder) error
- func (o OptPathSourceType) Encode(e *jx.Encoder)
- func (o OptPathSourceType) Get() (v PathSourceType, ok bool)
- func (o OptPathSourceType) IsSet() bool
- func (s OptPathSourceType) MarshalJSON() ([]byte, error)
- func (o OptPathSourceType) Or(d PathSourceType) PathSourceType
- func (o *OptPathSourceType) Reset()
- func (o *OptPathSourceType) SetTo(v PathSourceType)
- func (s *OptPathSourceType) UnmarshalJSON(data []byte) error
- type OptRTMPConnState
- func (o *OptRTMPConnState) Decode(d *jx.Decoder) error
- func (o OptRTMPConnState) Encode(e *jx.Encoder)
- func (o OptRTMPConnState) Get() (v RTMPConnState, ok bool)
- func (o OptRTMPConnState) IsSet() bool
- func (s OptRTMPConnState) MarshalJSON() ([]byte, error)
- func (o OptRTMPConnState) Or(d RTMPConnState) RTMPConnState
- func (o *OptRTMPConnState) Reset()
- func (o *OptRTMPConnState) SetTo(v RTMPConnState)
- func (s *OptRTMPConnState) UnmarshalJSON(data []byte) error
- type OptRTSPSessionState
- func (o *OptRTSPSessionState) Decode(d *jx.Decoder) error
- func (o OptRTSPSessionState) Encode(e *jx.Encoder)
- func (o OptRTSPSessionState) Get() (v RTSPSessionState, ok bool)
- func (o OptRTSPSessionState) IsSet() bool
- func (s OptRTSPSessionState) MarshalJSON() ([]byte, error)
- func (o OptRTSPSessionState) Or(d RTSPSessionState) RTSPSessionState
- func (o *OptRTSPSessionState) Reset()
- func (o *OptRTSPSessionState) SetTo(v RTSPSessionState)
- func (s *OptRTSPSessionState) UnmarshalJSON(data []byte) error
- type OptSRTConnState
- func (o *OptSRTConnState) Decode(d *jx.Decoder) error
- func (o OptSRTConnState) Encode(e *jx.Encoder)
- func (o OptSRTConnState) Get() (v SRTConnState, ok bool)
- func (o OptSRTConnState) IsSet() bool
- func (s OptSRTConnState) MarshalJSON() ([]byte, error)
- func (o OptSRTConnState) Or(d SRTConnState) SRTConnState
- func (o *OptSRTConnState) Reset()
- func (o *OptSRTConnState) SetTo(v SRTConnState)
- func (s *OptSRTConnState) UnmarshalJSON(data []byte) error
- type OptString
- func (o *OptString) Decode(d *jx.Decoder) error
- func (o OptString) Encode(e *jx.Encoder)
- func (o OptString) Get() (v string, ok bool)
- func (o OptString) IsSet() bool
- func (s OptString) MarshalJSON() ([]byte, error)
- func (o OptString) Or(d string) string
- func (o *OptString) Reset()
- func (o *OptString) SetTo(v string)
- func (s *OptString) UnmarshalJSON(data []byte) error
- type OptWebRTCSessionState
- func (o *OptWebRTCSessionState) Decode(d *jx.Decoder) error
- func (o OptWebRTCSessionState) Encode(e *jx.Encoder)
- func (o OptWebRTCSessionState) Get() (v WebRTCSessionState, ok bool)
- func (o OptWebRTCSessionState) IsSet() bool
- func (s OptWebRTCSessionState) MarshalJSON() ([]byte, error)
- func (o OptWebRTCSessionState) Or(d WebRTCSessionState) WebRTCSessionState
- func (o *OptWebRTCSessionState) Reset()
- func (o *OptWebRTCSessionState) SetTo(v WebRTCSessionState)
- func (s *OptWebRTCSessionState) UnmarshalJSON(data []byte) error
- type Option
- type Path
- func (s *Path) Decode(d *jx.Decoder) error
- func (s *Path) Encode(e *jx.Encoder)
- func (s *Path) GetBytesReceived() OptInt64
- func (s *Path) GetBytesSent() OptInt64
- func (s *Path) GetConfName() OptString
- func (s *Path) GetName() OptString
- func (s *Path) GetReaders() []PathReader
- func (s *Path) GetReady() OptBool
- func (s *Path) GetReadyTime() OptNilString
- func (s *Path) GetSource() OptPathSource
- func (s *Path) GetTracks() []string
- func (s *Path) MarshalJSON() ([]byte, error)
- func (s *Path) SetBytesReceived(val OptInt64)
- func (s *Path) SetBytesSent(val OptInt64)
- func (s *Path) SetConfName(val OptString)
- func (s *Path) SetName(val OptString)
- func (s *Path) SetReaders(val []PathReader)
- func (s *Path) SetReady(val OptBool)
- func (s *Path) SetReadyTime(val OptNilString)
- func (s *Path) SetSource(val OptPathSource)
- func (s *Path) SetTracks(val []string)
- func (s *Path) UnmarshalJSON(data []byte) error
- func (s *Path) Validate() error
- type PathConf
- func (s *PathConf) Decode(d *jx.Decoder) error
- func (s *PathConf) Encode(e *jx.Encoder)
- func (s *PathConf) GetFallback() OptString
- func (s *PathConf) GetMaxReaders() OptInt
- func (s *PathConf) GetName() OptString
- func (s *PathConf) GetOverridePublisher() OptBool
- func (s *PathConf) GetRecord() OptBool
- func (s *PathConf) GetRecordDeleteAfter() OptString
- func (s *PathConf) GetRecordFormat() OptString
- func (s *PathConf) GetRecordPartDuration() OptString
- func (s *PathConf) GetRecordPath() OptString
- func (s *PathConf) GetRecordSegmentDuration() OptString
- func (s *PathConf) GetRpiCameraAWB() OptString
- func (s *PathConf) GetRpiCameraAWBGains() []float64
- func (s *PathConf) GetRpiCameraAfMode() OptString
- func (s *PathConf) GetRpiCameraAfRange() OptString
- func (s *PathConf) GetRpiCameraAfSpeed() OptString
- func (s *PathConf) GetRpiCameraAfWindow() OptString
- func (s *PathConf) GetRpiCameraBitrate() OptInt
- func (s *PathConf) GetRpiCameraBrightness() OptFloat64
- func (s *PathConf) GetRpiCameraCamID() OptInt
- func (s *PathConf) GetRpiCameraCodec() OptString
- func (s *PathConf) GetRpiCameraContrast() OptFloat64
- func (s *PathConf) GetRpiCameraDenoise() OptString
- func (s *PathConf) GetRpiCameraEV() OptFloat64
- func (s *PathConf) GetRpiCameraExposure() OptString
- func (s *PathConf) GetRpiCameraFPS() OptFloat64
- func (s *PathConf) GetRpiCameraFlickerPeriod() OptInt
- func (s *PathConf) GetRpiCameraGain() OptFloat64
- func (s *PathConf) GetRpiCameraHDR() OptBool
- func (s *PathConf) GetRpiCameraHFlip() OptBool
- func (s *PathConf) GetRpiCameraHeight() OptInt
- func (s *PathConf) GetRpiCameraIDRPeriod() OptInt
- func (s *PathConf) GetRpiCameraJPEGQuality() OptInt
- func (s *PathConf) GetRpiCameraLensPosition() OptFloat64
- func (s *PathConf) GetRpiCameraLevel() OptString
- func (s *PathConf) GetRpiCameraMetering() OptString
- func (s *PathConf) GetRpiCameraMode() OptString
- func (s *PathConf) GetRpiCameraProfile() OptString
- func (s *PathConf) GetRpiCameraROI() OptString
- func (s *PathConf) GetRpiCameraSaturation() OptFloat64
- func (s *PathConf) GetRpiCameraSecondary() OptBool
- func (s *PathConf) GetRpiCameraSharpness() OptFloat64
- func (s *PathConf) GetRpiCameraShutter() OptInt
- func (s *PathConf) GetRpiCameraTextOverlay() OptString
- func (s *PathConf) GetRpiCameraTextOverlayEnable() OptBool
- func (s *PathConf) GetRpiCameraTuningFile() OptString
- func (s *PathConf) GetRpiCameraVFlip() OptBool
- func (s *PathConf) GetRpiCameraWidth() OptInt
- func (s *PathConf) GetRtspAnyPort() OptBool
- func (s *PathConf) GetRtspRangeStart() OptString
- func (s *PathConf) GetRtspRangeType() OptString
- func (s *PathConf) GetRtspTransport() OptString
- func (s *PathConf) GetRunOnDemand() OptString
- func (s *PathConf) GetRunOnDemandCloseAfter() OptString
- func (s *PathConf) GetRunOnDemandRestart() OptBool
- func (s *PathConf) GetRunOnDemandStartTimeout() OptString
- func (s *PathConf) GetRunOnInit() OptString
- func (s *PathConf) GetRunOnInitRestart() OptBool
- func (s *PathConf) GetRunOnNotReady() OptString
- func (s *PathConf) GetRunOnRead() OptString
- func (s *PathConf) GetRunOnReadRestart() OptBool
- func (s *PathConf) GetRunOnReady() OptString
- func (s *PathConf) GetRunOnReadyRestart() OptBool
- func (s *PathConf) GetRunOnRecordSegmentComplete() OptString
- func (s *PathConf) GetRunOnRecordSegmentCreate() OptString
- func (s *PathConf) GetRunOnUnDemand() OptString
- func (s *PathConf) GetRunOnUnread() OptString
- func (s *PathConf) GetSource() OptString
- func (s *PathConf) GetSourceFingerprint() OptString
- func (s *PathConf) GetSourceOnDemand() OptBool
- func (s *PathConf) GetSourceOnDemandCloseAfter() OptString
- func (s *PathConf) GetSourceOnDemandStartTimeout() OptString
- func (s *PathConf) GetSourceRedirect() OptString
- func (s *PathConf) GetSrtPublishPassphrase() OptString
- func (s *PathConf) GetSrtReadPassphrase() OptString
- func (s *PathConf) GetUseAbsoluteTimestamp() OptBool
- func (s *PathConf) MarshalJSON() ([]byte, error)
- func (s *PathConf) SetFallback(val OptString)
- func (s *PathConf) SetMaxReaders(val OptInt)
- func (s *PathConf) SetName(val OptString)
- func (s *PathConf) SetOverridePublisher(val OptBool)
- func (s *PathConf) SetRecord(val OptBool)
- func (s *PathConf) SetRecordDeleteAfter(val OptString)
- func (s *PathConf) SetRecordFormat(val OptString)
- func (s *PathConf) SetRecordPartDuration(val OptString)
- func (s *PathConf) SetRecordPath(val OptString)
- func (s *PathConf) SetRecordSegmentDuration(val OptString)
- func (s *PathConf) SetRpiCameraAWB(val OptString)
- func (s *PathConf) SetRpiCameraAWBGains(val []float64)
- func (s *PathConf) SetRpiCameraAfMode(val OptString)
- func (s *PathConf) SetRpiCameraAfRange(val OptString)
- func (s *PathConf) SetRpiCameraAfSpeed(val OptString)
- func (s *PathConf) SetRpiCameraAfWindow(val OptString)
- func (s *PathConf) SetRpiCameraBitrate(val OptInt)
- func (s *PathConf) SetRpiCameraBrightness(val OptFloat64)
- func (s *PathConf) SetRpiCameraCamID(val OptInt)
- func (s *PathConf) SetRpiCameraCodec(val OptString)
- func (s *PathConf) SetRpiCameraContrast(val OptFloat64)
- func (s *PathConf) SetRpiCameraDenoise(val OptString)
- func (s *PathConf) SetRpiCameraEV(val OptFloat64)
- func (s *PathConf) SetRpiCameraExposure(val OptString)
- func (s *PathConf) SetRpiCameraFPS(val OptFloat64)
- func (s *PathConf) SetRpiCameraFlickerPeriod(val OptInt)
- func (s *PathConf) SetRpiCameraGain(val OptFloat64)
- func (s *PathConf) SetRpiCameraHDR(val OptBool)
- func (s *PathConf) SetRpiCameraHFlip(val OptBool)
- func (s *PathConf) SetRpiCameraHeight(val OptInt)
- func (s *PathConf) SetRpiCameraIDRPeriod(val OptInt)
- func (s *PathConf) SetRpiCameraJPEGQuality(val OptInt)
- func (s *PathConf) SetRpiCameraLensPosition(val OptFloat64)
- func (s *PathConf) SetRpiCameraLevel(val OptString)
- func (s *PathConf) SetRpiCameraMetering(val OptString)
- func (s *PathConf) SetRpiCameraMode(val OptString)
- func (s *PathConf) SetRpiCameraProfile(val OptString)
- func (s *PathConf) SetRpiCameraROI(val OptString)
- func (s *PathConf) SetRpiCameraSaturation(val OptFloat64)
- func (s *PathConf) SetRpiCameraSecondary(val OptBool)
- func (s *PathConf) SetRpiCameraSharpness(val OptFloat64)
- func (s *PathConf) SetRpiCameraShutter(val OptInt)
- func (s *PathConf) SetRpiCameraTextOverlay(val OptString)
- func (s *PathConf) SetRpiCameraTextOverlayEnable(val OptBool)
- func (s *PathConf) SetRpiCameraTuningFile(val OptString)
- func (s *PathConf) SetRpiCameraVFlip(val OptBool)
- func (s *PathConf) SetRpiCameraWidth(val OptInt)
- func (s *PathConf) SetRtspAnyPort(val OptBool)
- func (s *PathConf) SetRtspRangeStart(val OptString)
- func (s *PathConf) SetRtspRangeType(val OptString)
- func (s *PathConf) SetRtspTransport(val OptString)
- func (s *PathConf) SetRunOnDemand(val OptString)
- func (s *PathConf) SetRunOnDemandCloseAfter(val OptString)
- func (s *PathConf) SetRunOnDemandRestart(val OptBool)
- func (s *PathConf) SetRunOnDemandStartTimeout(val OptString)
- func (s *PathConf) SetRunOnInit(val OptString)
- func (s *PathConf) SetRunOnInitRestart(val OptBool)
- func (s *PathConf) SetRunOnNotReady(val OptString)
- func (s *PathConf) SetRunOnRead(val OptString)
- func (s *PathConf) SetRunOnReadRestart(val OptBool)
- func (s *PathConf) SetRunOnReady(val OptString)
- func (s *PathConf) SetRunOnReadyRestart(val OptBool)
- func (s *PathConf) SetRunOnRecordSegmentComplete(val OptString)
- func (s *PathConf) SetRunOnRecordSegmentCreate(val OptString)
- func (s *PathConf) SetRunOnUnDemand(val OptString)
- func (s *PathConf) SetRunOnUnread(val OptString)
- func (s *PathConf) SetSource(val OptString)
- func (s *PathConf) SetSourceFingerprint(val OptString)
- func (s *PathConf) SetSourceOnDemand(val OptBool)
- func (s *PathConf) SetSourceOnDemandCloseAfter(val OptString)
- func (s *PathConf) SetSourceOnDemandStartTimeout(val OptString)
- func (s *PathConf) SetSourceRedirect(val OptString)
- func (s *PathConf) SetSrtPublishPassphrase(val OptString)
- func (s *PathConf) SetSrtReadPassphrase(val OptString)
- func (s *PathConf) SetUseAbsoluteTimestamp(val OptBool)
- func (s *PathConf) UnmarshalJSON(data []byte) error
- func (s *PathConf) Validate() error
- type PathConfList
- func (s *PathConfList) Decode(d *jx.Decoder) error
- func (s *PathConfList) Encode(e *jx.Encoder)
- func (s *PathConfList) GetItemCount() OptInt
- func (s *PathConfList) GetItems() []PathConf
- func (s *PathConfList) GetPageCount() OptInt
- func (s *PathConfList) MarshalJSON() ([]byte, error)
- func (s *PathConfList) SetItemCount(val OptInt)
- func (s *PathConfList) SetItems(val []PathConf)
- func (s *PathConfList) SetPageCount(val OptInt)
- func (s *PathConfList) UnmarshalJSON(data []byte) error
- func (s *PathConfList) Validate() error
- type PathList
- func (s *PathList) Decode(d *jx.Decoder) error
- func (s *PathList) Encode(e *jx.Encoder)
- func (s *PathList) GetItemCount() OptInt
- func (s *PathList) GetItems() []Path
- func (s *PathList) GetPageCount() OptInt
- func (s *PathList) MarshalJSON() ([]byte, error)
- func (s *PathList) SetItemCount(val OptInt)
- func (s *PathList) SetItems(val []Path)
- func (s *PathList) SetPageCount(val OptInt)
- func (s *PathList) UnmarshalJSON(data []byte) error
- func (s *PathList) Validate() error
- type PathReader
- func (s *PathReader) Decode(d *jx.Decoder) error
- func (s *PathReader) Encode(e *jx.Encoder)
- func (s *PathReader) GetID() OptString
- func (s *PathReader) GetType() OptPathReaderType
- func (s *PathReader) MarshalJSON() ([]byte, error)
- func (s *PathReader) SetID(val OptString)
- func (s *PathReader) SetType(val OptPathReaderType)
- func (s *PathReader) UnmarshalJSON(data []byte) error
- func (s *PathReader) Validate() error
- type PathReaderType
- func (PathReaderType) AllValues() []PathReaderType
- func (s *PathReaderType) Decode(d *jx.Decoder) error
- func (s PathReaderType) Encode(e *jx.Encoder)
- func (s PathReaderType) MarshalJSON() ([]byte, error)
- func (s PathReaderType) MarshalText() ([]byte, error)
- func (s *PathReaderType) UnmarshalJSON(data []byte) error
- func (s *PathReaderType) UnmarshalText(data []byte) error
- func (s PathReaderType) Validate() error
- type PathSource
- func (s *PathSource) Decode(d *jx.Decoder) error
- func (s *PathSource) Encode(e *jx.Encoder)
- func (s *PathSource) GetID() OptString
- func (s *PathSource) GetType() OptPathSourceType
- func (s *PathSource) MarshalJSON() ([]byte, error)
- func (s *PathSource) SetID(val OptString)
- func (s *PathSource) SetType(val OptPathSourceType)
- func (s *PathSource) UnmarshalJSON(data []byte) error
- func (s *PathSource) Validate() error
- type PathSourceType
- func (PathSourceType) AllValues() []PathSourceType
- func (s *PathSourceType) Decode(d *jx.Decoder) error
- func (s PathSourceType) Encode(e *jx.Encoder)
- func (s PathSourceType) MarshalJSON() ([]byte, error)
- func (s PathSourceType) MarshalText() ([]byte, error)
- func (s *PathSourceType) UnmarshalJSON(data []byte) error
- func (s *PathSourceType) UnmarshalText(data []byte) error
- func (s PathSourceType) Validate() error
- type PathsGetBadRequest
- type PathsGetInternalServerError
- type PathsGetNotFound
- type PathsGetParams
- type PathsGetRes
- type PathsListBadRequest
- type PathsListInternalServerError
- type PathsListParams
- type PathsListRes
- type RTMPConn
- func (s *RTMPConn) Decode(d *jx.Decoder) error
- func (s *RTMPConn) Encode(e *jx.Encoder)
- func (s *RTMPConn) GetBytesReceived() OptInt64
- func (s *RTMPConn) GetBytesSent() OptInt64
- func (s *RTMPConn) GetCreated() OptString
- func (s *RTMPConn) GetID() OptString
- func (s *RTMPConn) GetPath() OptString
- func (s *RTMPConn) GetQuery() OptString
- func (s *RTMPConn) GetRemoteAddr() OptString
- func (s *RTMPConn) GetState() OptRTMPConnState
- func (s *RTMPConn) MarshalJSON() ([]byte, error)
- func (s *RTMPConn) SetBytesReceived(val OptInt64)
- func (s *RTMPConn) SetBytesSent(val OptInt64)
- func (s *RTMPConn) SetCreated(val OptString)
- func (s *RTMPConn) SetID(val OptString)
- func (s *RTMPConn) SetPath(val OptString)
- func (s *RTMPConn) SetQuery(val OptString)
- func (s *RTMPConn) SetRemoteAddr(val OptString)
- func (s *RTMPConn) SetState(val OptRTMPConnState)
- func (s *RTMPConn) UnmarshalJSON(data []byte) error
- func (s *RTMPConn) Validate() error
- type RTMPConnList
- func (s *RTMPConnList) Decode(d *jx.Decoder) error
- func (s *RTMPConnList) Encode(e *jx.Encoder)
- func (s *RTMPConnList) GetItemCount() OptInt
- func (s *RTMPConnList) GetItems() []RTMPConn
- func (s *RTMPConnList) GetPageCount() OptInt
- func (s *RTMPConnList) MarshalJSON() ([]byte, error)
- func (s *RTMPConnList) SetItemCount(val OptInt)
- func (s *RTMPConnList) SetItems(val []RTMPConn)
- func (s *RTMPConnList) SetPageCount(val OptInt)
- func (s *RTMPConnList) UnmarshalJSON(data []byte) error
- func (s *RTMPConnList) Validate() error
- type RTMPConnState
- func (RTMPConnState) AllValues() []RTMPConnState
- func (s *RTMPConnState) Decode(d *jx.Decoder) error
- func (s RTMPConnState) Encode(e *jx.Encoder)
- func (s RTMPConnState) MarshalJSON() ([]byte, error)
- func (s RTMPConnState) MarshalText() ([]byte, error)
- func (s *RTMPConnState) UnmarshalJSON(data []byte) error
- func (s *RTMPConnState) UnmarshalText(data []byte) error
- func (s RTMPConnState) Validate() error
- type RTSPConn
- func (s *RTSPConn) Decode(d *jx.Decoder) error
- func (s *RTSPConn) Encode(e *jx.Encoder)
- func (s *RTSPConn) GetBytesReceived() OptInt64
- func (s *RTSPConn) GetBytesSent() OptInt64
- func (s *RTSPConn) GetCreated() OptString
- func (s *RTSPConn) GetID() OptString
- func (s *RTSPConn) GetRemoteAddr() OptString
- func (s *RTSPConn) GetSession() OptNilString
- func (s *RTSPConn) MarshalJSON() ([]byte, error)
- func (s *RTSPConn) SetBytesReceived(val OptInt64)
- func (s *RTSPConn) SetBytesSent(val OptInt64)
- func (s *RTSPConn) SetCreated(val OptString)
- func (s *RTSPConn) SetID(val OptString)
- func (s *RTSPConn) SetRemoteAddr(val OptString)
- func (s *RTSPConn) SetSession(val OptNilString)
- func (s *RTSPConn) UnmarshalJSON(data []byte) error
- type RTSPConnList
- func (s *RTSPConnList) Decode(d *jx.Decoder) error
- func (s *RTSPConnList) Encode(e *jx.Encoder)
- func (s *RTSPConnList) GetItemCount() OptInt
- func (s *RTSPConnList) GetItems() []RTSPConn
- func (s *RTSPConnList) GetPageCount() OptInt
- func (s *RTSPConnList) MarshalJSON() ([]byte, error)
- func (s *RTSPConnList) SetItemCount(val OptInt)
- func (s *RTSPConnList) SetItems(val []RTSPConn)
- func (s *RTSPConnList) SetPageCount(val OptInt)
- func (s *RTSPConnList) UnmarshalJSON(data []byte) error
- type RTSPSession
- func (s *RTSPSession) Decode(d *jx.Decoder) error
- func (s *RTSPSession) Encode(e *jx.Encoder)
- func (s *RTSPSession) GetBytesReceived() OptInt64
- func (s *RTSPSession) GetBytesSent() OptInt64
- func (s *RTSPSession) GetCreated() OptString
- func (s *RTSPSession) GetID() OptString
- func (s *RTSPSession) GetPath() OptString
- func (s *RTSPSession) GetQuery() OptString
- func (s *RTSPSession) GetRemoteAddr() OptString
- func (s *RTSPSession) GetRtcpPacketsInError() OptInt64
- func (s *RTSPSession) GetRtcpPacketsReceived() OptInt64
- func (s *RTSPSession) GetRtcpPacketsSent() OptInt64
- func (s *RTSPSession) GetRtpPacketsInError() OptInt64
- func (s *RTSPSession) GetRtpPacketsJitter() OptFloat64
- func (s *RTSPSession) GetRtpPacketsLost() OptInt64
- func (s *RTSPSession) GetRtpPacketsReceived() OptInt64
- func (s *RTSPSession) GetRtpPacketsSent() OptInt64
- func (s *RTSPSession) GetState() OptRTSPSessionState
- func (s *RTSPSession) GetTransport() OptNilString
- func (s *RTSPSession) MarshalJSON() ([]byte, error)
- func (s *RTSPSession) SetBytesReceived(val OptInt64)
- func (s *RTSPSession) SetBytesSent(val OptInt64)
- func (s *RTSPSession) SetCreated(val OptString)
- func (s *RTSPSession) SetID(val OptString)
- func (s *RTSPSession) SetPath(val OptString)
- func (s *RTSPSession) SetQuery(val OptString)
- func (s *RTSPSession) SetRemoteAddr(val OptString)
- func (s *RTSPSession) SetRtcpPacketsInError(val OptInt64)
- func (s *RTSPSession) SetRtcpPacketsReceived(val OptInt64)
- func (s *RTSPSession) SetRtcpPacketsSent(val OptInt64)
- func (s *RTSPSession) SetRtpPacketsInError(val OptInt64)
- func (s *RTSPSession) SetRtpPacketsJitter(val OptFloat64)
- func (s *RTSPSession) SetRtpPacketsLost(val OptInt64)
- func (s *RTSPSession) SetRtpPacketsReceived(val OptInt64)
- func (s *RTSPSession) SetRtpPacketsSent(val OptInt64)
- func (s *RTSPSession) SetState(val OptRTSPSessionState)
- func (s *RTSPSession) SetTransport(val OptNilString)
- func (s *RTSPSession) UnmarshalJSON(data []byte) error
- func (s *RTSPSession) Validate() error
- type RTSPSessionList
- func (s *RTSPSessionList) Decode(d *jx.Decoder) error
- func (s *RTSPSessionList) Encode(e *jx.Encoder)
- func (s *RTSPSessionList) GetItemCount() OptInt
- func (s *RTSPSessionList) GetItems() []RTSPSession
- func (s *RTSPSessionList) GetPageCount() OptInt
- func (s *RTSPSessionList) MarshalJSON() ([]byte, error)
- func (s *RTSPSessionList) SetItemCount(val OptInt)
- func (s *RTSPSessionList) SetItems(val []RTSPSession)
- func (s *RTSPSessionList) SetPageCount(val OptInt)
- func (s *RTSPSessionList) UnmarshalJSON(data []byte) error
- func (s *RTSPSessionList) Validate() error
- type RTSPSessionState
- func (RTSPSessionState) AllValues() []RTSPSessionState
- func (s *RTSPSessionState) Decode(d *jx.Decoder) error
- func (s RTSPSessionState) Encode(e *jx.Encoder)
- func (s RTSPSessionState) MarshalJSON() ([]byte, error)
- func (s RTSPSessionState) MarshalText() ([]byte, error)
- func (s *RTSPSessionState) UnmarshalJSON(data []byte) error
- func (s *RTSPSessionState) UnmarshalText(data []byte) error
- func (s RTSPSessionState) Validate() error
- type Recording
- func (s *Recording) Decode(d *jx.Decoder) error
- func (s *Recording) Encode(e *jx.Encoder)
- func (s *Recording) GetName() OptString
- func (s *Recording) GetSegments() []RecordingSegment
- func (s *Recording) MarshalJSON() ([]byte, error)
- func (s *Recording) SetName(val OptString)
- func (s *Recording) SetSegments(val []RecordingSegment)
- func (s *Recording) UnmarshalJSON(data []byte) error
- type RecordingList
- func (s *RecordingList) Decode(d *jx.Decoder) error
- func (s *RecordingList) Encode(e *jx.Encoder)
- func (s *RecordingList) GetItemCount() OptInt
- func (s *RecordingList) GetItems() []Recording
- func (s *RecordingList) GetPageCount() OptInt
- func (s *RecordingList) MarshalJSON() ([]byte, error)
- func (s *RecordingList) SetItemCount(val OptInt)
- func (s *RecordingList) SetItems(val []Recording)
- func (s *RecordingList) SetPageCount(val OptInt)
- func (s *RecordingList) UnmarshalJSON(data []byte) error
- type RecordingSegment
- func (s *RecordingSegment) Decode(d *jx.Decoder) error
- func (s *RecordingSegment) Encode(e *jx.Encoder)
- func (s *RecordingSegment) GetStart() OptString
- func (s *RecordingSegment) MarshalJSON() ([]byte, error)
- func (s *RecordingSegment) SetStart(val OptString)
- func (s *RecordingSegment) UnmarshalJSON(data []byte) error
- type RecordingsDeleteSegmentBadRequest
- type RecordingsDeleteSegmentInternalServerError
- func (s *RecordingsDeleteSegmentInternalServerError) Decode(d *jx.Decoder) error
- func (s *RecordingsDeleteSegmentInternalServerError) Encode(e *jx.Encoder)
- func (s *RecordingsDeleteSegmentInternalServerError) MarshalJSON() ([]byte, error)
- func (s *RecordingsDeleteSegmentInternalServerError) UnmarshalJSON(data []byte) error
- type RecordingsDeleteSegmentNotFound
- type RecordingsDeleteSegmentOK
- type RecordingsDeleteSegmentParams
- type RecordingsDeleteSegmentRes
- type RecordingsGetBadRequest
- type RecordingsGetInternalServerError
- type RecordingsGetNotFound
- type RecordingsGetParams
- type RecordingsGetRes
- type RecordingsListBadRequest
- type RecordingsListInternalServerError
- type RecordingsListParams
- type RecordingsListRes
- type RtmpConnectionsGetBadRequest
- type RtmpConnectionsGetInternalServerError
- func (s *RtmpConnectionsGetInternalServerError) Decode(d *jx.Decoder) error
- func (s *RtmpConnectionsGetInternalServerError) Encode(e *jx.Encoder)
- func (s *RtmpConnectionsGetInternalServerError) MarshalJSON() ([]byte, error)
- func (s *RtmpConnectionsGetInternalServerError) UnmarshalJSON(data []byte) error
- type RtmpConnectionsGetNotFound
- type RtmpConnectionsGetParams
- type RtmpConnectionsGetRes
- type RtmpConnsKickBadRequest
- type RtmpConnsKickInternalServerError
- type RtmpConnsKickNotFound
- type RtmpConnsKickOK
- type RtmpConnsKickParams
- type RtmpConnsKickRes
- type RtmpConnsListBadRequest
- type RtmpConnsListInternalServerError
- type RtmpConnsListParams
- type RtmpConnsListRes
- type RtmpsConnectionsGetBadRequest
- type RtmpsConnectionsGetInternalServerError
- func (s *RtmpsConnectionsGetInternalServerError) Decode(d *jx.Decoder) error
- func (s *RtmpsConnectionsGetInternalServerError) Encode(e *jx.Encoder)
- func (s *RtmpsConnectionsGetInternalServerError) MarshalJSON() ([]byte, error)
- func (s *RtmpsConnectionsGetInternalServerError) UnmarshalJSON(data []byte) error
- type RtmpsConnectionsGetNotFound
- type RtmpsConnectionsGetParams
- type RtmpsConnectionsGetRes
- type RtmpsConnsKickBadRequest
- type RtmpsConnsKickInternalServerError
- type RtmpsConnsKickNotFound
- type RtmpsConnsKickOK
- type RtmpsConnsKickParams
- type RtmpsConnsKickRes
- type RtmpsConnsListBadRequest
- type RtmpsConnsListInternalServerError
- type RtmpsConnsListParams
- type RtmpsConnsListRes
- type RtspConnsGetBadRequest
- type RtspConnsGetInternalServerError
- type RtspConnsGetNotFound
- type RtspConnsGetParams
- type RtspConnsGetRes
- type RtspConnsListBadRequest
- type RtspConnsListInternalServerError
- type RtspConnsListParams
- type RtspConnsListRes
- type RtspSessionsGetBadRequest
- type RtspSessionsGetInternalServerError
- type RtspSessionsGetNotFound
- type RtspSessionsGetParams
- type RtspSessionsGetRes
- type RtspSessionsKickBadRequest
- type RtspSessionsKickInternalServerError
- type RtspSessionsKickNotFound
- type RtspSessionsKickOK
- type RtspSessionsKickParams
- type RtspSessionsKickRes
- type RtspSessionsListBadRequest
- type RtspSessionsListInternalServerError
- type RtspSessionsListParams
- type RtspSessionsListRes
- type RtspsConnsGetBadRequest
- type RtspsConnsGetInternalServerError
- type RtspsConnsGetNotFound
- type RtspsConnsGetParams
- type RtspsConnsGetRes
- type RtspsConnsListBadRequest
- type RtspsConnsListInternalServerError
- type RtspsConnsListParams
- type RtspsConnsListRes
- type RtspsSessionsGetBadRequest
- type RtspsSessionsGetInternalServerError
- type RtspsSessionsGetNotFound
- type RtspsSessionsGetParams
- type RtspsSessionsGetRes
- type RtspsSessionsKickBadRequest
- type RtspsSessionsKickInternalServerError
- func (s *RtspsSessionsKickInternalServerError) Decode(d *jx.Decoder) error
- func (s *RtspsSessionsKickInternalServerError) Encode(e *jx.Encoder)
- func (s *RtspsSessionsKickInternalServerError) MarshalJSON() ([]byte, error)
- func (s *RtspsSessionsKickInternalServerError) UnmarshalJSON(data []byte) error
- type RtspsSessionsKickNotFound
- type RtspsSessionsKickOK
- type RtspsSessionsKickParams
- type RtspsSessionsKickRes
- type RtspsSessionsListBadRequest
- type RtspsSessionsListInternalServerError
- func (s *RtspsSessionsListInternalServerError) Decode(d *jx.Decoder) error
- func (s *RtspsSessionsListInternalServerError) Encode(e *jx.Encoder)
- func (s *RtspsSessionsListInternalServerError) MarshalJSON() ([]byte, error)
- func (s *RtspsSessionsListInternalServerError) UnmarshalJSON(data []byte) error
- type RtspsSessionsListParams
- type RtspsSessionsListRes
- type SRTConn
- func (s *SRTConn) Decode(d *jx.Decoder) error
- func (s *SRTConn) Encode(e *jx.Encoder)
- func (s *SRTConn) GetByteMSS() OptInt64
- func (s *SRTConn) GetBytesAvailReceiveBuf() OptInt64
- func (s *SRTConn) GetBytesAvailSendBuf() OptInt64
- func (s *SRTConn) GetBytesReceiveBuf() OptInt64
- func (s *SRTConn) GetBytesReceived() OptInt64
- func (s *SRTConn) GetBytesReceivedBelated() OptInt64
- func (s *SRTConn) GetBytesReceivedDrop() OptInt64
- func (s *SRTConn) GetBytesReceivedLoss() OptInt64
- func (s *SRTConn) GetBytesReceivedRetrans() OptInt64
- func (s *SRTConn) GetBytesReceivedUndecrypt() OptInt64
- func (s *SRTConn) GetBytesReceivedUnique() OptInt64
- func (s *SRTConn) GetBytesRetrans() OptInt64
- func (s *SRTConn) GetBytesSendBuf() OptInt64
- func (s *SRTConn) GetBytesSendDrop() OptInt64
- func (s *SRTConn) GetBytesSent() OptInt64
- func (s *SRTConn) GetBytesSentUnique() OptInt64
- func (s *SRTConn) GetCreated() OptString
- func (s *SRTConn) GetID() OptString
- func (s *SRTConn) GetMbpsLinkCapacity() OptFloat64
- func (s *SRTConn) GetMbpsMaxBW() OptFloat64
- func (s *SRTConn) GetMbpsReceiveRate() OptFloat64
- func (s *SRTConn) GetMbpsSendRate() OptFloat64
- func (s *SRTConn) GetMsRTT() OptFloat64
- func (s *SRTConn) GetMsReceiveBuf() OptInt64
- func (s *SRTConn) GetMsReceiveTsbPdDelay() OptInt64
- func (s *SRTConn) GetMsSendBuf() OptInt64
- func (s *SRTConn) GetMsSendTsbPdDelay() OptInt64
- func (s *SRTConn) GetPacketsFlightSize() OptInt64
- func (s *SRTConn) GetPacketsFlowWindow() OptInt64
- func (s *SRTConn) GetPacketsReceiveBuf() OptInt64
- func (s *SRTConn) GetPacketsReceived() OptInt64
- func (s *SRTConn) GetPacketsReceivedACK() OptInt64
- func (s *SRTConn) GetPacketsReceivedAvgBelatedTime() OptInt64
- func (s *SRTConn) GetPacketsReceivedBelated() OptInt64
- func (s *SRTConn) GetPacketsReceivedDrop() OptInt64
- func (s *SRTConn) GetPacketsReceivedKM() OptInt64
- func (s *SRTConn) GetPacketsReceivedLoss() OptInt64
- func (s *SRTConn) GetPacketsReceivedLossRate() OptFloat64
- func (s *SRTConn) GetPacketsReceivedNAK() OptInt64
- func (s *SRTConn) GetPacketsReceivedRetrans() OptInt64
- func (s *SRTConn) GetPacketsReceivedUndecrypt() OptInt64
- func (s *SRTConn) GetPacketsReceivedUnique() OptInt64
- func (s *SRTConn) GetPacketsReorderTolerance() OptInt64
- func (s *SRTConn) GetPacketsRetrans() OptInt64
- func (s *SRTConn) GetPacketsSendBuf() OptInt64
- func (s *SRTConn) GetPacketsSendDrop() OptInt64
- func (s *SRTConn) GetPacketsSendLoss() OptInt64
- func (s *SRTConn) GetPacketsSendLossRate() OptFloat64
- func (s *SRTConn) GetPacketsSent() OptInt64
- func (s *SRTConn) GetPacketsSentACK() OptInt64
- func (s *SRTConn) GetPacketsSentKM() OptInt64
- func (s *SRTConn) GetPacketsSentNAK() OptInt64
- func (s *SRTConn) GetPacketsSentUnique() OptInt64
- func (s *SRTConn) GetPath() OptString
- func (s *SRTConn) GetQuery() OptString
- func (s *SRTConn) GetRemoteAddr() OptString
- func (s *SRTConn) GetState() OptSRTConnState
- func (s *SRTConn) GetUsPacketsSendPeriod() OptFloat64
- func (s *SRTConn) GetUsSndDuration() OptInt64
- func (s *SRTConn) MarshalJSON() ([]byte, error)
- func (s *SRTConn) SetByteMSS(val OptInt64)
- func (s *SRTConn) SetBytesAvailReceiveBuf(val OptInt64)
- func (s *SRTConn) SetBytesAvailSendBuf(val OptInt64)
- func (s *SRTConn) SetBytesReceiveBuf(val OptInt64)
- func (s *SRTConn) SetBytesReceived(val OptInt64)
- func (s *SRTConn) SetBytesReceivedBelated(val OptInt64)
- func (s *SRTConn) SetBytesReceivedDrop(val OptInt64)
- func (s *SRTConn) SetBytesReceivedLoss(val OptInt64)
- func (s *SRTConn) SetBytesReceivedRetrans(val OptInt64)
- func (s *SRTConn) SetBytesReceivedUndecrypt(val OptInt64)
- func (s *SRTConn) SetBytesReceivedUnique(val OptInt64)
- func (s *SRTConn) SetBytesRetrans(val OptInt64)
- func (s *SRTConn) SetBytesSendBuf(val OptInt64)
- func (s *SRTConn) SetBytesSendDrop(val OptInt64)
- func (s *SRTConn) SetBytesSent(val OptInt64)
- func (s *SRTConn) SetBytesSentUnique(val OptInt64)
- func (s *SRTConn) SetCreated(val OptString)
- func (s *SRTConn) SetID(val OptString)
- func (s *SRTConn) SetMbpsLinkCapacity(val OptFloat64)
- func (s *SRTConn) SetMbpsMaxBW(val OptFloat64)
- func (s *SRTConn) SetMbpsReceiveRate(val OptFloat64)
- func (s *SRTConn) SetMbpsSendRate(val OptFloat64)
- func (s *SRTConn) SetMsRTT(val OptFloat64)
- func (s *SRTConn) SetMsReceiveBuf(val OptInt64)
- func (s *SRTConn) SetMsReceiveTsbPdDelay(val OptInt64)
- func (s *SRTConn) SetMsSendBuf(val OptInt64)
- func (s *SRTConn) SetMsSendTsbPdDelay(val OptInt64)
- func (s *SRTConn) SetPacketsFlightSize(val OptInt64)
- func (s *SRTConn) SetPacketsFlowWindow(val OptInt64)
- func (s *SRTConn) SetPacketsReceiveBuf(val OptInt64)
- func (s *SRTConn) SetPacketsReceived(val OptInt64)
- func (s *SRTConn) SetPacketsReceivedACK(val OptInt64)
- func (s *SRTConn) SetPacketsReceivedAvgBelatedTime(val OptInt64)
- func (s *SRTConn) SetPacketsReceivedBelated(val OptInt64)
- func (s *SRTConn) SetPacketsReceivedDrop(val OptInt64)
- func (s *SRTConn) SetPacketsReceivedKM(val OptInt64)
- func (s *SRTConn) SetPacketsReceivedLoss(val OptInt64)
- func (s *SRTConn) SetPacketsReceivedLossRate(val OptFloat64)
- func (s *SRTConn) SetPacketsReceivedNAK(val OptInt64)
- func (s *SRTConn) SetPacketsReceivedRetrans(val OptInt64)
- func (s *SRTConn) SetPacketsReceivedUndecrypt(val OptInt64)
- func (s *SRTConn) SetPacketsReceivedUnique(val OptInt64)
- func (s *SRTConn) SetPacketsReorderTolerance(val OptInt64)
- func (s *SRTConn) SetPacketsRetrans(val OptInt64)
- func (s *SRTConn) SetPacketsSendBuf(val OptInt64)
- func (s *SRTConn) SetPacketsSendDrop(val OptInt64)
- func (s *SRTConn) SetPacketsSendLoss(val OptInt64)
- func (s *SRTConn) SetPacketsSendLossRate(val OptFloat64)
- func (s *SRTConn) SetPacketsSent(val OptInt64)
- func (s *SRTConn) SetPacketsSentACK(val OptInt64)
- func (s *SRTConn) SetPacketsSentKM(val OptInt64)
- func (s *SRTConn) SetPacketsSentNAK(val OptInt64)
- func (s *SRTConn) SetPacketsSentUnique(val OptInt64)
- func (s *SRTConn) SetPath(val OptString)
- func (s *SRTConn) SetQuery(val OptString)
- func (s *SRTConn) SetRemoteAddr(val OptString)
- func (s *SRTConn) SetState(val OptSRTConnState)
- func (s *SRTConn) SetUsPacketsSendPeriod(val OptFloat64)
- func (s *SRTConn) SetUsSndDuration(val OptInt64)
- func (s *SRTConn) UnmarshalJSON(data []byte) error
- func (s *SRTConn) Validate() error
- type SRTConnList
- func (s *SRTConnList) Decode(d *jx.Decoder) error
- func (s *SRTConnList) Encode(e *jx.Encoder)
- func (s *SRTConnList) GetItemCount() OptInt
- func (s *SRTConnList) GetItems() []SRTConn
- func (s *SRTConnList) GetPageCount() OptInt
- func (s *SRTConnList) MarshalJSON() ([]byte, error)
- func (s *SRTConnList) SetItemCount(val OptInt)
- func (s *SRTConnList) SetItems(val []SRTConn)
- func (s *SRTConnList) SetPageCount(val OptInt)
- func (s *SRTConnList) UnmarshalJSON(data []byte) error
- func (s *SRTConnList) Validate() error
- type SRTConnState
- func (SRTConnState) AllValues() []SRTConnState
- func (s *SRTConnState) Decode(d *jx.Decoder) error
- func (s SRTConnState) Encode(e *jx.Encoder)
- func (s SRTConnState) MarshalJSON() ([]byte, error)
- func (s SRTConnState) MarshalText() ([]byte, error)
- func (s *SRTConnState) UnmarshalJSON(data []byte) error
- func (s *SRTConnState) UnmarshalText(data []byte) error
- func (s SRTConnState) Validate() error
- type SrtConnsGetBadRequest
- type SrtConnsGetInternalServerError
- type SrtConnsGetNotFound
- type SrtConnsGetParams
- type SrtConnsGetRes
- type SrtConnsKickBadRequest
- type SrtConnsKickInternalServerError
- type SrtConnsKickNotFound
- type SrtConnsKickOK
- type SrtConnsKickParams
- type SrtConnsKickRes
- type SrtConnsListBadRequest
- type SrtConnsListInternalServerError
- type SrtConnsListParams
- type SrtConnsListRes
- type WebRTCSession
- func (s *WebRTCSession) Decode(d *jx.Decoder) error
- func (s *WebRTCSession) Encode(e *jx.Encoder)
- func (s *WebRTCSession) GetBytesReceived() OptInt64
- func (s *WebRTCSession) GetBytesSent() OptInt64
- func (s *WebRTCSession) GetCreated() OptString
- func (s *WebRTCSession) GetID() OptString
- func (s *WebRTCSession) GetLocalCandidate() OptString
- func (s *WebRTCSession) GetPath() OptString
- func (s *WebRTCSession) GetPeerConnectionEstablished() OptBool
- func (s *WebRTCSession) GetQuery() OptString
- func (s *WebRTCSession) GetRemoteAddr() OptString
- func (s *WebRTCSession) GetRemoteCandidate() OptString
- func (s *WebRTCSession) GetState() OptWebRTCSessionState
- func (s *WebRTCSession) MarshalJSON() ([]byte, error)
- func (s *WebRTCSession) SetBytesReceived(val OptInt64)
- func (s *WebRTCSession) SetBytesSent(val OptInt64)
- func (s *WebRTCSession) SetCreated(val OptString)
- func (s *WebRTCSession) SetID(val OptString)
- func (s *WebRTCSession) SetLocalCandidate(val OptString)
- func (s *WebRTCSession) SetPath(val OptString)
- func (s *WebRTCSession) SetPeerConnectionEstablished(val OptBool)
- func (s *WebRTCSession) SetQuery(val OptString)
- func (s *WebRTCSession) SetRemoteAddr(val OptString)
- func (s *WebRTCSession) SetRemoteCandidate(val OptString)
- func (s *WebRTCSession) SetState(val OptWebRTCSessionState)
- func (s *WebRTCSession) UnmarshalJSON(data []byte) error
- func (s *WebRTCSession) Validate() error
- type WebRTCSessionList
- func (s *WebRTCSessionList) Decode(d *jx.Decoder) error
- func (s *WebRTCSessionList) Encode(e *jx.Encoder)
- func (s *WebRTCSessionList) GetItemCount() OptInt
- func (s *WebRTCSessionList) GetItems() []WebRTCSession
- func (s *WebRTCSessionList) GetPageCount() OptInt
- func (s *WebRTCSessionList) MarshalJSON() ([]byte, error)
- func (s *WebRTCSessionList) SetItemCount(val OptInt)
- func (s *WebRTCSessionList) SetItems(val []WebRTCSession)
- func (s *WebRTCSessionList) SetPageCount(val OptInt)
- func (s *WebRTCSessionList) UnmarshalJSON(data []byte) error
- func (s *WebRTCSessionList) Validate() error
- type WebRTCSessionState
- func (WebRTCSessionState) AllValues() []WebRTCSessionState
- func (s *WebRTCSessionState) Decode(d *jx.Decoder) error
- func (s WebRTCSessionState) Encode(e *jx.Encoder)
- func (s WebRTCSessionState) MarshalJSON() ([]byte, error)
- func (s WebRTCSessionState) MarshalText() ([]byte, error)
- func (s *WebRTCSessionState) UnmarshalJSON(data []byte) error
- func (s *WebRTCSessionState) UnmarshalText(data []byte) error
- func (s WebRTCSessionState) Validate() error
- type WebrtcSessionsGetBadRequest
- type WebrtcSessionsGetInternalServerError
- func (s *WebrtcSessionsGetInternalServerError) Decode(d *jx.Decoder) error
- func (s *WebrtcSessionsGetInternalServerError) Encode(e *jx.Encoder)
- func (s *WebrtcSessionsGetInternalServerError) MarshalJSON() ([]byte, error)
- func (s *WebrtcSessionsGetInternalServerError) UnmarshalJSON(data []byte) error
- type WebrtcSessionsGetNotFound
- type WebrtcSessionsGetParams
- type WebrtcSessionsGetRes
- type WebrtcSessionsKickBadRequest
- type WebrtcSessionsKickInternalServerError
- func (s *WebrtcSessionsKickInternalServerError) Decode(d *jx.Decoder) error
- func (s *WebrtcSessionsKickInternalServerError) Encode(e *jx.Encoder)
- func (s *WebrtcSessionsKickInternalServerError) MarshalJSON() ([]byte, error)
- func (s *WebrtcSessionsKickInternalServerError) UnmarshalJSON(data []byte) error
- type WebrtcSessionsKickNotFound
- type WebrtcSessionsKickOK
- type WebrtcSessionsKickParams
- type WebrtcSessionsKickRes
- type WebrtcSessionsListBadRequest
- type WebrtcSessionsListInternalServerError
- func (s *WebrtcSessionsListInternalServerError) Decode(d *jx.Decoder) error
- func (s *WebrtcSessionsListInternalServerError) Encode(e *jx.Encoder)
- func (s *WebrtcSessionsListInternalServerError) MarshalJSON() ([]byte, error)
- func (s *WebrtcSessionsListInternalServerError) UnmarshalJSON(data []byte) error
- type WebrtcSessionsListParams
- type WebrtcSessionsListRes
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthInternalUser ¶
type AuthInternalUser struct { User OptString `json:"user"` Pass OptString `json:"pass"` Ips []string `json:"ips"` Permissions []AuthInternalUserPermission `json:"permissions"` }
Ref: #/components/schemas/AuthInternalUser
func (*AuthInternalUser) Decode ¶
func (s *AuthInternalUser) Decode(d *jx.Decoder) error
Decode decodes AuthInternalUser from json.
func (*AuthInternalUser) Encode ¶
func (s *AuthInternalUser) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*AuthInternalUser) GetIps ¶
func (s *AuthInternalUser) GetIps() []string
GetIps returns the value of Ips.
func (*AuthInternalUser) GetPass ¶
func (s *AuthInternalUser) GetPass() OptString
GetPass returns the value of Pass.
func (*AuthInternalUser) GetPermissions ¶
func (s *AuthInternalUser) GetPermissions() []AuthInternalUserPermission
GetPermissions returns the value of Permissions.
func (*AuthInternalUser) GetUser ¶
func (s *AuthInternalUser) GetUser() OptString
GetUser returns the value of User.
func (*AuthInternalUser) MarshalJSON ¶
func (s *AuthInternalUser) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*AuthInternalUser) SetIps ¶
func (s *AuthInternalUser) SetIps(val []string)
SetIps sets the value of Ips.
func (*AuthInternalUser) SetPass ¶
func (s *AuthInternalUser) SetPass(val OptString)
SetPass sets the value of Pass.
func (*AuthInternalUser) SetPermissions ¶
func (s *AuthInternalUser) SetPermissions(val []AuthInternalUserPermission)
SetPermissions sets the value of Permissions.
func (*AuthInternalUser) SetUser ¶
func (s *AuthInternalUser) SetUser(val OptString)
SetUser sets the value of User.
func (*AuthInternalUser) UnmarshalJSON ¶
func (s *AuthInternalUser) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type AuthInternalUserPermission ¶
type AuthInternalUserPermission struct { Action OptString `json:"action"` Path OptString `json:"path"` }
Ref: #/components/schemas/AuthInternalUserPermission
func (*AuthInternalUserPermission) Decode ¶
func (s *AuthInternalUserPermission) Decode(d *jx.Decoder) error
Decode decodes AuthInternalUserPermission from json.
func (*AuthInternalUserPermission) Encode ¶
func (s *AuthInternalUserPermission) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*AuthInternalUserPermission) GetAction ¶
func (s *AuthInternalUserPermission) GetAction() OptString
GetAction returns the value of Action.
func (*AuthInternalUserPermission) GetPath ¶
func (s *AuthInternalUserPermission) GetPath() OptString
GetPath returns the value of Path.
func (*AuthInternalUserPermission) MarshalJSON ¶
func (s *AuthInternalUserPermission) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*AuthInternalUserPermission) SetAction ¶
func (s *AuthInternalUserPermission) SetAction(val OptString)
SetAction sets the value of Action.
func (*AuthInternalUserPermission) SetPath ¶
func (s *AuthInternalUserPermission) SetPath(val OptString)
SetPath sets the value of Path.
func (*AuthInternalUserPermission) UnmarshalJSON ¶
func (s *AuthInternalUserPermission) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type AuthJwksRefreshOK ¶
type AuthJwksRefreshOK struct{}
AuthJwksRefreshOK is response for AuthJwksRefresh operation.
type AuthJwksRefreshRes ¶
type AuthJwksRefreshRes interface {
// contains filtered or unexported methods
}
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements OAS client.
func NewClient ¶
func NewClient(serverURL string, opts ...ClientOption) (*Client, error)
NewClient initializes new Client defined by OAS.
func (*Client) AuthJwksRefresh ¶
func (c *Client) AuthJwksRefresh(ctx context.Context) (AuthJwksRefreshRes, error)
AuthJwksRefresh invokes authJwksRefresh operation.
Manually refreshes the JWT JWKS.
POST /v3/auth/jwks/refresh
func (*Client) ConfigGlobalGet ¶
func (c *Client) ConfigGlobalGet(ctx context.Context) (ConfigGlobalGetRes, error)
ConfigGlobalGet invokes configGlobalGet operation.
Returns the global configuration.
GET /v3/config/global/get
func (*Client) ConfigGlobalSet ¶
func (c *Client) ConfigGlobalSet(ctx context.Context, request *GlobalConf) (ConfigGlobalSetRes, error)
ConfigGlobalSet invokes configGlobalSet operation.
All fields are optional.
PATCH /v3/config/global/patch
func (*Client) ConfigPathDefaultsGet ¶
func (c *Client) ConfigPathDefaultsGet(ctx context.Context) (ConfigPathDefaultsGetRes, error)
ConfigPathDefaultsGet invokes configPathDefaultsGet operation.
Returns the default path configuration.
GET /v3/config/pathdefaults/get
func (*Client) ConfigPathDefaultsPatch ¶
func (c *Client) ConfigPathDefaultsPatch(ctx context.Context, request *PathConf) (ConfigPathDefaultsPatchRes, error)
ConfigPathDefaultsPatch invokes configPathDefaultsPatch operation.
All fields are optional.
PATCH /v3/config/pathdefaults/patch
func (*Client) ConfigPathsAdd ¶
func (c *Client) ConfigPathsAdd(ctx context.Context, request *PathConf, params ConfigPathsAddParams) (ConfigPathsAddRes, error)
ConfigPathsAdd invokes configPathsAdd operation.
All fields are optional.
POST /v3/config/paths/add/{name}
func (*Client) ConfigPathsDelete ¶
func (c *Client) ConfigPathsDelete(ctx context.Context, params ConfigPathsDeleteParams) (ConfigPathsDeleteRes, error)
ConfigPathsDelete invokes configPathsDelete operation.
Removes a path configuration.
DELETE /v3/config/paths/delete/{name}
func (*Client) ConfigPathsGet ¶
func (c *Client) ConfigPathsGet(ctx context.Context, params ConfigPathsGetParams) (ConfigPathsGetRes, error)
ConfigPathsGet invokes configPathsGet operation.
Returns a path configuration.
GET /v3/config/paths/get/{name}
func (*Client) ConfigPathsList ¶
func (c *Client) ConfigPathsList(ctx context.Context, params ConfigPathsListParams) (ConfigPathsListRes, error)
ConfigPathsList invokes configPathsList operation.
Returns all path configurations.
GET /v3/config/paths/list
func (*Client) ConfigPathsPatch ¶
func (c *Client) ConfigPathsPatch(ctx context.Context, request *PathConf, params ConfigPathsPatchParams) (ConfigPathsPatchRes, error)
ConfigPathsPatch invokes configPathsPatch operation.
All fields are optional.
PATCH /v3/config/paths/patch/{name}
func (*Client) ConfigPathsReplace ¶
func (c *Client) ConfigPathsReplace(ctx context.Context, request *PathConf, params ConfigPathsReplaceParams) (ConfigPathsReplaceRes, error)
ConfigPathsReplace invokes configPathsReplace operation.
All fields are optional.
POST /v3/config/paths/replace/{name}
func (*Client) HlsMuxersGet ¶
func (c *Client) HlsMuxersGet(ctx context.Context, params HlsMuxersGetParams) (HlsMuxersGetRes, error)
HlsMuxersGet invokes hlsMuxersGet operation.
Returns a HLS muxer.
GET /v3/hlsmuxers/get/{name}
func (*Client) HlsMuxersList ¶
func (c *Client) HlsMuxersList(ctx context.Context, params HlsMuxersListParams) (HlsMuxersListRes, error)
HlsMuxersList invokes hlsMuxersList operation.
Returns all HLS muxers.
GET /v3/hlsmuxers/list
func (*Client) PathsGet ¶
func (c *Client) PathsGet(ctx context.Context, params PathsGetParams) (PathsGetRes, error)
PathsGet invokes pathsGet operation.
Returns a path.
GET /v3/paths/get/{name}
func (*Client) PathsList ¶
func (c *Client) PathsList(ctx context.Context, params PathsListParams) (PathsListRes, error)
PathsList invokes pathsList operation.
Returns all paths.
GET /v3/paths/list
func (*Client) RecordingsDeleteSegment ¶
func (c *Client) RecordingsDeleteSegment(ctx context.Context, params RecordingsDeleteSegmentParams) (RecordingsDeleteSegmentRes, error)
RecordingsDeleteSegment invokes recordingsDeleteSegment operation.
Deletes a recording segment.
DELETE /v3/recordings/deletesegment
func (*Client) RecordingsGet ¶
func (c *Client) RecordingsGet(ctx context.Context, params RecordingsGetParams) (RecordingsGetRes, error)
RecordingsGet invokes recordingsGet operation.
Returns recordings for a path.
GET /v3/recordings/get/{name}
func (*Client) RecordingsList ¶
func (c *Client) RecordingsList(ctx context.Context, params RecordingsListParams) (RecordingsListRes, error)
RecordingsList invokes recordingsList operation.
Returns all recordings.
GET /v3/recordings/list
func (*Client) RtmpConnectionsGet ¶
func (c *Client) RtmpConnectionsGet(ctx context.Context, params RtmpConnectionsGetParams) (RtmpConnectionsGetRes, error)
RtmpConnectionsGet invokes rtmpConnectionsGet operation.
Returns a RTMP connection.
GET /v3/rtmpconns/get/{id}
func (*Client) RtmpConnsKick ¶
func (c *Client) RtmpConnsKick(ctx context.Context, params RtmpConnsKickParams) (RtmpConnsKickRes, error)
RtmpConnsKick invokes rtmpConnsKick operation.
Kicks out a RTMP connection from the server.
POST /v3/rtmpconns/kick/{id}
func (*Client) RtmpConnsList ¶
func (c *Client) RtmpConnsList(ctx context.Context, params RtmpConnsListParams) (RtmpConnsListRes, error)
RtmpConnsList invokes rtmpConnsList operation.
Returns all RTMP connections.
GET /v3/rtmpconns/list
func (*Client) RtmpsConnectionsGet ¶
func (c *Client) RtmpsConnectionsGet(ctx context.Context, params RtmpsConnectionsGetParams) (RtmpsConnectionsGetRes, error)
RtmpsConnectionsGet invokes rtmpsConnectionsGet operation.
Returns a RTMPS connection.
GET /v3/rtmpsconns/get/{id}
func (*Client) RtmpsConnsKick ¶
func (c *Client) RtmpsConnsKick(ctx context.Context, params RtmpsConnsKickParams) (RtmpsConnsKickRes, error)
RtmpsConnsKick invokes rtmpsConnsKick operation.
Kicks out a RTMPS connection from the server.
POST /v3/rtmpsconns/kick/{id}
func (*Client) RtmpsConnsList ¶
func (c *Client) RtmpsConnsList(ctx context.Context, params RtmpsConnsListParams) (RtmpsConnsListRes, error)
RtmpsConnsList invokes rtmpsConnsList operation.
Returns all RTMPS connections.
GET /v3/rtmpsconns/list
func (*Client) RtspConnsGet ¶
func (c *Client) RtspConnsGet(ctx context.Context, params RtspConnsGetParams) (RtspConnsGetRes, error)
RtspConnsGet invokes rtspConnsGet operation.
Returns a RTSP connection.
GET /v3/rtspconns/get/{id}
func (*Client) RtspConnsList ¶
func (c *Client) RtspConnsList(ctx context.Context, params RtspConnsListParams) (RtspConnsListRes, error)
RtspConnsList invokes rtspConnsList operation.
Returns all RTSP connections.
GET /v3/rtspconns/list
func (*Client) RtspSessionsGet ¶
func (c *Client) RtspSessionsGet(ctx context.Context, params RtspSessionsGetParams) (RtspSessionsGetRes, error)
RtspSessionsGet invokes rtspSessionsGet operation.
Returns a RTSP session.
GET /v3/rtspsessions/get/{id}
func (*Client) RtspSessionsKick ¶
func (c *Client) RtspSessionsKick(ctx context.Context, params RtspSessionsKickParams) (RtspSessionsKickRes, error)
RtspSessionsKick invokes rtspSessionsKick operation.
Kicks out a RTSP session from the server.
POST /v3/rtspsessions/kick/{id}
func (*Client) RtspSessionsList ¶
func (c *Client) RtspSessionsList(ctx context.Context, params RtspSessionsListParams) (RtspSessionsListRes, error)
RtspSessionsList invokes rtspSessionsList operation.
Returns all RTSP sessions.
GET /v3/rtspsessions/list
func (*Client) RtspsConnsGet ¶
func (c *Client) RtspsConnsGet(ctx context.Context, params RtspsConnsGetParams) (RtspsConnsGetRes, error)
RtspsConnsGet invokes rtspsConnsGet operation.
Returns a RTSPS connection.
GET /v3/rtspsconns/get/{id}
func (*Client) RtspsConnsList ¶
func (c *Client) RtspsConnsList(ctx context.Context, params RtspsConnsListParams) (RtspsConnsListRes, error)
RtspsConnsList invokes rtspsConnsList operation.
Returns all RTSPS connections.
GET /v3/rtspsconns/list
func (*Client) RtspsSessionsGet ¶
func (c *Client) RtspsSessionsGet(ctx context.Context, params RtspsSessionsGetParams) (RtspsSessionsGetRes, error)
RtspsSessionsGet invokes rtspsSessionsGet operation.
Returns a RTSPS session.
GET /v3/rtspssessions/get/{id}
func (*Client) RtspsSessionsKick ¶
func (c *Client) RtspsSessionsKick(ctx context.Context, params RtspsSessionsKickParams) (RtspsSessionsKickRes, error)
RtspsSessionsKick invokes rtspsSessionsKick operation.
Kicks out a RTSPS session from the server.
POST /v3/rtspssessions/kick/{id}
func (*Client) RtspsSessionsList ¶
func (c *Client) RtspsSessionsList(ctx context.Context, params RtspsSessionsListParams) (RtspsSessionsListRes, error)
RtspsSessionsList invokes rtspsSessionsList operation.
Returns all RTSPS sessions.
GET /v3/rtspssessions/list
func (*Client) SrtConnsGet ¶
func (c *Client) SrtConnsGet(ctx context.Context, params SrtConnsGetParams) (SrtConnsGetRes, error)
SrtConnsGet invokes srtConnsGet operation.
Returns a SRT connection.
GET /v3/srtconns/get/{id}
func (*Client) SrtConnsKick ¶
func (c *Client) SrtConnsKick(ctx context.Context, params SrtConnsKickParams) (SrtConnsKickRes, error)
SrtConnsKick invokes srtConnsKick operation.
Kicks out a SRT connection from the server.
POST /v3/srtconns/kick/{id}
func (*Client) SrtConnsList ¶
func (c *Client) SrtConnsList(ctx context.Context, params SrtConnsListParams) (SrtConnsListRes, error)
SrtConnsList invokes srtConnsList operation.
Returns all SRT connections.
GET /v3/srtconns/list
func (*Client) WebrtcSessionsGet ¶
func (c *Client) WebrtcSessionsGet(ctx context.Context, params WebrtcSessionsGetParams) (WebrtcSessionsGetRes, error)
WebrtcSessionsGet invokes webrtcSessionsGet operation.
Returns a WebRTC session.
GET /v3/webrtcsessions/get/{id}
func (*Client) WebrtcSessionsKick ¶
func (c *Client) WebrtcSessionsKick(ctx context.Context, params WebrtcSessionsKickParams) (WebrtcSessionsKickRes, error)
WebrtcSessionsKick invokes webrtcSessionsKick operation.
Kicks out a WebRTC session from the server.
POST /v3/webrtcsessions/kick/{id}
func (*Client) WebrtcSessionsList ¶
func (c *Client) WebrtcSessionsList(ctx context.Context, params WebrtcSessionsListParams) (WebrtcSessionsListRes, error)
WebrtcSessionsList invokes webrtcSessionsList operation.
Returns all WebRTC sessions.
GET /v3/webrtcsessions/list
type ClientOption ¶
type ClientOption interface {
// contains filtered or unexported methods
}
ClientOption is client config option.
func WithClient ¶
func WithClient(client ht.Client) ClientOption
WithClient specifies http client to use.
type ConfigGlobalGetBadRequest ¶
type ConfigGlobalGetBadRequest Error
func (*ConfigGlobalGetBadRequest) Decode ¶
func (s *ConfigGlobalGetBadRequest) Decode(d *jx.Decoder) error
Decode decodes ConfigGlobalGetBadRequest from json.
func (*ConfigGlobalGetBadRequest) Encode ¶
func (s *ConfigGlobalGetBadRequest) Encode(e *jx.Encoder)
Encode encodes ConfigGlobalGetBadRequest as json.
func (*ConfigGlobalGetBadRequest) MarshalJSON ¶
func (s *ConfigGlobalGetBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigGlobalGetBadRequest) UnmarshalJSON ¶
func (s *ConfigGlobalGetBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigGlobalGetInternalServerError ¶
type ConfigGlobalGetInternalServerError Error
func (*ConfigGlobalGetInternalServerError) Decode ¶
func (s *ConfigGlobalGetInternalServerError) Decode(d *jx.Decoder) error
Decode decodes ConfigGlobalGetInternalServerError from json.
func (*ConfigGlobalGetInternalServerError) Encode ¶
func (s *ConfigGlobalGetInternalServerError) Encode(e *jx.Encoder)
Encode encodes ConfigGlobalGetInternalServerError as json.
func (*ConfigGlobalGetInternalServerError) MarshalJSON ¶
func (s *ConfigGlobalGetInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigGlobalGetInternalServerError) UnmarshalJSON ¶
func (s *ConfigGlobalGetInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigGlobalGetRes ¶
type ConfigGlobalGetRes interface {
// contains filtered or unexported methods
}
type ConfigGlobalSetBadRequest ¶
type ConfigGlobalSetBadRequest Error
func (*ConfigGlobalSetBadRequest) Decode ¶
func (s *ConfigGlobalSetBadRequest) Decode(d *jx.Decoder) error
Decode decodes ConfigGlobalSetBadRequest from json.
func (*ConfigGlobalSetBadRequest) Encode ¶
func (s *ConfigGlobalSetBadRequest) Encode(e *jx.Encoder)
Encode encodes ConfigGlobalSetBadRequest as json.
func (*ConfigGlobalSetBadRequest) MarshalJSON ¶
func (s *ConfigGlobalSetBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigGlobalSetBadRequest) UnmarshalJSON ¶
func (s *ConfigGlobalSetBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigGlobalSetInternalServerError ¶
type ConfigGlobalSetInternalServerError Error
func (*ConfigGlobalSetInternalServerError) Decode ¶
func (s *ConfigGlobalSetInternalServerError) Decode(d *jx.Decoder) error
Decode decodes ConfigGlobalSetInternalServerError from json.
func (*ConfigGlobalSetInternalServerError) Encode ¶
func (s *ConfigGlobalSetInternalServerError) Encode(e *jx.Encoder)
Encode encodes ConfigGlobalSetInternalServerError as json.
func (*ConfigGlobalSetInternalServerError) MarshalJSON ¶
func (s *ConfigGlobalSetInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigGlobalSetInternalServerError) UnmarshalJSON ¶
func (s *ConfigGlobalSetInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigGlobalSetOK ¶
type ConfigGlobalSetOK struct{}
ConfigGlobalSetOK is response for ConfigGlobalSet operation.
type ConfigGlobalSetRes ¶
type ConfigGlobalSetRes interface {
// contains filtered or unexported methods
}
type ConfigPathDefaultsGetBadRequest ¶
type ConfigPathDefaultsGetBadRequest Error
func (*ConfigPathDefaultsGetBadRequest) Decode ¶
func (s *ConfigPathDefaultsGetBadRequest) Decode(d *jx.Decoder) error
Decode decodes ConfigPathDefaultsGetBadRequest from json.
func (*ConfigPathDefaultsGetBadRequest) Encode ¶
func (s *ConfigPathDefaultsGetBadRequest) Encode(e *jx.Encoder)
Encode encodes ConfigPathDefaultsGetBadRequest as json.
func (*ConfigPathDefaultsGetBadRequest) MarshalJSON ¶
func (s *ConfigPathDefaultsGetBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathDefaultsGetBadRequest) UnmarshalJSON ¶
func (s *ConfigPathDefaultsGetBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathDefaultsGetInternalServerError ¶
type ConfigPathDefaultsGetInternalServerError Error
func (*ConfigPathDefaultsGetInternalServerError) Decode ¶
func (s *ConfigPathDefaultsGetInternalServerError) Decode(d *jx.Decoder) error
Decode decodes ConfigPathDefaultsGetInternalServerError from json.
func (*ConfigPathDefaultsGetInternalServerError) Encode ¶
func (s *ConfigPathDefaultsGetInternalServerError) Encode(e *jx.Encoder)
Encode encodes ConfigPathDefaultsGetInternalServerError as json.
func (*ConfigPathDefaultsGetInternalServerError) MarshalJSON ¶
func (s *ConfigPathDefaultsGetInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathDefaultsGetInternalServerError) UnmarshalJSON ¶
func (s *ConfigPathDefaultsGetInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathDefaultsGetRes ¶
type ConfigPathDefaultsGetRes interface {
// contains filtered or unexported methods
}
type ConfigPathDefaultsPatchBadRequest ¶
type ConfigPathDefaultsPatchBadRequest Error
func (*ConfigPathDefaultsPatchBadRequest) Decode ¶
func (s *ConfigPathDefaultsPatchBadRequest) Decode(d *jx.Decoder) error
Decode decodes ConfigPathDefaultsPatchBadRequest from json.
func (*ConfigPathDefaultsPatchBadRequest) Encode ¶
func (s *ConfigPathDefaultsPatchBadRequest) Encode(e *jx.Encoder)
Encode encodes ConfigPathDefaultsPatchBadRequest as json.
func (*ConfigPathDefaultsPatchBadRequest) MarshalJSON ¶
func (s *ConfigPathDefaultsPatchBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathDefaultsPatchBadRequest) UnmarshalJSON ¶
func (s *ConfigPathDefaultsPatchBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathDefaultsPatchInternalServerError ¶
type ConfigPathDefaultsPatchInternalServerError Error
func (*ConfigPathDefaultsPatchInternalServerError) Decode ¶
func (s *ConfigPathDefaultsPatchInternalServerError) Decode(d *jx.Decoder) error
Decode decodes ConfigPathDefaultsPatchInternalServerError from json.
func (*ConfigPathDefaultsPatchInternalServerError) Encode ¶
func (s *ConfigPathDefaultsPatchInternalServerError) Encode(e *jx.Encoder)
Encode encodes ConfigPathDefaultsPatchInternalServerError as json.
func (*ConfigPathDefaultsPatchInternalServerError) MarshalJSON ¶
func (s *ConfigPathDefaultsPatchInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathDefaultsPatchInternalServerError) UnmarshalJSON ¶
func (s *ConfigPathDefaultsPatchInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathDefaultsPatchOK ¶
type ConfigPathDefaultsPatchOK struct{}
ConfigPathDefaultsPatchOK is response for ConfigPathDefaultsPatch operation.
type ConfigPathDefaultsPatchRes ¶
type ConfigPathDefaultsPatchRes interface {
// contains filtered or unexported methods
}
type ConfigPathsAddBadRequest ¶
type ConfigPathsAddBadRequest Error
func (*ConfigPathsAddBadRequest) Decode ¶
func (s *ConfigPathsAddBadRequest) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsAddBadRequest from json.
func (*ConfigPathsAddBadRequest) Encode ¶
func (s *ConfigPathsAddBadRequest) Encode(e *jx.Encoder)
Encode encodes ConfigPathsAddBadRequest as json.
func (*ConfigPathsAddBadRequest) MarshalJSON ¶
func (s *ConfigPathsAddBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsAddBadRequest) UnmarshalJSON ¶
func (s *ConfigPathsAddBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsAddInternalServerError ¶
type ConfigPathsAddInternalServerError Error
func (*ConfigPathsAddInternalServerError) Decode ¶
func (s *ConfigPathsAddInternalServerError) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsAddInternalServerError from json.
func (*ConfigPathsAddInternalServerError) Encode ¶
func (s *ConfigPathsAddInternalServerError) Encode(e *jx.Encoder)
Encode encodes ConfigPathsAddInternalServerError as json.
func (*ConfigPathsAddInternalServerError) MarshalJSON ¶
func (s *ConfigPathsAddInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsAddInternalServerError) UnmarshalJSON ¶
func (s *ConfigPathsAddInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsAddOK ¶
type ConfigPathsAddOK struct{}
ConfigPathsAddOK is response for ConfigPathsAdd operation.
type ConfigPathsAddParams ¶
type ConfigPathsAddParams struct { // The name of the path. Name string }
ConfigPathsAddParams is parameters of configPathsAdd operation.
type ConfigPathsAddRes ¶
type ConfigPathsAddRes interface {
// contains filtered or unexported methods
}
type ConfigPathsDeleteBadRequest ¶
type ConfigPathsDeleteBadRequest Error
func (*ConfigPathsDeleteBadRequest) Decode ¶
func (s *ConfigPathsDeleteBadRequest) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsDeleteBadRequest from json.
func (*ConfigPathsDeleteBadRequest) Encode ¶
func (s *ConfigPathsDeleteBadRequest) Encode(e *jx.Encoder)
Encode encodes ConfigPathsDeleteBadRequest as json.
func (*ConfigPathsDeleteBadRequest) MarshalJSON ¶
func (s *ConfigPathsDeleteBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsDeleteBadRequest) UnmarshalJSON ¶
func (s *ConfigPathsDeleteBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsDeleteInternalServerError ¶
type ConfigPathsDeleteInternalServerError Error
func (*ConfigPathsDeleteInternalServerError) Decode ¶
func (s *ConfigPathsDeleteInternalServerError) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsDeleteInternalServerError from json.
func (*ConfigPathsDeleteInternalServerError) Encode ¶
func (s *ConfigPathsDeleteInternalServerError) Encode(e *jx.Encoder)
Encode encodes ConfigPathsDeleteInternalServerError as json.
func (*ConfigPathsDeleteInternalServerError) MarshalJSON ¶
func (s *ConfigPathsDeleteInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsDeleteInternalServerError) UnmarshalJSON ¶
func (s *ConfigPathsDeleteInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsDeleteNotFound ¶
type ConfigPathsDeleteNotFound Error
func (*ConfigPathsDeleteNotFound) Decode ¶
func (s *ConfigPathsDeleteNotFound) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsDeleteNotFound from json.
func (*ConfigPathsDeleteNotFound) Encode ¶
func (s *ConfigPathsDeleteNotFound) Encode(e *jx.Encoder)
Encode encodes ConfigPathsDeleteNotFound as json.
func (*ConfigPathsDeleteNotFound) MarshalJSON ¶
func (s *ConfigPathsDeleteNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsDeleteNotFound) UnmarshalJSON ¶
func (s *ConfigPathsDeleteNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsDeleteOK ¶
type ConfigPathsDeleteOK struct{}
ConfigPathsDeleteOK is response for ConfigPathsDelete operation.
type ConfigPathsDeleteParams ¶
type ConfigPathsDeleteParams struct { // The name of the path. Name string }
ConfigPathsDeleteParams is parameters of configPathsDelete operation.
type ConfigPathsDeleteRes ¶
type ConfigPathsDeleteRes interface {
// contains filtered or unexported methods
}
type ConfigPathsGetBadRequest ¶
type ConfigPathsGetBadRequest Error
func (*ConfigPathsGetBadRequest) Decode ¶
func (s *ConfigPathsGetBadRequest) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsGetBadRequest from json.
func (*ConfigPathsGetBadRequest) Encode ¶
func (s *ConfigPathsGetBadRequest) Encode(e *jx.Encoder)
Encode encodes ConfigPathsGetBadRequest as json.
func (*ConfigPathsGetBadRequest) MarshalJSON ¶
func (s *ConfigPathsGetBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsGetBadRequest) UnmarshalJSON ¶
func (s *ConfigPathsGetBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsGetInternalServerError ¶
type ConfigPathsGetInternalServerError Error
func (*ConfigPathsGetInternalServerError) Decode ¶
func (s *ConfigPathsGetInternalServerError) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsGetInternalServerError from json.
func (*ConfigPathsGetInternalServerError) Encode ¶
func (s *ConfigPathsGetInternalServerError) Encode(e *jx.Encoder)
Encode encodes ConfigPathsGetInternalServerError as json.
func (*ConfigPathsGetInternalServerError) MarshalJSON ¶
func (s *ConfigPathsGetInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsGetInternalServerError) UnmarshalJSON ¶
func (s *ConfigPathsGetInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsGetNotFound ¶
type ConfigPathsGetNotFound Error
func (*ConfigPathsGetNotFound) Decode ¶
func (s *ConfigPathsGetNotFound) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsGetNotFound from json.
func (*ConfigPathsGetNotFound) Encode ¶
func (s *ConfigPathsGetNotFound) Encode(e *jx.Encoder)
Encode encodes ConfigPathsGetNotFound as json.
func (*ConfigPathsGetNotFound) MarshalJSON ¶
func (s *ConfigPathsGetNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsGetNotFound) UnmarshalJSON ¶
func (s *ConfigPathsGetNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsGetParams ¶
type ConfigPathsGetParams struct { // The name of the path. Name string }
ConfigPathsGetParams is parameters of configPathsGet operation.
type ConfigPathsGetRes ¶
type ConfigPathsGetRes interface {
// contains filtered or unexported methods
}
type ConfigPathsListBadRequest ¶
type ConfigPathsListBadRequest Error
func (*ConfigPathsListBadRequest) Decode ¶
func (s *ConfigPathsListBadRequest) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsListBadRequest from json.
func (*ConfigPathsListBadRequest) Encode ¶
func (s *ConfigPathsListBadRequest) Encode(e *jx.Encoder)
Encode encodes ConfigPathsListBadRequest as json.
func (*ConfigPathsListBadRequest) MarshalJSON ¶
func (s *ConfigPathsListBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsListBadRequest) UnmarshalJSON ¶
func (s *ConfigPathsListBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsListInternalServerError ¶
type ConfigPathsListInternalServerError Error
func (*ConfigPathsListInternalServerError) Decode ¶
func (s *ConfigPathsListInternalServerError) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsListInternalServerError from json.
func (*ConfigPathsListInternalServerError) Encode ¶
func (s *ConfigPathsListInternalServerError) Encode(e *jx.Encoder)
Encode encodes ConfigPathsListInternalServerError as json.
func (*ConfigPathsListInternalServerError) MarshalJSON ¶
func (s *ConfigPathsListInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsListInternalServerError) UnmarshalJSON ¶
func (s *ConfigPathsListInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsListParams ¶
type ConfigPathsListParams struct { // Page number. Page OptInt // Items per page. ItemsPerPage OptInt }
ConfigPathsListParams is parameters of configPathsList operation.
type ConfigPathsListRes ¶
type ConfigPathsListRes interface {
// contains filtered or unexported methods
}
type ConfigPathsPatchBadRequest ¶
type ConfigPathsPatchBadRequest Error
func (*ConfigPathsPatchBadRequest) Decode ¶
func (s *ConfigPathsPatchBadRequest) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsPatchBadRequest from json.
func (*ConfigPathsPatchBadRequest) Encode ¶
func (s *ConfigPathsPatchBadRequest) Encode(e *jx.Encoder)
Encode encodes ConfigPathsPatchBadRequest as json.
func (*ConfigPathsPatchBadRequest) MarshalJSON ¶
func (s *ConfigPathsPatchBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsPatchBadRequest) UnmarshalJSON ¶
func (s *ConfigPathsPatchBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsPatchInternalServerError ¶
type ConfigPathsPatchInternalServerError Error
func (*ConfigPathsPatchInternalServerError) Decode ¶
func (s *ConfigPathsPatchInternalServerError) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsPatchInternalServerError from json.
func (*ConfigPathsPatchInternalServerError) Encode ¶
func (s *ConfigPathsPatchInternalServerError) Encode(e *jx.Encoder)
Encode encodes ConfigPathsPatchInternalServerError as json.
func (*ConfigPathsPatchInternalServerError) MarshalJSON ¶
func (s *ConfigPathsPatchInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsPatchInternalServerError) UnmarshalJSON ¶
func (s *ConfigPathsPatchInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsPatchNotFound ¶
type ConfigPathsPatchNotFound Error
func (*ConfigPathsPatchNotFound) Decode ¶
func (s *ConfigPathsPatchNotFound) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsPatchNotFound from json.
func (*ConfigPathsPatchNotFound) Encode ¶
func (s *ConfigPathsPatchNotFound) Encode(e *jx.Encoder)
Encode encodes ConfigPathsPatchNotFound as json.
func (*ConfigPathsPatchNotFound) MarshalJSON ¶
func (s *ConfigPathsPatchNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsPatchNotFound) UnmarshalJSON ¶
func (s *ConfigPathsPatchNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsPatchOK ¶
type ConfigPathsPatchOK struct{}
ConfigPathsPatchOK is response for ConfigPathsPatch operation.
type ConfigPathsPatchParams ¶
type ConfigPathsPatchParams struct { // The name of the path. Name string }
ConfigPathsPatchParams is parameters of configPathsPatch operation.
type ConfigPathsPatchRes ¶
type ConfigPathsPatchRes interface {
// contains filtered or unexported methods
}
type ConfigPathsReplaceBadRequest ¶
type ConfigPathsReplaceBadRequest Error
func (*ConfigPathsReplaceBadRequest) Decode ¶
func (s *ConfigPathsReplaceBadRequest) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsReplaceBadRequest from json.
func (*ConfigPathsReplaceBadRequest) Encode ¶
func (s *ConfigPathsReplaceBadRequest) Encode(e *jx.Encoder)
Encode encodes ConfigPathsReplaceBadRequest as json.
func (*ConfigPathsReplaceBadRequest) MarshalJSON ¶
func (s *ConfigPathsReplaceBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsReplaceBadRequest) UnmarshalJSON ¶
func (s *ConfigPathsReplaceBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsReplaceInternalServerError ¶
type ConfigPathsReplaceInternalServerError Error
func (*ConfigPathsReplaceInternalServerError) Decode ¶
func (s *ConfigPathsReplaceInternalServerError) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsReplaceInternalServerError from json.
func (*ConfigPathsReplaceInternalServerError) Encode ¶
func (s *ConfigPathsReplaceInternalServerError) Encode(e *jx.Encoder)
Encode encodes ConfigPathsReplaceInternalServerError as json.
func (*ConfigPathsReplaceInternalServerError) MarshalJSON ¶
func (s *ConfigPathsReplaceInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsReplaceInternalServerError) UnmarshalJSON ¶
func (s *ConfigPathsReplaceInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsReplaceNotFound ¶
type ConfigPathsReplaceNotFound Error
func (*ConfigPathsReplaceNotFound) Decode ¶
func (s *ConfigPathsReplaceNotFound) Decode(d *jx.Decoder) error
Decode decodes ConfigPathsReplaceNotFound from json.
func (*ConfigPathsReplaceNotFound) Encode ¶
func (s *ConfigPathsReplaceNotFound) Encode(e *jx.Encoder)
Encode encodes ConfigPathsReplaceNotFound as json.
func (*ConfigPathsReplaceNotFound) MarshalJSON ¶
func (s *ConfigPathsReplaceNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*ConfigPathsReplaceNotFound) UnmarshalJSON ¶
func (s *ConfigPathsReplaceNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type ConfigPathsReplaceOK ¶
type ConfigPathsReplaceOK struct{}
ConfigPathsReplaceOK is response for ConfigPathsReplace operation.
type ConfigPathsReplaceParams ¶
type ConfigPathsReplaceParams struct { // The name of the path. Name string }
ConfigPathsReplaceParams is parameters of configPathsReplace operation.
type ConfigPathsReplaceRes ¶
type ConfigPathsReplaceRes interface {
// contains filtered or unexported methods
}
type Error ¶
type Error struct {
Error OptString `json:"error"`
}
Ref: #/components/schemas/Error
func (*Error) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*Error) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type GlobalConf ¶
type GlobalConf struct { LogLevel OptString `json:"logLevel"` LogDestinations []string `json:"logDestinations"` LogFile OptString `json:"logFile"` SysLogPrefix OptString `json:"sysLogPrefix"` ReadTimeout OptString `json:"readTimeout"` WriteTimeout OptString `json:"writeTimeout"` WriteQueueSize OptInt `json:"writeQueueSize"` UdpMaxPayloadSize OptInt `json:"udpMaxPayloadSize"` RunOnConnect OptString `json:"runOnConnect"` RunOnConnectRestart OptBool `json:"runOnConnectRestart"` RunOnDisconnect OptString `json:"runOnDisconnect"` AuthMethod OptString `json:"authMethod"` AuthInternalUsers []AuthInternalUser `json:"authInternalUsers"` AuthHTTPAddress OptString `json:"authHTTPAddress"` AuthHTTPExclude []AuthInternalUserPermission `json:"authHTTPExclude"` AuthJWTJWKS OptString `json:"authJWTJWKS"` AuthJWTJWKSFingerprint OptString `json:"authJWTJWKSFingerprint"` AuthJWTClaimKey OptString `json:"authJWTClaimKey"` AuthJWTExclude []AuthInternalUserPermission `json:"authJWTExclude"` AuthJWTInHTTPQuery OptBool `json:"authJWTInHTTPQuery"` API OptBool `json:"api"` ApiAddress OptString `json:"apiAddress"` ApiEncryption OptBool `json:"apiEncryption"` ApiServerKey OptString `json:"apiServerKey"` ApiServerCert OptString `json:"apiServerCert"` ApiAllowOrigin OptString `json:"apiAllowOrigin"` ApiTrustedProxies []string `json:"apiTrustedProxies"` Metrics OptBool `json:"metrics"` MetricsAddress OptString `json:"metricsAddress"` MetricsEncryption OptBool `json:"metricsEncryption"` MetricsServerKey OptString `json:"metricsServerKey"` MetricsServerCert OptString `json:"metricsServerCert"` MetricsAllowOrigin OptString `json:"metricsAllowOrigin"` MetricsTrustedProxies []string `json:"metricsTrustedProxies"` Pprof OptBool `json:"pprof"` PprofAddress OptString `json:"pprofAddress"` PprofEncryption OptBool `json:"pprofEncryption"` PprofServerKey OptString `json:"pprofServerKey"` PprofServerCert OptString `json:"pprofServerCert"` PprofAllowOrigin OptString `json:"pprofAllowOrigin"` PprofTrustedProxies []string `json:"pprofTrustedProxies"` Playback OptBool `json:"playback"` PlaybackAddress OptString `json:"playbackAddress"` PlaybackEncryption OptBool `json:"playbackEncryption"` PlaybackServerKey OptString `json:"playbackServerKey"` PlaybackServerCert OptString `json:"playbackServerCert"` PlaybackAllowOrigin OptString `json:"playbackAllowOrigin"` PlaybackTrustedProxies []string `json:"playbackTrustedProxies"` Rtsp OptBool `json:"rtsp"` RtspTransports []string `json:"rtspTransports"` RtspEncryption OptString `json:"rtspEncryption"` RtspAddress OptString `json:"rtspAddress"` RtspsAddress OptString `json:"rtspsAddress"` RtpAddress OptString `json:"rtpAddress"` RtcpAddress OptString `json:"rtcpAddress"` MulticastIPRange OptString `json:"multicastIPRange"` MulticastRTPPort OptInt `json:"multicastRTPPort"` MulticastRTCPPort OptInt `json:"multicastRTCPPort"` SrtpAddress OptString `json:"srtpAddress"` SrtcpAddress OptString `json:"srtcpAddress"` MulticastSRTPPort OptInt `json:"multicastSRTPPort"` MulticastSRTCPPort OptInt `json:"multicastSRTCPPort"` RtspServerKey OptString `json:"rtspServerKey"` RtspServerCert OptString `json:"rtspServerCert"` RtspAuthMethods []string `json:"rtspAuthMethods"` Rtmp OptBool `json:"rtmp"` RtmpAddress OptString `json:"rtmpAddress"` RtmpEncryption OptString `json:"rtmpEncryption"` RtmpsAddress OptString `json:"rtmpsAddress"` RtmpServerKey OptString `json:"rtmpServerKey"` RtmpServerCert OptString `json:"rtmpServerCert"` Hls OptBool `json:"hls"` HlsAddress OptString `json:"hlsAddress"` HlsEncryption OptBool `json:"hlsEncryption"` HlsServerKey OptString `json:"hlsServerKey"` HlsServerCert OptString `json:"hlsServerCert"` HlsAllowOrigin OptString `json:"hlsAllowOrigin"` HlsTrustedProxies []string `json:"hlsTrustedProxies"` HlsAlwaysRemux OptBool `json:"hlsAlwaysRemux"` HlsVariant OptString `json:"hlsVariant"` HlsSegmentCount OptInt `json:"hlsSegmentCount"` HlsSegmentDuration OptString `json:"hlsSegmentDuration"` HlsPartDuration OptString `json:"hlsPartDuration"` HlsSegmentMaxSize OptString `json:"hlsSegmentMaxSize"` HlsDirectory OptString `json:"hlsDirectory"` HlsMuxerCloseAfter OptString `json:"hlsMuxerCloseAfter"` Webrtc OptBool `json:"webrtc"` WebrtcAddress OptString `json:"webrtcAddress"` WebrtcEncryption OptBool `json:"webrtcEncryption"` WebrtcServerKey OptString `json:"webrtcServerKey"` WebrtcServerCert OptString `json:"webrtcServerCert"` WebrtcAllowOrigin OptString `json:"webrtcAllowOrigin"` WebrtcTrustedProxies []string `json:"webrtcTrustedProxies"` WebrtcLocalUDPAddress OptString `json:"webrtcLocalUDPAddress"` WebrtcLocalTCPAddress OptString `json:"webrtcLocalTCPAddress"` WebrtcIPsFromInterfaces OptBool `json:"webrtcIPsFromInterfaces"` WebrtcIPsFromInterfacesList []string `json:"webrtcIPsFromInterfacesList"` WebrtcAdditionalHosts []string `json:"webrtcAdditionalHosts"` WebrtcICEServers2 []GlobalConfWebrtcICEServers2Item `json:"webrtcICEServers2"` WebrtcHandshakeTimeout OptString `json:"webrtcHandshakeTimeout"` WebrtcTrackGatherTimeout OptString `json:"webrtcTrackGatherTimeout"` WebrtcSTUNGatherTimeout OptString `json:"webrtcSTUNGatherTimeout"` Srt OptBool `json:"srt"` SrtAddress OptString `json:"srtAddress"` }
Ref: #/components/schemas/GlobalConf
func (*GlobalConf) Decode ¶
func (s *GlobalConf) Decode(d *jx.Decoder) error
Decode decodes GlobalConf from json.
func (*GlobalConf) Encode ¶
func (s *GlobalConf) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GlobalConf) GetApiAddress ¶
func (s *GlobalConf) GetApiAddress() OptString
GetApiAddress returns the value of ApiAddress.
func (*GlobalConf) GetApiAllowOrigin ¶
func (s *GlobalConf) GetApiAllowOrigin() OptString
GetApiAllowOrigin returns the value of ApiAllowOrigin.
func (*GlobalConf) GetApiEncryption ¶
func (s *GlobalConf) GetApiEncryption() OptBool
GetApiEncryption returns the value of ApiEncryption.
func (*GlobalConf) GetApiServerCert ¶
func (s *GlobalConf) GetApiServerCert() OptString
GetApiServerCert returns the value of ApiServerCert.
func (*GlobalConf) GetApiServerKey ¶
func (s *GlobalConf) GetApiServerKey() OptString
GetApiServerKey returns the value of ApiServerKey.
func (*GlobalConf) GetApiTrustedProxies ¶
func (s *GlobalConf) GetApiTrustedProxies() []string
GetApiTrustedProxies returns the value of ApiTrustedProxies.
func (*GlobalConf) GetAuthHTTPAddress ¶
func (s *GlobalConf) GetAuthHTTPAddress() OptString
GetAuthHTTPAddress returns the value of AuthHTTPAddress.
func (*GlobalConf) GetAuthHTTPExclude ¶
func (s *GlobalConf) GetAuthHTTPExclude() []AuthInternalUserPermission
GetAuthHTTPExclude returns the value of AuthHTTPExclude.
func (*GlobalConf) GetAuthInternalUsers ¶
func (s *GlobalConf) GetAuthInternalUsers() []AuthInternalUser
GetAuthInternalUsers returns the value of AuthInternalUsers.
func (*GlobalConf) GetAuthJWTClaimKey ¶
func (s *GlobalConf) GetAuthJWTClaimKey() OptString
GetAuthJWTClaimKey returns the value of AuthJWTClaimKey.
func (*GlobalConf) GetAuthJWTExclude ¶
func (s *GlobalConf) GetAuthJWTExclude() []AuthInternalUserPermission
GetAuthJWTExclude returns the value of AuthJWTExclude.
func (*GlobalConf) GetAuthJWTInHTTPQuery ¶
func (s *GlobalConf) GetAuthJWTInHTTPQuery() OptBool
GetAuthJWTInHTTPQuery returns the value of AuthJWTInHTTPQuery.
func (*GlobalConf) GetAuthJWTJWKS ¶
func (s *GlobalConf) GetAuthJWTJWKS() OptString
GetAuthJWTJWKS returns the value of AuthJWTJWKS.
func (*GlobalConf) GetAuthJWTJWKSFingerprint ¶
func (s *GlobalConf) GetAuthJWTJWKSFingerprint() OptString
GetAuthJWTJWKSFingerprint returns the value of AuthJWTJWKSFingerprint.
func (*GlobalConf) GetAuthMethod ¶
func (s *GlobalConf) GetAuthMethod() OptString
GetAuthMethod returns the value of AuthMethod.
func (*GlobalConf) GetHlsAddress ¶
func (s *GlobalConf) GetHlsAddress() OptString
GetHlsAddress returns the value of HlsAddress.
func (*GlobalConf) GetHlsAllowOrigin ¶
func (s *GlobalConf) GetHlsAllowOrigin() OptString
GetHlsAllowOrigin returns the value of HlsAllowOrigin.
func (*GlobalConf) GetHlsAlwaysRemux ¶
func (s *GlobalConf) GetHlsAlwaysRemux() OptBool
GetHlsAlwaysRemux returns the value of HlsAlwaysRemux.
func (*GlobalConf) GetHlsDirectory ¶
func (s *GlobalConf) GetHlsDirectory() OptString
GetHlsDirectory returns the value of HlsDirectory.
func (*GlobalConf) GetHlsEncryption ¶
func (s *GlobalConf) GetHlsEncryption() OptBool
GetHlsEncryption returns the value of HlsEncryption.
func (*GlobalConf) GetHlsMuxerCloseAfter ¶
func (s *GlobalConf) GetHlsMuxerCloseAfter() OptString
GetHlsMuxerCloseAfter returns the value of HlsMuxerCloseAfter.
func (*GlobalConf) GetHlsPartDuration ¶
func (s *GlobalConf) GetHlsPartDuration() OptString
GetHlsPartDuration returns the value of HlsPartDuration.
func (*GlobalConf) GetHlsSegmentCount ¶
func (s *GlobalConf) GetHlsSegmentCount() OptInt
GetHlsSegmentCount returns the value of HlsSegmentCount.
func (*GlobalConf) GetHlsSegmentDuration ¶
func (s *GlobalConf) GetHlsSegmentDuration() OptString
GetHlsSegmentDuration returns the value of HlsSegmentDuration.
func (*GlobalConf) GetHlsSegmentMaxSize ¶
func (s *GlobalConf) GetHlsSegmentMaxSize() OptString
GetHlsSegmentMaxSize returns the value of HlsSegmentMaxSize.
func (*GlobalConf) GetHlsServerCert ¶
func (s *GlobalConf) GetHlsServerCert() OptString
GetHlsServerCert returns the value of HlsServerCert.
func (*GlobalConf) GetHlsServerKey ¶
func (s *GlobalConf) GetHlsServerKey() OptString
GetHlsServerKey returns the value of HlsServerKey.
func (*GlobalConf) GetHlsTrustedProxies ¶
func (s *GlobalConf) GetHlsTrustedProxies() []string
GetHlsTrustedProxies returns the value of HlsTrustedProxies.
func (*GlobalConf) GetHlsVariant ¶
func (s *GlobalConf) GetHlsVariant() OptString
GetHlsVariant returns the value of HlsVariant.
func (*GlobalConf) GetLogDestinations ¶
func (s *GlobalConf) GetLogDestinations() []string
GetLogDestinations returns the value of LogDestinations.
func (*GlobalConf) GetLogFile ¶
func (s *GlobalConf) GetLogFile() OptString
GetLogFile returns the value of LogFile.
func (*GlobalConf) GetLogLevel ¶
func (s *GlobalConf) GetLogLevel() OptString
GetLogLevel returns the value of LogLevel.
func (*GlobalConf) GetMetrics ¶
func (s *GlobalConf) GetMetrics() OptBool
GetMetrics returns the value of Metrics.
func (*GlobalConf) GetMetricsAddress ¶
func (s *GlobalConf) GetMetricsAddress() OptString
GetMetricsAddress returns the value of MetricsAddress.
func (*GlobalConf) GetMetricsAllowOrigin ¶
func (s *GlobalConf) GetMetricsAllowOrigin() OptString
GetMetricsAllowOrigin returns the value of MetricsAllowOrigin.
func (*GlobalConf) GetMetricsEncryption ¶
func (s *GlobalConf) GetMetricsEncryption() OptBool
GetMetricsEncryption returns the value of MetricsEncryption.
func (*GlobalConf) GetMetricsServerCert ¶
func (s *GlobalConf) GetMetricsServerCert() OptString
GetMetricsServerCert returns the value of MetricsServerCert.
func (*GlobalConf) GetMetricsServerKey ¶
func (s *GlobalConf) GetMetricsServerKey() OptString
GetMetricsServerKey returns the value of MetricsServerKey.
func (*GlobalConf) GetMetricsTrustedProxies ¶
func (s *GlobalConf) GetMetricsTrustedProxies() []string
GetMetricsTrustedProxies returns the value of MetricsTrustedProxies.
func (*GlobalConf) GetMulticastIPRange ¶
func (s *GlobalConf) GetMulticastIPRange() OptString
GetMulticastIPRange returns the value of MulticastIPRange.
func (*GlobalConf) GetMulticastRTCPPort ¶
func (s *GlobalConf) GetMulticastRTCPPort() OptInt
GetMulticastRTCPPort returns the value of MulticastRTCPPort.
func (*GlobalConf) GetMulticastRTPPort ¶
func (s *GlobalConf) GetMulticastRTPPort() OptInt
GetMulticastRTPPort returns the value of MulticastRTPPort.
func (*GlobalConf) GetMulticastSRTCPPort ¶
func (s *GlobalConf) GetMulticastSRTCPPort() OptInt
GetMulticastSRTCPPort returns the value of MulticastSRTCPPort.
func (*GlobalConf) GetMulticastSRTPPort ¶
func (s *GlobalConf) GetMulticastSRTPPort() OptInt
GetMulticastSRTPPort returns the value of MulticastSRTPPort.
func (*GlobalConf) GetPlayback ¶
func (s *GlobalConf) GetPlayback() OptBool
GetPlayback returns the value of Playback.
func (*GlobalConf) GetPlaybackAddress ¶
func (s *GlobalConf) GetPlaybackAddress() OptString
GetPlaybackAddress returns the value of PlaybackAddress.
func (*GlobalConf) GetPlaybackAllowOrigin ¶
func (s *GlobalConf) GetPlaybackAllowOrigin() OptString
GetPlaybackAllowOrigin returns the value of PlaybackAllowOrigin.
func (*GlobalConf) GetPlaybackEncryption ¶
func (s *GlobalConf) GetPlaybackEncryption() OptBool
GetPlaybackEncryption returns the value of PlaybackEncryption.
func (*GlobalConf) GetPlaybackServerCert ¶
func (s *GlobalConf) GetPlaybackServerCert() OptString
GetPlaybackServerCert returns the value of PlaybackServerCert.
func (*GlobalConf) GetPlaybackServerKey ¶
func (s *GlobalConf) GetPlaybackServerKey() OptString
GetPlaybackServerKey returns the value of PlaybackServerKey.
func (*GlobalConf) GetPlaybackTrustedProxies ¶
func (s *GlobalConf) GetPlaybackTrustedProxies() []string
GetPlaybackTrustedProxies returns the value of PlaybackTrustedProxies.
func (*GlobalConf) GetPprof ¶
func (s *GlobalConf) GetPprof() OptBool
GetPprof returns the value of Pprof.
func (*GlobalConf) GetPprofAddress ¶
func (s *GlobalConf) GetPprofAddress() OptString
GetPprofAddress returns the value of PprofAddress.
func (*GlobalConf) GetPprofAllowOrigin ¶
func (s *GlobalConf) GetPprofAllowOrigin() OptString
GetPprofAllowOrigin returns the value of PprofAllowOrigin.
func (*GlobalConf) GetPprofEncryption ¶
func (s *GlobalConf) GetPprofEncryption() OptBool
GetPprofEncryption returns the value of PprofEncryption.
func (*GlobalConf) GetPprofServerCert ¶
func (s *GlobalConf) GetPprofServerCert() OptString
GetPprofServerCert returns the value of PprofServerCert.
func (*GlobalConf) GetPprofServerKey ¶
func (s *GlobalConf) GetPprofServerKey() OptString
GetPprofServerKey returns the value of PprofServerKey.
func (*GlobalConf) GetPprofTrustedProxies ¶
func (s *GlobalConf) GetPprofTrustedProxies() []string
GetPprofTrustedProxies returns the value of PprofTrustedProxies.
func (*GlobalConf) GetReadTimeout ¶
func (s *GlobalConf) GetReadTimeout() OptString
GetReadTimeout returns the value of ReadTimeout.
func (*GlobalConf) GetRtcpAddress ¶
func (s *GlobalConf) GetRtcpAddress() OptString
GetRtcpAddress returns the value of RtcpAddress.
func (*GlobalConf) GetRtmp ¶
func (s *GlobalConf) GetRtmp() OptBool
GetRtmp returns the value of Rtmp.
func (*GlobalConf) GetRtmpAddress ¶
func (s *GlobalConf) GetRtmpAddress() OptString
GetRtmpAddress returns the value of RtmpAddress.
func (*GlobalConf) GetRtmpEncryption ¶
func (s *GlobalConf) GetRtmpEncryption() OptString
GetRtmpEncryption returns the value of RtmpEncryption.
func (*GlobalConf) GetRtmpServerCert ¶
func (s *GlobalConf) GetRtmpServerCert() OptString
GetRtmpServerCert returns the value of RtmpServerCert.
func (*GlobalConf) GetRtmpServerKey ¶
func (s *GlobalConf) GetRtmpServerKey() OptString
GetRtmpServerKey returns the value of RtmpServerKey.
func (*GlobalConf) GetRtmpsAddress ¶
func (s *GlobalConf) GetRtmpsAddress() OptString
GetRtmpsAddress returns the value of RtmpsAddress.
func (*GlobalConf) GetRtpAddress ¶
func (s *GlobalConf) GetRtpAddress() OptString
GetRtpAddress returns the value of RtpAddress.
func (*GlobalConf) GetRtsp ¶
func (s *GlobalConf) GetRtsp() OptBool
GetRtsp returns the value of Rtsp.
func (*GlobalConf) GetRtspAddress ¶
func (s *GlobalConf) GetRtspAddress() OptString
GetRtspAddress returns the value of RtspAddress.
func (*GlobalConf) GetRtspAuthMethods ¶
func (s *GlobalConf) GetRtspAuthMethods() []string
GetRtspAuthMethods returns the value of RtspAuthMethods.
func (*GlobalConf) GetRtspEncryption ¶
func (s *GlobalConf) GetRtspEncryption() OptString
GetRtspEncryption returns the value of RtspEncryption.
func (*GlobalConf) GetRtspServerCert ¶
func (s *GlobalConf) GetRtspServerCert() OptString
GetRtspServerCert returns the value of RtspServerCert.
func (*GlobalConf) GetRtspServerKey ¶
func (s *GlobalConf) GetRtspServerKey() OptString
GetRtspServerKey returns the value of RtspServerKey.
func (*GlobalConf) GetRtspTransports ¶
func (s *GlobalConf) GetRtspTransports() []string
GetRtspTransports returns the value of RtspTransports.
func (*GlobalConf) GetRtspsAddress ¶
func (s *GlobalConf) GetRtspsAddress() OptString
GetRtspsAddress returns the value of RtspsAddress.
func (*GlobalConf) GetRunOnConnect ¶
func (s *GlobalConf) GetRunOnConnect() OptString
GetRunOnConnect returns the value of RunOnConnect.
func (*GlobalConf) GetRunOnConnectRestart ¶
func (s *GlobalConf) GetRunOnConnectRestart() OptBool
GetRunOnConnectRestart returns the value of RunOnConnectRestart.
func (*GlobalConf) GetRunOnDisconnect ¶
func (s *GlobalConf) GetRunOnDisconnect() OptString
GetRunOnDisconnect returns the value of RunOnDisconnect.
func (*GlobalConf) GetSrtAddress ¶
func (s *GlobalConf) GetSrtAddress() OptString
GetSrtAddress returns the value of SrtAddress.
func (*GlobalConf) GetSrtcpAddress ¶
func (s *GlobalConf) GetSrtcpAddress() OptString
GetSrtcpAddress returns the value of SrtcpAddress.
func (*GlobalConf) GetSrtpAddress ¶
func (s *GlobalConf) GetSrtpAddress() OptString
GetSrtpAddress returns the value of SrtpAddress.
func (*GlobalConf) GetSysLogPrefix ¶
func (s *GlobalConf) GetSysLogPrefix() OptString
GetSysLogPrefix returns the value of SysLogPrefix.
func (*GlobalConf) GetUdpMaxPayloadSize ¶
func (s *GlobalConf) GetUdpMaxPayloadSize() OptInt
GetUdpMaxPayloadSize returns the value of UdpMaxPayloadSize.
func (*GlobalConf) GetWebrtc ¶
func (s *GlobalConf) GetWebrtc() OptBool
GetWebrtc returns the value of Webrtc.
func (*GlobalConf) GetWebrtcAdditionalHosts ¶
func (s *GlobalConf) GetWebrtcAdditionalHosts() []string
GetWebrtcAdditionalHosts returns the value of WebrtcAdditionalHosts.
func (*GlobalConf) GetWebrtcAddress ¶
func (s *GlobalConf) GetWebrtcAddress() OptString
GetWebrtcAddress returns the value of WebrtcAddress.
func (*GlobalConf) GetWebrtcAllowOrigin ¶
func (s *GlobalConf) GetWebrtcAllowOrigin() OptString
GetWebrtcAllowOrigin returns the value of WebrtcAllowOrigin.
func (*GlobalConf) GetWebrtcEncryption ¶
func (s *GlobalConf) GetWebrtcEncryption() OptBool
GetWebrtcEncryption returns the value of WebrtcEncryption.
func (*GlobalConf) GetWebrtcHandshakeTimeout ¶
func (s *GlobalConf) GetWebrtcHandshakeTimeout() OptString
GetWebrtcHandshakeTimeout returns the value of WebrtcHandshakeTimeout.
func (*GlobalConf) GetWebrtcICEServers2 ¶
func (s *GlobalConf) GetWebrtcICEServers2() []GlobalConfWebrtcICEServers2Item
GetWebrtcICEServers2 returns the value of WebrtcICEServers2.
func (*GlobalConf) GetWebrtcIPsFromInterfaces ¶
func (s *GlobalConf) GetWebrtcIPsFromInterfaces() OptBool
GetWebrtcIPsFromInterfaces returns the value of WebrtcIPsFromInterfaces.
func (*GlobalConf) GetWebrtcIPsFromInterfacesList ¶
func (s *GlobalConf) GetWebrtcIPsFromInterfacesList() []string
GetWebrtcIPsFromInterfacesList returns the value of WebrtcIPsFromInterfacesList.
func (*GlobalConf) GetWebrtcLocalTCPAddress ¶
func (s *GlobalConf) GetWebrtcLocalTCPAddress() OptString
GetWebrtcLocalTCPAddress returns the value of WebrtcLocalTCPAddress.
func (*GlobalConf) GetWebrtcLocalUDPAddress ¶
func (s *GlobalConf) GetWebrtcLocalUDPAddress() OptString
GetWebrtcLocalUDPAddress returns the value of WebrtcLocalUDPAddress.
func (*GlobalConf) GetWebrtcSTUNGatherTimeout ¶
func (s *GlobalConf) GetWebrtcSTUNGatherTimeout() OptString
GetWebrtcSTUNGatherTimeout returns the value of WebrtcSTUNGatherTimeout.
func (*GlobalConf) GetWebrtcServerCert ¶
func (s *GlobalConf) GetWebrtcServerCert() OptString
GetWebrtcServerCert returns the value of WebrtcServerCert.
func (*GlobalConf) GetWebrtcServerKey ¶
func (s *GlobalConf) GetWebrtcServerKey() OptString
GetWebrtcServerKey returns the value of WebrtcServerKey.
func (*GlobalConf) GetWebrtcTrackGatherTimeout ¶
func (s *GlobalConf) GetWebrtcTrackGatherTimeout() OptString
GetWebrtcTrackGatherTimeout returns the value of WebrtcTrackGatherTimeout.
func (*GlobalConf) GetWebrtcTrustedProxies ¶
func (s *GlobalConf) GetWebrtcTrustedProxies() []string
GetWebrtcTrustedProxies returns the value of WebrtcTrustedProxies.
func (*GlobalConf) GetWriteQueueSize ¶
func (s *GlobalConf) GetWriteQueueSize() OptInt
GetWriteQueueSize returns the value of WriteQueueSize.
func (*GlobalConf) GetWriteTimeout ¶
func (s *GlobalConf) GetWriteTimeout() OptString
GetWriteTimeout returns the value of WriteTimeout.
func (*GlobalConf) MarshalJSON ¶
func (s *GlobalConf) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GlobalConf) SetApiAddress ¶
func (s *GlobalConf) SetApiAddress(val OptString)
SetApiAddress sets the value of ApiAddress.
func (*GlobalConf) SetApiAllowOrigin ¶
func (s *GlobalConf) SetApiAllowOrigin(val OptString)
SetApiAllowOrigin sets the value of ApiAllowOrigin.
func (*GlobalConf) SetApiEncryption ¶
func (s *GlobalConf) SetApiEncryption(val OptBool)
SetApiEncryption sets the value of ApiEncryption.
func (*GlobalConf) SetApiServerCert ¶
func (s *GlobalConf) SetApiServerCert(val OptString)
SetApiServerCert sets the value of ApiServerCert.
func (*GlobalConf) SetApiServerKey ¶
func (s *GlobalConf) SetApiServerKey(val OptString)
SetApiServerKey sets the value of ApiServerKey.
func (*GlobalConf) SetApiTrustedProxies ¶
func (s *GlobalConf) SetApiTrustedProxies(val []string)
SetApiTrustedProxies sets the value of ApiTrustedProxies.
func (*GlobalConf) SetAuthHTTPAddress ¶
func (s *GlobalConf) SetAuthHTTPAddress(val OptString)
SetAuthHTTPAddress sets the value of AuthHTTPAddress.
func (*GlobalConf) SetAuthHTTPExclude ¶
func (s *GlobalConf) SetAuthHTTPExclude(val []AuthInternalUserPermission)
SetAuthHTTPExclude sets the value of AuthHTTPExclude.
func (*GlobalConf) SetAuthInternalUsers ¶
func (s *GlobalConf) SetAuthInternalUsers(val []AuthInternalUser)
SetAuthInternalUsers sets the value of AuthInternalUsers.
func (*GlobalConf) SetAuthJWTClaimKey ¶
func (s *GlobalConf) SetAuthJWTClaimKey(val OptString)
SetAuthJWTClaimKey sets the value of AuthJWTClaimKey.
func (*GlobalConf) SetAuthJWTExclude ¶
func (s *GlobalConf) SetAuthJWTExclude(val []AuthInternalUserPermission)
SetAuthJWTExclude sets the value of AuthJWTExclude.
func (*GlobalConf) SetAuthJWTInHTTPQuery ¶
func (s *GlobalConf) SetAuthJWTInHTTPQuery(val OptBool)
SetAuthJWTInHTTPQuery sets the value of AuthJWTInHTTPQuery.
func (*GlobalConf) SetAuthJWTJWKS ¶
func (s *GlobalConf) SetAuthJWTJWKS(val OptString)
SetAuthJWTJWKS sets the value of AuthJWTJWKS.
func (*GlobalConf) SetAuthJWTJWKSFingerprint ¶
func (s *GlobalConf) SetAuthJWTJWKSFingerprint(val OptString)
SetAuthJWTJWKSFingerprint sets the value of AuthJWTJWKSFingerprint.
func (*GlobalConf) SetAuthMethod ¶
func (s *GlobalConf) SetAuthMethod(val OptString)
SetAuthMethod sets the value of AuthMethod.
func (*GlobalConf) SetHlsAddress ¶
func (s *GlobalConf) SetHlsAddress(val OptString)
SetHlsAddress sets the value of HlsAddress.
func (*GlobalConf) SetHlsAllowOrigin ¶
func (s *GlobalConf) SetHlsAllowOrigin(val OptString)
SetHlsAllowOrigin sets the value of HlsAllowOrigin.
func (*GlobalConf) SetHlsAlwaysRemux ¶
func (s *GlobalConf) SetHlsAlwaysRemux(val OptBool)
SetHlsAlwaysRemux sets the value of HlsAlwaysRemux.
func (*GlobalConf) SetHlsDirectory ¶
func (s *GlobalConf) SetHlsDirectory(val OptString)
SetHlsDirectory sets the value of HlsDirectory.
func (*GlobalConf) SetHlsEncryption ¶
func (s *GlobalConf) SetHlsEncryption(val OptBool)
SetHlsEncryption sets the value of HlsEncryption.
func (*GlobalConf) SetHlsMuxerCloseAfter ¶
func (s *GlobalConf) SetHlsMuxerCloseAfter(val OptString)
SetHlsMuxerCloseAfter sets the value of HlsMuxerCloseAfter.
func (*GlobalConf) SetHlsPartDuration ¶
func (s *GlobalConf) SetHlsPartDuration(val OptString)
SetHlsPartDuration sets the value of HlsPartDuration.
func (*GlobalConf) SetHlsSegmentCount ¶
func (s *GlobalConf) SetHlsSegmentCount(val OptInt)
SetHlsSegmentCount sets the value of HlsSegmentCount.
func (*GlobalConf) SetHlsSegmentDuration ¶
func (s *GlobalConf) SetHlsSegmentDuration(val OptString)
SetHlsSegmentDuration sets the value of HlsSegmentDuration.
func (*GlobalConf) SetHlsSegmentMaxSize ¶
func (s *GlobalConf) SetHlsSegmentMaxSize(val OptString)
SetHlsSegmentMaxSize sets the value of HlsSegmentMaxSize.
func (*GlobalConf) SetHlsServerCert ¶
func (s *GlobalConf) SetHlsServerCert(val OptString)
SetHlsServerCert sets the value of HlsServerCert.
func (*GlobalConf) SetHlsServerKey ¶
func (s *GlobalConf) SetHlsServerKey(val OptString)
SetHlsServerKey sets the value of HlsServerKey.
func (*GlobalConf) SetHlsTrustedProxies ¶
func (s *GlobalConf) SetHlsTrustedProxies(val []string)
SetHlsTrustedProxies sets the value of HlsTrustedProxies.
func (*GlobalConf) SetHlsVariant ¶
func (s *GlobalConf) SetHlsVariant(val OptString)
SetHlsVariant sets the value of HlsVariant.
func (*GlobalConf) SetLogDestinations ¶
func (s *GlobalConf) SetLogDestinations(val []string)
SetLogDestinations sets the value of LogDestinations.
func (*GlobalConf) SetLogFile ¶
func (s *GlobalConf) SetLogFile(val OptString)
SetLogFile sets the value of LogFile.
func (*GlobalConf) SetLogLevel ¶
func (s *GlobalConf) SetLogLevel(val OptString)
SetLogLevel sets the value of LogLevel.
func (*GlobalConf) SetMetrics ¶
func (s *GlobalConf) SetMetrics(val OptBool)
SetMetrics sets the value of Metrics.
func (*GlobalConf) SetMetricsAddress ¶
func (s *GlobalConf) SetMetricsAddress(val OptString)
SetMetricsAddress sets the value of MetricsAddress.
func (*GlobalConf) SetMetricsAllowOrigin ¶
func (s *GlobalConf) SetMetricsAllowOrigin(val OptString)
SetMetricsAllowOrigin sets the value of MetricsAllowOrigin.
func (*GlobalConf) SetMetricsEncryption ¶
func (s *GlobalConf) SetMetricsEncryption(val OptBool)
SetMetricsEncryption sets the value of MetricsEncryption.
func (*GlobalConf) SetMetricsServerCert ¶
func (s *GlobalConf) SetMetricsServerCert(val OptString)
SetMetricsServerCert sets the value of MetricsServerCert.
func (*GlobalConf) SetMetricsServerKey ¶
func (s *GlobalConf) SetMetricsServerKey(val OptString)
SetMetricsServerKey sets the value of MetricsServerKey.
func (*GlobalConf) SetMetricsTrustedProxies ¶
func (s *GlobalConf) SetMetricsTrustedProxies(val []string)
SetMetricsTrustedProxies sets the value of MetricsTrustedProxies.
func (*GlobalConf) SetMulticastIPRange ¶
func (s *GlobalConf) SetMulticastIPRange(val OptString)
SetMulticastIPRange sets the value of MulticastIPRange.
func (*GlobalConf) SetMulticastRTCPPort ¶
func (s *GlobalConf) SetMulticastRTCPPort(val OptInt)
SetMulticastRTCPPort sets the value of MulticastRTCPPort.
func (*GlobalConf) SetMulticastRTPPort ¶
func (s *GlobalConf) SetMulticastRTPPort(val OptInt)
SetMulticastRTPPort sets the value of MulticastRTPPort.
func (*GlobalConf) SetMulticastSRTCPPort ¶
func (s *GlobalConf) SetMulticastSRTCPPort(val OptInt)
SetMulticastSRTCPPort sets the value of MulticastSRTCPPort.
func (*GlobalConf) SetMulticastSRTPPort ¶
func (s *GlobalConf) SetMulticastSRTPPort(val OptInt)
SetMulticastSRTPPort sets the value of MulticastSRTPPort.
func (*GlobalConf) SetPlayback ¶
func (s *GlobalConf) SetPlayback(val OptBool)
SetPlayback sets the value of Playback.
func (*GlobalConf) SetPlaybackAddress ¶
func (s *GlobalConf) SetPlaybackAddress(val OptString)
SetPlaybackAddress sets the value of PlaybackAddress.
func (*GlobalConf) SetPlaybackAllowOrigin ¶
func (s *GlobalConf) SetPlaybackAllowOrigin(val OptString)
SetPlaybackAllowOrigin sets the value of PlaybackAllowOrigin.
func (*GlobalConf) SetPlaybackEncryption ¶
func (s *GlobalConf) SetPlaybackEncryption(val OptBool)
SetPlaybackEncryption sets the value of PlaybackEncryption.
func (*GlobalConf) SetPlaybackServerCert ¶
func (s *GlobalConf) SetPlaybackServerCert(val OptString)
SetPlaybackServerCert sets the value of PlaybackServerCert.
func (*GlobalConf) SetPlaybackServerKey ¶
func (s *GlobalConf) SetPlaybackServerKey(val OptString)
SetPlaybackServerKey sets the value of PlaybackServerKey.
func (*GlobalConf) SetPlaybackTrustedProxies ¶
func (s *GlobalConf) SetPlaybackTrustedProxies(val []string)
SetPlaybackTrustedProxies sets the value of PlaybackTrustedProxies.
func (*GlobalConf) SetPprof ¶
func (s *GlobalConf) SetPprof(val OptBool)
SetPprof sets the value of Pprof.
func (*GlobalConf) SetPprofAddress ¶
func (s *GlobalConf) SetPprofAddress(val OptString)
SetPprofAddress sets the value of PprofAddress.
func (*GlobalConf) SetPprofAllowOrigin ¶
func (s *GlobalConf) SetPprofAllowOrigin(val OptString)
SetPprofAllowOrigin sets the value of PprofAllowOrigin.
func (*GlobalConf) SetPprofEncryption ¶
func (s *GlobalConf) SetPprofEncryption(val OptBool)
SetPprofEncryption sets the value of PprofEncryption.
func (*GlobalConf) SetPprofServerCert ¶
func (s *GlobalConf) SetPprofServerCert(val OptString)
SetPprofServerCert sets the value of PprofServerCert.
func (*GlobalConf) SetPprofServerKey ¶
func (s *GlobalConf) SetPprofServerKey(val OptString)
SetPprofServerKey sets the value of PprofServerKey.
func (*GlobalConf) SetPprofTrustedProxies ¶
func (s *GlobalConf) SetPprofTrustedProxies(val []string)
SetPprofTrustedProxies sets the value of PprofTrustedProxies.
func (*GlobalConf) SetReadTimeout ¶
func (s *GlobalConf) SetReadTimeout(val OptString)
SetReadTimeout sets the value of ReadTimeout.
func (*GlobalConf) SetRtcpAddress ¶
func (s *GlobalConf) SetRtcpAddress(val OptString)
SetRtcpAddress sets the value of RtcpAddress.
func (*GlobalConf) SetRtmp ¶
func (s *GlobalConf) SetRtmp(val OptBool)
SetRtmp sets the value of Rtmp.
func (*GlobalConf) SetRtmpAddress ¶
func (s *GlobalConf) SetRtmpAddress(val OptString)
SetRtmpAddress sets the value of RtmpAddress.
func (*GlobalConf) SetRtmpEncryption ¶
func (s *GlobalConf) SetRtmpEncryption(val OptString)
SetRtmpEncryption sets the value of RtmpEncryption.
func (*GlobalConf) SetRtmpServerCert ¶
func (s *GlobalConf) SetRtmpServerCert(val OptString)
SetRtmpServerCert sets the value of RtmpServerCert.
func (*GlobalConf) SetRtmpServerKey ¶
func (s *GlobalConf) SetRtmpServerKey(val OptString)
SetRtmpServerKey sets the value of RtmpServerKey.
func (*GlobalConf) SetRtmpsAddress ¶
func (s *GlobalConf) SetRtmpsAddress(val OptString)
SetRtmpsAddress sets the value of RtmpsAddress.
func (*GlobalConf) SetRtpAddress ¶
func (s *GlobalConf) SetRtpAddress(val OptString)
SetRtpAddress sets the value of RtpAddress.
func (*GlobalConf) SetRtsp ¶
func (s *GlobalConf) SetRtsp(val OptBool)
SetRtsp sets the value of Rtsp.
func (*GlobalConf) SetRtspAddress ¶
func (s *GlobalConf) SetRtspAddress(val OptString)
SetRtspAddress sets the value of RtspAddress.
func (*GlobalConf) SetRtspAuthMethods ¶
func (s *GlobalConf) SetRtspAuthMethods(val []string)
SetRtspAuthMethods sets the value of RtspAuthMethods.
func (*GlobalConf) SetRtspEncryption ¶
func (s *GlobalConf) SetRtspEncryption(val OptString)
SetRtspEncryption sets the value of RtspEncryption.
func (*GlobalConf) SetRtspServerCert ¶
func (s *GlobalConf) SetRtspServerCert(val OptString)
SetRtspServerCert sets the value of RtspServerCert.
func (*GlobalConf) SetRtspServerKey ¶
func (s *GlobalConf) SetRtspServerKey(val OptString)
SetRtspServerKey sets the value of RtspServerKey.
func (*GlobalConf) SetRtspTransports ¶
func (s *GlobalConf) SetRtspTransports(val []string)
SetRtspTransports sets the value of RtspTransports.
func (*GlobalConf) SetRtspsAddress ¶
func (s *GlobalConf) SetRtspsAddress(val OptString)
SetRtspsAddress sets the value of RtspsAddress.
func (*GlobalConf) SetRunOnConnect ¶
func (s *GlobalConf) SetRunOnConnect(val OptString)
SetRunOnConnect sets the value of RunOnConnect.
func (*GlobalConf) SetRunOnConnectRestart ¶
func (s *GlobalConf) SetRunOnConnectRestart(val OptBool)
SetRunOnConnectRestart sets the value of RunOnConnectRestart.
func (*GlobalConf) SetRunOnDisconnect ¶
func (s *GlobalConf) SetRunOnDisconnect(val OptString)
SetRunOnDisconnect sets the value of RunOnDisconnect.
func (*GlobalConf) SetSrtAddress ¶
func (s *GlobalConf) SetSrtAddress(val OptString)
SetSrtAddress sets the value of SrtAddress.
func (*GlobalConf) SetSrtcpAddress ¶
func (s *GlobalConf) SetSrtcpAddress(val OptString)
SetSrtcpAddress sets the value of SrtcpAddress.
func (*GlobalConf) SetSrtpAddress ¶
func (s *GlobalConf) SetSrtpAddress(val OptString)
SetSrtpAddress sets the value of SrtpAddress.
func (*GlobalConf) SetSysLogPrefix ¶
func (s *GlobalConf) SetSysLogPrefix(val OptString)
SetSysLogPrefix sets the value of SysLogPrefix.
func (*GlobalConf) SetUdpMaxPayloadSize ¶
func (s *GlobalConf) SetUdpMaxPayloadSize(val OptInt)
SetUdpMaxPayloadSize sets the value of UdpMaxPayloadSize.
func (*GlobalConf) SetWebrtc ¶
func (s *GlobalConf) SetWebrtc(val OptBool)
SetWebrtc sets the value of Webrtc.
func (*GlobalConf) SetWebrtcAdditionalHosts ¶
func (s *GlobalConf) SetWebrtcAdditionalHosts(val []string)
SetWebrtcAdditionalHosts sets the value of WebrtcAdditionalHosts.
func (*GlobalConf) SetWebrtcAddress ¶
func (s *GlobalConf) SetWebrtcAddress(val OptString)
SetWebrtcAddress sets the value of WebrtcAddress.
func (*GlobalConf) SetWebrtcAllowOrigin ¶
func (s *GlobalConf) SetWebrtcAllowOrigin(val OptString)
SetWebrtcAllowOrigin sets the value of WebrtcAllowOrigin.
func (*GlobalConf) SetWebrtcEncryption ¶
func (s *GlobalConf) SetWebrtcEncryption(val OptBool)
SetWebrtcEncryption sets the value of WebrtcEncryption.
func (*GlobalConf) SetWebrtcHandshakeTimeout ¶
func (s *GlobalConf) SetWebrtcHandshakeTimeout(val OptString)
SetWebrtcHandshakeTimeout sets the value of WebrtcHandshakeTimeout.
func (*GlobalConf) SetWebrtcICEServers2 ¶
func (s *GlobalConf) SetWebrtcICEServers2(val []GlobalConfWebrtcICEServers2Item)
SetWebrtcICEServers2 sets the value of WebrtcICEServers2.
func (*GlobalConf) SetWebrtcIPsFromInterfaces ¶
func (s *GlobalConf) SetWebrtcIPsFromInterfaces(val OptBool)
SetWebrtcIPsFromInterfaces sets the value of WebrtcIPsFromInterfaces.
func (*GlobalConf) SetWebrtcIPsFromInterfacesList ¶
func (s *GlobalConf) SetWebrtcIPsFromInterfacesList(val []string)
SetWebrtcIPsFromInterfacesList sets the value of WebrtcIPsFromInterfacesList.
func (*GlobalConf) SetWebrtcLocalTCPAddress ¶
func (s *GlobalConf) SetWebrtcLocalTCPAddress(val OptString)
SetWebrtcLocalTCPAddress sets the value of WebrtcLocalTCPAddress.
func (*GlobalConf) SetWebrtcLocalUDPAddress ¶
func (s *GlobalConf) SetWebrtcLocalUDPAddress(val OptString)
SetWebrtcLocalUDPAddress sets the value of WebrtcLocalUDPAddress.
func (*GlobalConf) SetWebrtcSTUNGatherTimeout ¶
func (s *GlobalConf) SetWebrtcSTUNGatherTimeout(val OptString)
SetWebrtcSTUNGatherTimeout sets the value of WebrtcSTUNGatherTimeout.
func (*GlobalConf) SetWebrtcServerCert ¶
func (s *GlobalConf) SetWebrtcServerCert(val OptString)
SetWebrtcServerCert sets the value of WebrtcServerCert.
func (*GlobalConf) SetWebrtcServerKey ¶
func (s *GlobalConf) SetWebrtcServerKey(val OptString)
SetWebrtcServerKey sets the value of WebrtcServerKey.
func (*GlobalConf) SetWebrtcTrackGatherTimeout ¶
func (s *GlobalConf) SetWebrtcTrackGatherTimeout(val OptString)
SetWebrtcTrackGatherTimeout sets the value of WebrtcTrackGatherTimeout.
func (*GlobalConf) SetWebrtcTrustedProxies ¶
func (s *GlobalConf) SetWebrtcTrustedProxies(val []string)
SetWebrtcTrustedProxies sets the value of WebrtcTrustedProxies.
func (*GlobalConf) SetWriteQueueSize ¶
func (s *GlobalConf) SetWriteQueueSize(val OptInt)
SetWriteQueueSize sets the value of WriteQueueSize.
func (*GlobalConf) SetWriteTimeout ¶
func (s *GlobalConf) SetWriteTimeout(val OptString)
SetWriteTimeout sets the value of WriteTimeout.
func (*GlobalConf) UnmarshalJSON ¶
func (s *GlobalConf) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type GlobalConfWebrtcICEServers2Item ¶
type GlobalConfWebrtcICEServers2Item struct { URL OptString `json:"url"` Username OptString `json:"username"` Password OptString `json:"password"` ClientOnly OptBool `json:"clientOnly"` }
func (*GlobalConfWebrtcICEServers2Item) Decode ¶
func (s *GlobalConfWebrtcICEServers2Item) Decode(d *jx.Decoder) error
Decode decodes GlobalConfWebrtcICEServers2Item from json.
func (*GlobalConfWebrtcICEServers2Item) Encode ¶
func (s *GlobalConfWebrtcICEServers2Item) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*GlobalConfWebrtcICEServers2Item) GetClientOnly ¶
func (s *GlobalConfWebrtcICEServers2Item) GetClientOnly() OptBool
GetClientOnly returns the value of ClientOnly.
func (*GlobalConfWebrtcICEServers2Item) GetPassword ¶
func (s *GlobalConfWebrtcICEServers2Item) GetPassword() OptString
GetPassword returns the value of Password.
func (*GlobalConfWebrtcICEServers2Item) GetURL ¶
func (s *GlobalConfWebrtcICEServers2Item) GetURL() OptString
GetURL returns the value of URL.
func (*GlobalConfWebrtcICEServers2Item) GetUsername ¶
func (s *GlobalConfWebrtcICEServers2Item) GetUsername() OptString
GetUsername returns the value of Username.
func (*GlobalConfWebrtcICEServers2Item) MarshalJSON ¶
func (s *GlobalConfWebrtcICEServers2Item) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*GlobalConfWebrtcICEServers2Item) SetClientOnly ¶
func (s *GlobalConfWebrtcICEServers2Item) SetClientOnly(val OptBool)
SetClientOnly sets the value of ClientOnly.
func (*GlobalConfWebrtcICEServers2Item) SetPassword ¶
func (s *GlobalConfWebrtcICEServers2Item) SetPassword(val OptString)
SetPassword sets the value of Password.
func (*GlobalConfWebrtcICEServers2Item) SetURL ¶
func (s *GlobalConfWebrtcICEServers2Item) SetURL(val OptString)
SetURL sets the value of URL.
func (*GlobalConfWebrtcICEServers2Item) SetUsername ¶
func (s *GlobalConfWebrtcICEServers2Item) SetUsername(val OptString)
SetUsername sets the value of Username.
func (*GlobalConfWebrtcICEServers2Item) UnmarshalJSON ¶
func (s *GlobalConfWebrtcICEServers2Item) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type HLSMuxer ¶
type HLSMuxer struct { Path OptString `json:"path"` Created OptString `json:"created"` LastRequest OptString `json:"lastRequest"` BytesSent OptInt64 `json:"bytesSent"` }
Ref: #/components/schemas/HLSMuxer
func (*HLSMuxer) GetBytesSent ¶
GetBytesSent returns the value of BytesSent.
func (*HLSMuxer) GetCreated ¶
GetCreated returns the value of Created.
func (*HLSMuxer) GetLastRequest ¶
GetLastRequest returns the value of LastRequest.
func (*HLSMuxer) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*HLSMuxer) SetBytesSent ¶
SetBytesSent sets the value of BytesSent.
func (*HLSMuxer) SetCreated ¶
SetCreated sets the value of Created.
func (*HLSMuxer) SetLastRequest ¶
SetLastRequest sets the value of LastRequest.
func (*HLSMuxer) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type HLSMuxerList ¶
type HLSMuxerList struct { PageCount OptInt `json:"pageCount"` ItemCount OptInt `json:"itemCount"` Items []HLSMuxer `json:"items"` }
Ref: #/components/schemas/HLSMuxerList
func (*HLSMuxerList) Decode ¶
func (s *HLSMuxerList) Decode(d *jx.Decoder) error
Decode decodes HLSMuxerList from json.
func (*HLSMuxerList) Encode ¶
func (s *HLSMuxerList) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*HLSMuxerList) GetItemCount ¶
func (s *HLSMuxerList) GetItemCount() OptInt
GetItemCount returns the value of ItemCount.
func (*HLSMuxerList) GetItems ¶
func (s *HLSMuxerList) GetItems() []HLSMuxer
GetItems returns the value of Items.
func (*HLSMuxerList) GetPageCount ¶
func (s *HLSMuxerList) GetPageCount() OptInt
GetPageCount returns the value of PageCount.
func (*HLSMuxerList) MarshalJSON ¶
func (s *HLSMuxerList) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*HLSMuxerList) SetItemCount ¶
func (s *HLSMuxerList) SetItemCount(val OptInt)
SetItemCount sets the value of ItemCount.
func (*HLSMuxerList) SetItems ¶
func (s *HLSMuxerList) SetItems(val []HLSMuxer)
SetItems sets the value of Items.
func (*HLSMuxerList) SetPageCount ¶
func (s *HLSMuxerList) SetPageCount(val OptInt)
SetPageCount sets the value of PageCount.
func (*HLSMuxerList) UnmarshalJSON ¶
func (s *HLSMuxerList) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type HlsMuxersGetBadRequest ¶
type HlsMuxersGetBadRequest Error
func (*HlsMuxersGetBadRequest) Decode ¶
func (s *HlsMuxersGetBadRequest) Decode(d *jx.Decoder) error
Decode decodes HlsMuxersGetBadRequest from json.
func (*HlsMuxersGetBadRequest) Encode ¶
func (s *HlsMuxersGetBadRequest) Encode(e *jx.Encoder)
Encode encodes HlsMuxersGetBadRequest as json.
func (*HlsMuxersGetBadRequest) MarshalJSON ¶
func (s *HlsMuxersGetBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*HlsMuxersGetBadRequest) UnmarshalJSON ¶
func (s *HlsMuxersGetBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type HlsMuxersGetInternalServerError ¶
type HlsMuxersGetInternalServerError Error
func (*HlsMuxersGetInternalServerError) Decode ¶
func (s *HlsMuxersGetInternalServerError) Decode(d *jx.Decoder) error
Decode decodes HlsMuxersGetInternalServerError from json.
func (*HlsMuxersGetInternalServerError) Encode ¶
func (s *HlsMuxersGetInternalServerError) Encode(e *jx.Encoder)
Encode encodes HlsMuxersGetInternalServerError as json.
func (*HlsMuxersGetInternalServerError) MarshalJSON ¶
func (s *HlsMuxersGetInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*HlsMuxersGetInternalServerError) UnmarshalJSON ¶
func (s *HlsMuxersGetInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type HlsMuxersGetNotFound ¶
type HlsMuxersGetNotFound Error
func (*HlsMuxersGetNotFound) Decode ¶
func (s *HlsMuxersGetNotFound) Decode(d *jx.Decoder) error
Decode decodes HlsMuxersGetNotFound from json.
func (*HlsMuxersGetNotFound) Encode ¶
func (s *HlsMuxersGetNotFound) Encode(e *jx.Encoder)
Encode encodes HlsMuxersGetNotFound as json.
func (*HlsMuxersGetNotFound) MarshalJSON ¶
func (s *HlsMuxersGetNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*HlsMuxersGetNotFound) UnmarshalJSON ¶
func (s *HlsMuxersGetNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type HlsMuxersGetParams ¶
type HlsMuxersGetParams struct { // Name of the muxer. Name string }
HlsMuxersGetParams is parameters of hlsMuxersGet operation.
type HlsMuxersGetRes ¶
type HlsMuxersGetRes interface {
// contains filtered or unexported methods
}
type HlsMuxersListBadRequest ¶
type HlsMuxersListBadRequest Error
func (*HlsMuxersListBadRequest) Decode ¶
func (s *HlsMuxersListBadRequest) Decode(d *jx.Decoder) error
Decode decodes HlsMuxersListBadRequest from json.
func (*HlsMuxersListBadRequest) Encode ¶
func (s *HlsMuxersListBadRequest) Encode(e *jx.Encoder)
Encode encodes HlsMuxersListBadRequest as json.
func (*HlsMuxersListBadRequest) MarshalJSON ¶
func (s *HlsMuxersListBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*HlsMuxersListBadRequest) UnmarshalJSON ¶
func (s *HlsMuxersListBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type HlsMuxersListInternalServerError ¶
type HlsMuxersListInternalServerError Error
func (*HlsMuxersListInternalServerError) Decode ¶
func (s *HlsMuxersListInternalServerError) Decode(d *jx.Decoder) error
Decode decodes HlsMuxersListInternalServerError from json.
func (*HlsMuxersListInternalServerError) Encode ¶
func (s *HlsMuxersListInternalServerError) Encode(e *jx.Encoder)
Encode encodes HlsMuxersListInternalServerError as json.
func (*HlsMuxersListInternalServerError) MarshalJSON ¶
func (s *HlsMuxersListInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*HlsMuxersListInternalServerError) UnmarshalJSON ¶
func (s *HlsMuxersListInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type HlsMuxersListParams ¶
type HlsMuxersListParams struct { // Page number. Page OptInt // Items per page. ItemsPerPage OptInt }
HlsMuxersListParams is parameters of hlsMuxersList operation.
type HlsMuxersListRes ¶
type HlsMuxersListRes interface {
// contains filtered or unexported methods
}
type Invoker ¶
type Invoker interface { // AuthJwksRefresh invokes authJwksRefresh operation. // // Manually refreshes the JWT JWKS. // // POST /v3/auth/jwks/refresh AuthJwksRefresh(ctx context.Context) (AuthJwksRefreshRes, error) // ConfigGlobalGet invokes configGlobalGet operation. // // Returns the global configuration. // // GET /v3/config/global/get ConfigGlobalGet(ctx context.Context) (ConfigGlobalGetRes, error) // ConfigGlobalSet invokes configGlobalSet operation. // // All fields are optional. // // PATCH /v3/config/global/patch ConfigGlobalSet(ctx context.Context, request *GlobalConf) (ConfigGlobalSetRes, error) // ConfigPathDefaultsGet invokes configPathDefaultsGet operation. // // Returns the default path configuration. // // GET /v3/config/pathdefaults/get ConfigPathDefaultsGet(ctx context.Context) (ConfigPathDefaultsGetRes, error) // ConfigPathDefaultsPatch invokes configPathDefaultsPatch operation. // // All fields are optional. // // PATCH /v3/config/pathdefaults/patch ConfigPathDefaultsPatch(ctx context.Context, request *PathConf) (ConfigPathDefaultsPatchRes, error) // ConfigPathsAdd invokes configPathsAdd operation. // // All fields are optional. // // POST /v3/config/paths/add/{name} ConfigPathsAdd(ctx context.Context, request *PathConf, params ConfigPathsAddParams) (ConfigPathsAddRes, error) // ConfigPathsDelete invokes configPathsDelete operation. // // Removes a path configuration. // // DELETE /v3/config/paths/delete/{name} ConfigPathsDelete(ctx context.Context, params ConfigPathsDeleteParams) (ConfigPathsDeleteRes, error) // ConfigPathsGet invokes configPathsGet operation. // // Returns a path configuration. // // GET /v3/config/paths/get/{name} ConfigPathsGet(ctx context.Context, params ConfigPathsGetParams) (ConfigPathsGetRes, error) // ConfigPathsList invokes configPathsList operation. // // Returns all path configurations. // // GET /v3/config/paths/list ConfigPathsList(ctx context.Context, params ConfigPathsListParams) (ConfigPathsListRes, error) // ConfigPathsPatch invokes configPathsPatch operation. // // All fields are optional. // // PATCH /v3/config/paths/patch/{name} ConfigPathsPatch(ctx context.Context, request *PathConf, params ConfigPathsPatchParams) (ConfigPathsPatchRes, error) // ConfigPathsReplace invokes configPathsReplace operation. // // All fields are optional. // // POST /v3/config/paths/replace/{name} ConfigPathsReplace(ctx context.Context, request *PathConf, params ConfigPathsReplaceParams) (ConfigPathsReplaceRes, error) // HlsMuxersGet invokes hlsMuxersGet operation. // // Returns a HLS muxer. // // GET /v3/hlsmuxers/get/{name} HlsMuxersGet(ctx context.Context, params HlsMuxersGetParams) (HlsMuxersGetRes, error) // HlsMuxersList invokes hlsMuxersList operation. // // Returns all HLS muxers. // // GET /v3/hlsmuxers/list HlsMuxersList(ctx context.Context, params HlsMuxersListParams) (HlsMuxersListRes, error) // PathsGet invokes pathsGet operation. // // Returns a path. // // GET /v3/paths/get/{name} PathsGet(ctx context.Context, params PathsGetParams) (PathsGetRes, error) // PathsList invokes pathsList operation. // // Returns all paths. // // GET /v3/paths/list PathsList(ctx context.Context, params PathsListParams) (PathsListRes, error) // RecordingsDeleteSegment invokes recordingsDeleteSegment operation. // // Deletes a recording segment. // // DELETE /v3/recordings/deletesegment RecordingsDeleteSegment(ctx context.Context, params RecordingsDeleteSegmentParams) (RecordingsDeleteSegmentRes, error) // RecordingsGet invokes recordingsGet operation. // // Returns recordings for a path. // // GET /v3/recordings/get/{name} RecordingsGet(ctx context.Context, params RecordingsGetParams) (RecordingsGetRes, error) // RecordingsList invokes recordingsList operation. // // Returns all recordings. // // GET /v3/recordings/list RecordingsList(ctx context.Context, params RecordingsListParams) (RecordingsListRes, error) // RtmpConnectionsGet invokes rtmpConnectionsGet operation. // // Returns a RTMP connection. // // GET /v3/rtmpconns/get/{id} RtmpConnectionsGet(ctx context.Context, params RtmpConnectionsGetParams) (RtmpConnectionsGetRes, error) // RtmpConnsKick invokes rtmpConnsKick operation. // // Kicks out a RTMP connection from the server. // // POST /v3/rtmpconns/kick/{id} RtmpConnsKick(ctx context.Context, params RtmpConnsKickParams) (RtmpConnsKickRes, error) // RtmpConnsList invokes rtmpConnsList operation. // // Returns all RTMP connections. // // GET /v3/rtmpconns/list RtmpConnsList(ctx context.Context, params RtmpConnsListParams) (RtmpConnsListRes, error) // RtmpsConnectionsGet invokes rtmpsConnectionsGet operation. // // Returns a RTMPS connection. // // GET /v3/rtmpsconns/get/{id} RtmpsConnectionsGet(ctx context.Context, params RtmpsConnectionsGetParams) (RtmpsConnectionsGetRes, error) // RtmpsConnsKick invokes rtmpsConnsKick operation. // // Kicks out a RTMPS connection from the server. // // POST /v3/rtmpsconns/kick/{id} RtmpsConnsKick(ctx context.Context, params RtmpsConnsKickParams) (RtmpsConnsKickRes, error) // RtmpsConnsList invokes rtmpsConnsList operation. // // Returns all RTMPS connections. // // GET /v3/rtmpsconns/list RtmpsConnsList(ctx context.Context, params RtmpsConnsListParams) (RtmpsConnsListRes, error) // RtspConnsGet invokes rtspConnsGet operation. // // Returns a RTSP connection. // // GET /v3/rtspconns/get/{id} RtspConnsGet(ctx context.Context, params RtspConnsGetParams) (RtspConnsGetRes, error) // RtspConnsList invokes rtspConnsList operation. // // Returns all RTSP connections. // // GET /v3/rtspconns/list RtspConnsList(ctx context.Context, params RtspConnsListParams) (RtspConnsListRes, error) // RtspSessionsGet invokes rtspSessionsGet operation. // // Returns a RTSP session. // // GET /v3/rtspsessions/get/{id} RtspSessionsGet(ctx context.Context, params RtspSessionsGetParams) (RtspSessionsGetRes, error) // RtspSessionsKick invokes rtspSessionsKick operation. // // Kicks out a RTSP session from the server. // // POST /v3/rtspsessions/kick/{id} RtspSessionsKick(ctx context.Context, params RtspSessionsKickParams) (RtspSessionsKickRes, error) // RtspSessionsList invokes rtspSessionsList operation. // // Returns all RTSP sessions. // // GET /v3/rtspsessions/list RtspSessionsList(ctx context.Context, params RtspSessionsListParams) (RtspSessionsListRes, error) // RtspsConnsGet invokes rtspsConnsGet operation. // // Returns a RTSPS connection. // // GET /v3/rtspsconns/get/{id} RtspsConnsGet(ctx context.Context, params RtspsConnsGetParams) (RtspsConnsGetRes, error) // RtspsConnsList invokes rtspsConnsList operation. // // Returns all RTSPS connections. // // GET /v3/rtspsconns/list RtspsConnsList(ctx context.Context, params RtspsConnsListParams) (RtspsConnsListRes, error) // RtspsSessionsGet invokes rtspsSessionsGet operation. // // Returns a RTSPS session. // // GET /v3/rtspssessions/get/{id} RtspsSessionsGet(ctx context.Context, params RtspsSessionsGetParams) (RtspsSessionsGetRes, error) // RtspsSessionsKick invokes rtspsSessionsKick operation. // // Kicks out a RTSPS session from the server. // // POST /v3/rtspssessions/kick/{id} RtspsSessionsKick(ctx context.Context, params RtspsSessionsKickParams) (RtspsSessionsKickRes, error) // RtspsSessionsList invokes rtspsSessionsList operation. // // Returns all RTSPS sessions. // // GET /v3/rtspssessions/list RtspsSessionsList(ctx context.Context, params RtspsSessionsListParams) (RtspsSessionsListRes, error) // SrtConnsGet invokes srtConnsGet operation. // // Returns a SRT connection. // // GET /v3/srtconns/get/{id} SrtConnsGet(ctx context.Context, params SrtConnsGetParams) (SrtConnsGetRes, error) // SrtConnsKick invokes srtConnsKick operation. // // Kicks out a SRT connection from the server. // // POST /v3/srtconns/kick/{id} SrtConnsKick(ctx context.Context, params SrtConnsKickParams) (SrtConnsKickRes, error) // SrtConnsList invokes srtConnsList operation. // // Returns all SRT connections. // // GET /v3/srtconns/list SrtConnsList(ctx context.Context, params SrtConnsListParams) (SrtConnsListRes, error) // WebrtcSessionsGet invokes webrtcSessionsGet operation. // // Returns a WebRTC session. // // GET /v3/webrtcsessions/get/{id} WebrtcSessionsGet(ctx context.Context, params WebrtcSessionsGetParams) (WebrtcSessionsGetRes, error) // WebrtcSessionsKick invokes webrtcSessionsKick operation. // // Kicks out a WebRTC session from the server. // // POST /v3/webrtcsessions/kick/{id} WebrtcSessionsKick(ctx context.Context, params WebrtcSessionsKickParams) (WebrtcSessionsKickRes, error) // WebrtcSessionsList invokes webrtcSessionsList operation. // // Returns all WebRTC sessions. // // GET /v3/webrtcsessions/list WebrtcSessionsList(ctx context.Context, params WebrtcSessionsListParams) (WebrtcSessionsListRes, error) }
Invoker invokes operations described by OpenAPI v3 specification.
type OperationName ¶
type OperationName = string
OperationName is the ogen operation name
const ( AuthJwksRefreshOperation OperationName = "AuthJwksRefresh" ConfigGlobalGetOperation OperationName = "ConfigGlobalGet" ConfigGlobalSetOperation OperationName = "ConfigGlobalSet" ConfigPathDefaultsGetOperation OperationName = "ConfigPathDefaultsGet" ConfigPathDefaultsPatchOperation OperationName = "ConfigPathDefaultsPatch" ConfigPathsAddOperation OperationName = "ConfigPathsAdd" ConfigPathsDeleteOperation OperationName = "ConfigPathsDelete" ConfigPathsGetOperation OperationName = "ConfigPathsGet" ConfigPathsListOperation OperationName = "ConfigPathsList" ConfigPathsPatchOperation OperationName = "ConfigPathsPatch" ConfigPathsReplaceOperation OperationName = "ConfigPathsReplace" HlsMuxersGetOperation OperationName = "HlsMuxersGet" HlsMuxersListOperation OperationName = "HlsMuxersList" PathsGetOperation OperationName = "PathsGet" PathsListOperation OperationName = "PathsList" RecordingsDeleteSegmentOperation OperationName = "RecordingsDeleteSegment" RecordingsGetOperation OperationName = "RecordingsGet" RecordingsListOperation OperationName = "RecordingsList" RtmpConnectionsGetOperation OperationName = "RtmpConnectionsGet" RtmpConnsKickOperation OperationName = "RtmpConnsKick" RtmpConnsListOperation OperationName = "RtmpConnsList" RtmpsConnectionsGetOperation OperationName = "RtmpsConnectionsGet" RtmpsConnsKickOperation OperationName = "RtmpsConnsKick" RtmpsConnsListOperation OperationName = "RtmpsConnsList" RtspConnsGetOperation OperationName = "RtspConnsGet" RtspConnsListOperation OperationName = "RtspConnsList" RtspSessionsGetOperation OperationName = "RtspSessionsGet" RtspSessionsKickOperation OperationName = "RtspSessionsKick" RtspSessionsListOperation OperationName = "RtspSessionsList" RtspsConnsGetOperation OperationName = "RtspsConnsGet" RtspsConnsListOperation OperationName = "RtspsConnsList" RtspsSessionsGetOperation OperationName = "RtspsSessionsGet" RtspsSessionsKickOperation OperationName = "RtspsSessionsKick" RtspsSessionsListOperation OperationName = "RtspsSessionsList" SrtConnsGetOperation OperationName = "SrtConnsGet" SrtConnsKickOperation OperationName = "SrtConnsKick" SrtConnsListOperation OperationName = "SrtConnsList" WebrtcSessionsGetOperation OperationName = "WebrtcSessionsGet" WebrtcSessionsKickOperation OperationName = "WebrtcSessionsKick" WebrtcSessionsListOperation OperationName = "WebrtcSessionsList" )
type OptBool ¶
OptBool is optional bool.
func NewOptBool ¶
NewOptBool returns new OptBool with value set to v.
func (OptBool) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptBool) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OptFloat64 ¶
OptFloat64 is optional float64.
func NewOptFloat64 ¶
func NewOptFloat64(v float64) OptFloat64
NewOptFloat64 returns new OptFloat64 with value set to v.
func (*OptFloat64) Decode ¶
func (o *OptFloat64) Decode(d *jx.Decoder) error
Decode decodes float64 from json.
func (OptFloat64) Encode ¶
func (o OptFloat64) Encode(e *jx.Encoder)
Encode encodes float64 as json.
func (OptFloat64) Get ¶
func (o OptFloat64) Get() (v float64, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptFloat64) IsSet ¶
func (o OptFloat64) IsSet() bool
IsSet returns true if OptFloat64 was set.
func (OptFloat64) MarshalJSON ¶
func (s OptFloat64) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptFloat64) Or ¶
func (o OptFloat64) Or(d float64) float64
Or returns value if set, or given parameter if does not.
func (*OptFloat64) UnmarshalJSON ¶
func (s *OptFloat64) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptInt ¶
OptInt is optional int.
func (OptInt) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptInt) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OptInt64 ¶
OptInt64 is optional int64.
func NewOptInt64 ¶
NewOptInt64 returns new OptInt64 with value set to v.
func (OptInt64) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptInt64) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OptNilString ¶
OptNilString is optional nullable string.
func NewOptNilString ¶
func NewOptNilString(v string) OptNilString
NewOptNilString returns new OptNilString with value set to v.
func (*OptNilString) Decode ¶
func (o *OptNilString) Decode(d *jx.Decoder) error
Decode decodes string from json.
func (OptNilString) Encode ¶
func (o OptNilString) Encode(e *jx.Encoder)
Encode encodes string as json.
func (OptNilString) Get ¶
func (o OptNilString) Get() (v string, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptNilString) IsNull ¶
func (o OptNilString) IsNull() bool
IsNull returns true if value is Null.
func (OptNilString) IsSet ¶
func (o OptNilString) IsSet() bool
IsSet returns true if OptNilString was set.
func (OptNilString) MarshalJSON ¶
func (s OptNilString) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptNilString) Or ¶
func (o OptNilString) Or(d string) string
Or returns value if set, or given parameter if does not.
func (*OptNilString) UnmarshalJSON ¶
func (s *OptNilString) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptPathReaderType ¶
type OptPathReaderType struct { Value PathReaderType Set bool }
OptPathReaderType is optional PathReaderType.
func NewOptPathReaderType ¶
func NewOptPathReaderType(v PathReaderType) OptPathReaderType
NewOptPathReaderType returns new OptPathReaderType with value set to v.
func (*OptPathReaderType) Decode ¶
func (o *OptPathReaderType) Decode(d *jx.Decoder) error
Decode decodes PathReaderType from json.
func (OptPathReaderType) Encode ¶
func (o OptPathReaderType) Encode(e *jx.Encoder)
Encode encodes PathReaderType as json.
func (OptPathReaderType) Get ¶
func (o OptPathReaderType) Get() (v PathReaderType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptPathReaderType) IsSet ¶
func (o OptPathReaderType) IsSet() bool
IsSet returns true if OptPathReaderType was set.
func (OptPathReaderType) MarshalJSON ¶
func (s OptPathReaderType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptPathReaderType) Or ¶
func (o OptPathReaderType) Or(d PathReaderType) PathReaderType
Or returns value if set, or given parameter if does not.
func (*OptPathReaderType) SetTo ¶
func (o *OptPathReaderType) SetTo(v PathReaderType)
SetTo sets value to v.
func (*OptPathReaderType) UnmarshalJSON ¶
func (s *OptPathReaderType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptPathSource ¶
type OptPathSource struct { Value PathSource Set bool }
OptPathSource is optional PathSource.
func NewOptPathSource ¶
func NewOptPathSource(v PathSource) OptPathSource
NewOptPathSource returns new OptPathSource with value set to v.
func (*OptPathSource) Decode ¶
func (o *OptPathSource) Decode(d *jx.Decoder) error
Decode decodes PathSource from json.
func (OptPathSource) Encode ¶
func (o OptPathSource) Encode(e *jx.Encoder)
Encode encodes PathSource as json.
func (OptPathSource) Get ¶
func (o OptPathSource) Get() (v PathSource, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptPathSource) IsSet ¶
func (o OptPathSource) IsSet() bool
IsSet returns true if OptPathSource was set.
func (OptPathSource) MarshalJSON ¶
func (s OptPathSource) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptPathSource) Or ¶
func (o OptPathSource) Or(d PathSource) PathSource
Or returns value if set, or given parameter if does not.
func (*OptPathSource) UnmarshalJSON ¶
func (s *OptPathSource) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptPathSourceType ¶
type OptPathSourceType struct { Value PathSourceType Set bool }
OptPathSourceType is optional PathSourceType.
func NewOptPathSourceType ¶
func NewOptPathSourceType(v PathSourceType) OptPathSourceType
NewOptPathSourceType returns new OptPathSourceType with value set to v.
func (*OptPathSourceType) Decode ¶
func (o *OptPathSourceType) Decode(d *jx.Decoder) error
Decode decodes PathSourceType from json.
func (OptPathSourceType) Encode ¶
func (o OptPathSourceType) Encode(e *jx.Encoder)
Encode encodes PathSourceType as json.
func (OptPathSourceType) Get ¶
func (o OptPathSourceType) Get() (v PathSourceType, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptPathSourceType) IsSet ¶
func (o OptPathSourceType) IsSet() bool
IsSet returns true if OptPathSourceType was set.
func (OptPathSourceType) MarshalJSON ¶
func (s OptPathSourceType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptPathSourceType) Or ¶
func (o OptPathSourceType) Or(d PathSourceType) PathSourceType
Or returns value if set, or given parameter if does not.
func (*OptPathSourceType) SetTo ¶
func (o *OptPathSourceType) SetTo(v PathSourceType)
SetTo sets value to v.
func (*OptPathSourceType) UnmarshalJSON ¶
func (s *OptPathSourceType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptRTMPConnState ¶
type OptRTMPConnState struct { Value RTMPConnState Set bool }
OptRTMPConnState is optional RTMPConnState.
func NewOptRTMPConnState ¶
func NewOptRTMPConnState(v RTMPConnState) OptRTMPConnState
NewOptRTMPConnState returns new OptRTMPConnState with value set to v.
func (*OptRTMPConnState) Decode ¶
func (o *OptRTMPConnState) Decode(d *jx.Decoder) error
Decode decodes RTMPConnState from json.
func (OptRTMPConnState) Encode ¶
func (o OptRTMPConnState) Encode(e *jx.Encoder)
Encode encodes RTMPConnState as json.
func (OptRTMPConnState) Get ¶
func (o OptRTMPConnState) Get() (v RTMPConnState, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptRTMPConnState) IsSet ¶
func (o OptRTMPConnState) IsSet() bool
IsSet returns true if OptRTMPConnState was set.
func (OptRTMPConnState) MarshalJSON ¶
func (s OptRTMPConnState) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptRTMPConnState) Or ¶
func (o OptRTMPConnState) Or(d RTMPConnState) RTMPConnState
Or returns value if set, or given parameter if does not.
func (*OptRTMPConnState) SetTo ¶
func (o *OptRTMPConnState) SetTo(v RTMPConnState)
SetTo sets value to v.
func (*OptRTMPConnState) UnmarshalJSON ¶
func (s *OptRTMPConnState) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptRTSPSessionState ¶
type OptRTSPSessionState struct { Value RTSPSessionState Set bool }
OptRTSPSessionState is optional RTSPSessionState.
func NewOptRTSPSessionState ¶
func NewOptRTSPSessionState(v RTSPSessionState) OptRTSPSessionState
NewOptRTSPSessionState returns new OptRTSPSessionState with value set to v.
func (*OptRTSPSessionState) Decode ¶
func (o *OptRTSPSessionState) Decode(d *jx.Decoder) error
Decode decodes RTSPSessionState from json.
func (OptRTSPSessionState) Encode ¶
func (o OptRTSPSessionState) Encode(e *jx.Encoder)
Encode encodes RTSPSessionState as json.
func (OptRTSPSessionState) Get ¶
func (o OptRTSPSessionState) Get() (v RTSPSessionState, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptRTSPSessionState) IsSet ¶
func (o OptRTSPSessionState) IsSet() bool
IsSet returns true if OptRTSPSessionState was set.
func (OptRTSPSessionState) MarshalJSON ¶
func (s OptRTSPSessionState) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptRTSPSessionState) Or ¶
func (o OptRTSPSessionState) Or(d RTSPSessionState) RTSPSessionState
Or returns value if set, or given parameter if does not.
func (*OptRTSPSessionState) SetTo ¶
func (o *OptRTSPSessionState) SetTo(v RTSPSessionState)
SetTo sets value to v.
func (*OptRTSPSessionState) UnmarshalJSON ¶
func (s *OptRTSPSessionState) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptSRTConnState ¶
type OptSRTConnState struct { Value SRTConnState Set bool }
OptSRTConnState is optional SRTConnState.
func NewOptSRTConnState ¶
func NewOptSRTConnState(v SRTConnState) OptSRTConnState
NewOptSRTConnState returns new OptSRTConnState with value set to v.
func (*OptSRTConnState) Decode ¶
func (o *OptSRTConnState) Decode(d *jx.Decoder) error
Decode decodes SRTConnState from json.
func (OptSRTConnState) Encode ¶
func (o OptSRTConnState) Encode(e *jx.Encoder)
Encode encodes SRTConnState as json.
func (OptSRTConnState) Get ¶
func (o OptSRTConnState) Get() (v SRTConnState, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptSRTConnState) IsSet ¶
func (o OptSRTConnState) IsSet() bool
IsSet returns true if OptSRTConnState was set.
func (OptSRTConnState) MarshalJSON ¶
func (s OptSRTConnState) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptSRTConnState) Or ¶
func (o OptSRTConnState) Or(d SRTConnState) SRTConnState
Or returns value if set, or given parameter if does not.
func (*OptSRTConnState) SetTo ¶
func (o *OptSRTConnState) SetTo(v SRTConnState)
SetTo sets value to v.
func (*OptSRTConnState) UnmarshalJSON ¶
func (s *OptSRTConnState) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type OptString ¶
OptString is optional string.
func NewOptString ¶
NewOptString returns new OptString with value set to v.
func (OptString) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*OptString) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type OptWebRTCSessionState ¶
type OptWebRTCSessionState struct { Value WebRTCSessionState Set bool }
OptWebRTCSessionState is optional WebRTCSessionState.
func NewOptWebRTCSessionState ¶
func NewOptWebRTCSessionState(v WebRTCSessionState) OptWebRTCSessionState
NewOptWebRTCSessionState returns new OptWebRTCSessionState with value set to v.
func (*OptWebRTCSessionState) Decode ¶
func (o *OptWebRTCSessionState) Decode(d *jx.Decoder) error
Decode decodes WebRTCSessionState from json.
func (OptWebRTCSessionState) Encode ¶
func (o OptWebRTCSessionState) Encode(e *jx.Encoder)
Encode encodes WebRTCSessionState as json.
func (OptWebRTCSessionState) Get ¶
func (o OptWebRTCSessionState) Get() (v WebRTCSessionState, ok bool)
Get returns value and boolean that denotes whether value was set.
func (OptWebRTCSessionState) IsSet ¶
func (o OptWebRTCSessionState) IsSet() bool
IsSet returns true if OptWebRTCSessionState was set.
func (OptWebRTCSessionState) MarshalJSON ¶
func (s OptWebRTCSessionState) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (OptWebRTCSessionState) Or ¶
func (o OptWebRTCSessionState) Or(d WebRTCSessionState) WebRTCSessionState
Or returns value if set, or given parameter if does not.
func (*OptWebRTCSessionState) SetTo ¶
func (o *OptWebRTCSessionState) SetTo(v WebRTCSessionState)
SetTo sets value to v.
func (*OptWebRTCSessionState) UnmarshalJSON ¶
func (s *OptWebRTCSessionState) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type Path ¶
type Path struct { Name OptString `json:"name"` ConfName OptString `json:"confName"` Source OptPathSource `json:"source"` Ready OptBool `json:"ready"` ReadyTime OptNilString `json:"readyTime"` Tracks []string `json:"tracks"` BytesReceived OptInt64 `json:"bytesReceived"` BytesSent OptInt64 `json:"bytesSent"` Readers []PathReader `json:"readers"` }
Ref: #/components/schemas/Path
func (*Path) GetBytesReceived ¶
GetBytesReceived returns the value of BytesReceived.
func (*Path) GetBytesSent ¶
GetBytesSent returns the value of BytesSent.
func (*Path) GetConfName ¶
GetConfName returns the value of ConfName.
func (*Path) GetReaders ¶
func (s *Path) GetReaders() []PathReader
GetReaders returns the value of Readers.
func (*Path) GetReadyTime ¶
func (s *Path) GetReadyTime() OptNilString
GetReadyTime returns the value of ReadyTime.
func (*Path) GetSource ¶
func (s *Path) GetSource() OptPathSource
GetSource returns the value of Source.
func (*Path) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*Path) SetBytesReceived ¶
SetBytesReceived sets the value of BytesReceived.
func (*Path) SetBytesSent ¶
SetBytesSent sets the value of BytesSent.
func (*Path) SetConfName ¶
SetConfName sets the value of ConfName.
func (*Path) SetReaders ¶
func (s *Path) SetReaders(val []PathReader)
SetReaders sets the value of Readers.
func (*Path) SetReadyTime ¶
func (s *Path) SetReadyTime(val OptNilString)
SetReadyTime sets the value of ReadyTime.
func (*Path) SetSource ¶
func (s *Path) SetSource(val OptPathSource)
SetSource sets the value of Source.
func (*Path) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type PathConf ¶
type PathConf struct { Name OptString `json:"name"` Source OptString `json:"source"` SourceFingerprint OptString `json:"sourceFingerprint"` SourceOnDemand OptBool `json:"sourceOnDemand"` SourceOnDemandStartTimeout OptString `json:"sourceOnDemandStartTimeout"` SourceOnDemandCloseAfter OptString `json:"sourceOnDemandCloseAfter"` MaxReaders OptInt `json:"maxReaders"` SrtReadPassphrase OptString `json:"srtReadPassphrase"` Fallback OptString `json:"fallback"` UseAbsoluteTimestamp OptBool `json:"useAbsoluteTimestamp"` Record OptBool `json:"record"` RecordPath OptString `json:"recordPath"` RecordFormat OptString `json:"recordFormat"` RecordPartDuration OptString `json:"recordPartDuration"` RecordSegmentDuration OptString `json:"recordSegmentDuration"` RecordDeleteAfter OptString `json:"recordDeleteAfter"` OverridePublisher OptBool `json:"overridePublisher"` SrtPublishPassphrase OptString `json:"srtPublishPassphrase"` RtspTransport OptString `json:"rtspTransport"` RtspAnyPort OptBool `json:"rtspAnyPort"` RtspRangeType OptString `json:"rtspRangeType"` RtspRangeStart OptString `json:"rtspRangeStart"` SourceRedirect OptString `json:"sourceRedirect"` RpiCameraCamID OptInt `json:"rpiCameraCamID"` RpiCameraSecondary OptBool `json:"rpiCameraSecondary"` RpiCameraWidth OptInt `json:"rpiCameraWidth"` RpiCameraHeight OptInt `json:"rpiCameraHeight"` RpiCameraHFlip OptBool `json:"rpiCameraHFlip"` RpiCameraVFlip OptBool `json:"rpiCameraVFlip"` RpiCameraBrightness OptFloat64 `json:"rpiCameraBrightness"` RpiCameraContrast OptFloat64 `json:"rpiCameraContrast"` RpiCameraSaturation OptFloat64 `json:"rpiCameraSaturation"` RpiCameraSharpness OptFloat64 `json:"rpiCameraSharpness"` RpiCameraExposure OptString `json:"rpiCameraExposure"` RpiCameraAWB OptString `json:"rpiCameraAWB"` RpiCameraAWBGains []float64 `json:"rpiCameraAWBGains"` RpiCameraDenoise OptString `json:"rpiCameraDenoise"` RpiCameraShutter OptInt `json:"rpiCameraShutter"` RpiCameraMetering OptString `json:"rpiCameraMetering"` RpiCameraGain OptFloat64 `json:"rpiCameraGain"` RpiCameraEV OptFloat64 `json:"rpiCameraEV"` RpiCameraROI OptString `json:"rpiCameraROI"` RpiCameraHDR OptBool `json:"rpiCameraHDR"` RpiCameraTuningFile OptString `json:"rpiCameraTuningFile"` RpiCameraMode OptString `json:"rpiCameraMode"` RpiCameraFPS OptFloat64 `json:"rpiCameraFPS"` RpiCameraAfMode OptString `json:"rpiCameraAfMode"` RpiCameraAfRange OptString `json:"rpiCameraAfRange"` RpiCameraAfSpeed OptString `json:"rpiCameraAfSpeed"` RpiCameraLensPosition OptFloat64 `json:"rpiCameraLensPosition"` RpiCameraAfWindow OptString `json:"rpiCameraAfWindow"` RpiCameraFlickerPeriod OptInt `json:"rpiCameraFlickerPeriod"` RpiCameraTextOverlayEnable OptBool `json:"rpiCameraTextOverlayEnable"` RpiCameraTextOverlay OptString `json:"rpiCameraTextOverlay"` RpiCameraCodec OptString `json:"rpiCameraCodec"` RpiCameraIDRPeriod OptInt `json:"rpiCameraIDRPeriod"` RpiCameraBitrate OptInt `json:"rpiCameraBitrate"` RpiCameraProfile OptString `json:"rpiCameraProfile"` RpiCameraLevel OptString `json:"rpiCameraLevel"` RpiCameraJPEGQuality OptInt `json:"rpiCameraJPEGQuality"` RunOnInit OptString `json:"runOnInit"` RunOnInitRestart OptBool `json:"runOnInitRestart"` RunOnDemand OptString `json:"runOnDemand"` RunOnDemandRestart OptBool `json:"runOnDemandRestart"` RunOnDemandStartTimeout OptString `json:"runOnDemandStartTimeout"` RunOnDemandCloseAfter OptString `json:"runOnDemandCloseAfter"` RunOnUnDemand OptString `json:"runOnUnDemand"` RunOnReady OptString `json:"runOnReady"` RunOnReadyRestart OptBool `json:"runOnReadyRestart"` RunOnNotReady OptString `json:"runOnNotReady"` RunOnRead OptString `json:"runOnRead"` RunOnReadRestart OptBool `json:"runOnReadRestart"` RunOnUnread OptString `json:"runOnUnread"` RunOnRecordSegmentCreate OptString `json:"runOnRecordSegmentCreate"` RunOnRecordSegmentComplete OptString `json:"runOnRecordSegmentComplete"` }
Ref: #/components/schemas/PathConf
func (*PathConf) GetFallback ¶
GetFallback returns the value of Fallback.
func (*PathConf) GetMaxReaders ¶
GetMaxReaders returns the value of MaxReaders.
func (*PathConf) GetOverridePublisher ¶
GetOverridePublisher returns the value of OverridePublisher.
func (*PathConf) GetRecordDeleteAfter ¶
GetRecordDeleteAfter returns the value of RecordDeleteAfter.
func (*PathConf) GetRecordFormat ¶
GetRecordFormat returns the value of RecordFormat.
func (*PathConf) GetRecordPartDuration ¶
GetRecordPartDuration returns the value of RecordPartDuration.
func (*PathConf) GetRecordPath ¶
GetRecordPath returns the value of RecordPath.
func (*PathConf) GetRecordSegmentDuration ¶
GetRecordSegmentDuration returns the value of RecordSegmentDuration.
func (*PathConf) GetRpiCameraAWB ¶
GetRpiCameraAWB returns the value of RpiCameraAWB.
func (*PathConf) GetRpiCameraAWBGains ¶
GetRpiCameraAWBGains returns the value of RpiCameraAWBGains.
func (*PathConf) GetRpiCameraAfMode ¶
GetRpiCameraAfMode returns the value of RpiCameraAfMode.
func (*PathConf) GetRpiCameraAfRange ¶
GetRpiCameraAfRange returns the value of RpiCameraAfRange.
func (*PathConf) GetRpiCameraAfSpeed ¶
GetRpiCameraAfSpeed returns the value of RpiCameraAfSpeed.
func (*PathConf) GetRpiCameraAfWindow ¶
GetRpiCameraAfWindow returns the value of RpiCameraAfWindow.
func (*PathConf) GetRpiCameraBitrate ¶
GetRpiCameraBitrate returns the value of RpiCameraBitrate.
func (*PathConf) GetRpiCameraBrightness ¶
func (s *PathConf) GetRpiCameraBrightness() OptFloat64
GetRpiCameraBrightness returns the value of RpiCameraBrightness.
func (*PathConf) GetRpiCameraCamID ¶
GetRpiCameraCamID returns the value of RpiCameraCamID.
func (*PathConf) GetRpiCameraCodec ¶
GetRpiCameraCodec returns the value of RpiCameraCodec.
func (*PathConf) GetRpiCameraContrast ¶
func (s *PathConf) GetRpiCameraContrast() OptFloat64
GetRpiCameraContrast returns the value of RpiCameraContrast.
func (*PathConf) GetRpiCameraDenoise ¶
GetRpiCameraDenoise returns the value of RpiCameraDenoise.
func (*PathConf) GetRpiCameraEV ¶
func (s *PathConf) GetRpiCameraEV() OptFloat64
GetRpiCameraEV returns the value of RpiCameraEV.
func (*PathConf) GetRpiCameraExposure ¶
GetRpiCameraExposure returns the value of RpiCameraExposure.
func (*PathConf) GetRpiCameraFPS ¶
func (s *PathConf) GetRpiCameraFPS() OptFloat64
GetRpiCameraFPS returns the value of RpiCameraFPS.
func (*PathConf) GetRpiCameraFlickerPeriod ¶
GetRpiCameraFlickerPeriod returns the value of RpiCameraFlickerPeriod.
func (*PathConf) GetRpiCameraGain ¶
func (s *PathConf) GetRpiCameraGain() OptFloat64
GetRpiCameraGain returns the value of RpiCameraGain.
func (*PathConf) GetRpiCameraHDR ¶
GetRpiCameraHDR returns the value of RpiCameraHDR.
func (*PathConf) GetRpiCameraHFlip ¶
GetRpiCameraHFlip returns the value of RpiCameraHFlip.
func (*PathConf) GetRpiCameraHeight ¶
GetRpiCameraHeight returns the value of RpiCameraHeight.
func (*PathConf) GetRpiCameraIDRPeriod ¶
GetRpiCameraIDRPeriod returns the value of RpiCameraIDRPeriod.
func (*PathConf) GetRpiCameraJPEGQuality ¶
GetRpiCameraJPEGQuality returns the value of RpiCameraJPEGQuality.
func (*PathConf) GetRpiCameraLensPosition ¶
func (s *PathConf) GetRpiCameraLensPosition() OptFloat64
GetRpiCameraLensPosition returns the value of RpiCameraLensPosition.
func (*PathConf) GetRpiCameraLevel ¶
GetRpiCameraLevel returns the value of RpiCameraLevel.
func (*PathConf) GetRpiCameraMetering ¶
GetRpiCameraMetering returns the value of RpiCameraMetering.
func (*PathConf) GetRpiCameraMode ¶
GetRpiCameraMode returns the value of RpiCameraMode.
func (*PathConf) GetRpiCameraProfile ¶
GetRpiCameraProfile returns the value of RpiCameraProfile.
func (*PathConf) GetRpiCameraROI ¶
GetRpiCameraROI returns the value of RpiCameraROI.
func (*PathConf) GetRpiCameraSaturation ¶
func (s *PathConf) GetRpiCameraSaturation() OptFloat64
GetRpiCameraSaturation returns the value of RpiCameraSaturation.
func (*PathConf) GetRpiCameraSecondary ¶
GetRpiCameraSecondary returns the value of RpiCameraSecondary.
func (*PathConf) GetRpiCameraSharpness ¶
func (s *PathConf) GetRpiCameraSharpness() OptFloat64
GetRpiCameraSharpness returns the value of RpiCameraSharpness.
func (*PathConf) GetRpiCameraShutter ¶
GetRpiCameraShutter returns the value of RpiCameraShutter.
func (*PathConf) GetRpiCameraTextOverlay ¶
GetRpiCameraTextOverlay returns the value of RpiCameraTextOverlay.
func (*PathConf) GetRpiCameraTextOverlayEnable ¶
GetRpiCameraTextOverlayEnable returns the value of RpiCameraTextOverlayEnable.
func (*PathConf) GetRpiCameraTuningFile ¶
GetRpiCameraTuningFile returns the value of RpiCameraTuningFile.
func (*PathConf) GetRpiCameraVFlip ¶
GetRpiCameraVFlip returns the value of RpiCameraVFlip.
func (*PathConf) GetRpiCameraWidth ¶
GetRpiCameraWidth returns the value of RpiCameraWidth.
func (*PathConf) GetRtspAnyPort ¶
GetRtspAnyPort returns the value of RtspAnyPort.
func (*PathConf) GetRtspRangeStart ¶
GetRtspRangeStart returns the value of RtspRangeStart.
func (*PathConf) GetRtspRangeType ¶
GetRtspRangeType returns the value of RtspRangeType.
func (*PathConf) GetRtspTransport ¶
GetRtspTransport returns the value of RtspTransport.
func (*PathConf) GetRunOnDemand ¶
GetRunOnDemand returns the value of RunOnDemand.
func (*PathConf) GetRunOnDemandCloseAfter ¶
GetRunOnDemandCloseAfter returns the value of RunOnDemandCloseAfter.
func (*PathConf) GetRunOnDemandRestart ¶
GetRunOnDemandRestart returns the value of RunOnDemandRestart.
func (*PathConf) GetRunOnDemandStartTimeout ¶
GetRunOnDemandStartTimeout returns the value of RunOnDemandStartTimeout.
func (*PathConf) GetRunOnInit ¶
GetRunOnInit returns the value of RunOnInit.
func (*PathConf) GetRunOnInitRestart ¶
GetRunOnInitRestart returns the value of RunOnInitRestart.
func (*PathConf) GetRunOnNotReady ¶
GetRunOnNotReady returns the value of RunOnNotReady.
func (*PathConf) GetRunOnRead ¶
GetRunOnRead returns the value of RunOnRead.
func (*PathConf) GetRunOnReadRestart ¶
GetRunOnReadRestart returns the value of RunOnReadRestart.
func (*PathConf) GetRunOnReady ¶
GetRunOnReady returns the value of RunOnReady.
func (*PathConf) GetRunOnReadyRestart ¶
GetRunOnReadyRestart returns the value of RunOnReadyRestart.
func (*PathConf) GetRunOnRecordSegmentComplete ¶
GetRunOnRecordSegmentComplete returns the value of RunOnRecordSegmentComplete.
func (*PathConf) GetRunOnRecordSegmentCreate ¶
GetRunOnRecordSegmentCreate returns the value of RunOnRecordSegmentCreate.
func (*PathConf) GetRunOnUnDemand ¶
GetRunOnUnDemand returns the value of RunOnUnDemand.
func (*PathConf) GetRunOnUnread ¶
GetRunOnUnread returns the value of RunOnUnread.
func (*PathConf) GetSourceFingerprint ¶
GetSourceFingerprint returns the value of SourceFingerprint.
func (*PathConf) GetSourceOnDemand ¶
GetSourceOnDemand returns the value of SourceOnDemand.
func (*PathConf) GetSourceOnDemandCloseAfter ¶
GetSourceOnDemandCloseAfter returns the value of SourceOnDemandCloseAfter.
func (*PathConf) GetSourceOnDemandStartTimeout ¶
GetSourceOnDemandStartTimeout returns the value of SourceOnDemandStartTimeout.
func (*PathConf) GetSourceRedirect ¶
GetSourceRedirect returns the value of SourceRedirect.
func (*PathConf) GetSrtPublishPassphrase ¶
GetSrtPublishPassphrase returns the value of SrtPublishPassphrase.
func (*PathConf) GetSrtReadPassphrase ¶
GetSrtReadPassphrase returns the value of SrtReadPassphrase.
func (*PathConf) GetUseAbsoluteTimestamp ¶
GetUseAbsoluteTimestamp returns the value of UseAbsoluteTimestamp.
func (*PathConf) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*PathConf) SetFallback ¶
SetFallback sets the value of Fallback.
func (*PathConf) SetMaxReaders ¶
SetMaxReaders sets the value of MaxReaders.
func (*PathConf) SetOverridePublisher ¶
SetOverridePublisher sets the value of OverridePublisher.
func (*PathConf) SetRecordDeleteAfter ¶
SetRecordDeleteAfter sets the value of RecordDeleteAfter.
func (*PathConf) SetRecordFormat ¶
SetRecordFormat sets the value of RecordFormat.
func (*PathConf) SetRecordPartDuration ¶
SetRecordPartDuration sets the value of RecordPartDuration.
func (*PathConf) SetRecordPath ¶
SetRecordPath sets the value of RecordPath.
func (*PathConf) SetRecordSegmentDuration ¶
SetRecordSegmentDuration sets the value of RecordSegmentDuration.
func (*PathConf) SetRpiCameraAWB ¶
SetRpiCameraAWB sets the value of RpiCameraAWB.
func (*PathConf) SetRpiCameraAWBGains ¶
SetRpiCameraAWBGains sets the value of RpiCameraAWBGains.
func (*PathConf) SetRpiCameraAfMode ¶
SetRpiCameraAfMode sets the value of RpiCameraAfMode.
func (*PathConf) SetRpiCameraAfRange ¶
SetRpiCameraAfRange sets the value of RpiCameraAfRange.
func (*PathConf) SetRpiCameraAfSpeed ¶
SetRpiCameraAfSpeed sets the value of RpiCameraAfSpeed.
func (*PathConf) SetRpiCameraAfWindow ¶
SetRpiCameraAfWindow sets the value of RpiCameraAfWindow.
func (*PathConf) SetRpiCameraBitrate ¶
SetRpiCameraBitrate sets the value of RpiCameraBitrate.
func (*PathConf) SetRpiCameraBrightness ¶
func (s *PathConf) SetRpiCameraBrightness(val OptFloat64)
SetRpiCameraBrightness sets the value of RpiCameraBrightness.
func (*PathConf) SetRpiCameraCamID ¶
SetRpiCameraCamID sets the value of RpiCameraCamID.
func (*PathConf) SetRpiCameraCodec ¶
SetRpiCameraCodec sets the value of RpiCameraCodec.
func (*PathConf) SetRpiCameraContrast ¶
func (s *PathConf) SetRpiCameraContrast(val OptFloat64)
SetRpiCameraContrast sets the value of RpiCameraContrast.
func (*PathConf) SetRpiCameraDenoise ¶
SetRpiCameraDenoise sets the value of RpiCameraDenoise.
func (*PathConf) SetRpiCameraEV ¶
func (s *PathConf) SetRpiCameraEV(val OptFloat64)
SetRpiCameraEV sets the value of RpiCameraEV.
func (*PathConf) SetRpiCameraExposure ¶
SetRpiCameraExposure sets the value of RpiCameraExposure.
func (*PathConf) SetRpiCameraFPS ¶
func (s *PathConf) SetRpiCameraFPS(val OptFloat64)
SetRpiCameraFPS sets the value of RpiCameraFPS.
func (*PathConf) SetRpiCameraFlickerPeriod ¶
SetRpiCameraFlickerPeriod sets the value of RpiCameraFlickerPeriod.
func (*PathConf) SetRpiCameraGain ¶
func (s *PathConf) SetRpiCameraGain(val OptFloat64)
SetRpiCameraGain sets the value of RpiCameraGain.
func (*PathConf) SetRpiCameraHDR ¶
SetRpiCameraHDR sets the value of RpiCameraHDR.
func (*PathConf) SetRpiCameraHFlip ¶
SetRpiCameraHFlip sets the value of RpiCameraHFlip.
func (*PathConf) SetRpiCameraHeight ¶
SetRpiCameraHeight sets the value of RpiCameraHeight.
func (*PathConf) SetRpiCameraIDRPeriod ¶
SetRpiCameraIDRPeriod sets the value of RpiCameraIDRPeriod.
func (*PathConf) SetRpiCameraJPEGQuality ¶
SetRpiCameraJPEGQuality sets the value of RpiCameraJPEGQuality.
func (*PathConf) SetRpiCameraLensPosition ¶
func (s *PathConf) SetRpiCameraLensPosition(val OptFloat64)
SetRpiCameraLensPosition sets the value of RpiCameraLensPosition.
func (*PathConf) SetRpiCameraLevel ¶
SetRpiCameraLevel sets the value of RpiCameraLevel.
func (*PathConf) SetRpiCameraMetering ¶
SetRpiCameraMetering sets the value of RpiCameraMetering.
func (*PathConf) SetRpiCameraMode ¶
SetRpiCameraMode sets the value of RpiCameraMode.
func (*PathConf) SetRpiCameraProfile ¶
SetRpiCameraProfile sets the value of RpiCameraProfile.
func (*PathConf) SetRpiCameraROI ¶
SetRpiCameraROI sets the value of RpiCameraROI.
func (*PathConf) SetRpiCameraSaturation ¶
func (s *PathConf) SetRpiCameraSaturation(val OptFloat64)
SetRpiCameraSaturation sets the value of RpiCameraSaturation.
func (*PathConf) SetRpiCameraSecondary ¶
SetRpiCameraSecondary sets the value of RpiCameraSecondary.
func (*PathConf) SetRpiCameraSharpness ¶
func (s *PathConf) SetRpiCameraSharpness(val OptFloat64)
SetRpiCameraSharpness sets the value of RpiCameraSharpness.
func (*PathConf) SetRpiCameraShutter ¶
SetRpiCameraShutter sets the value of RpiCameraShutter.
func (*PathConf) SetRpiCameraTextOverlay ¶
SetRpiCameraTextOverlay sets the value of RpiCameraTextOverlay.
func (*PathConf) SetRpiCameraTextOverlayEnable ¶
SetRpiCameraTextOverlayEnable sets the value of RpiCameraTextOverlayEnable.
func (*PathConf) SetRpiCameraTuningFile ¶
SetRpiCameraTuningFile sets the value of RpiCameraTuningFile.
func (*PathConf) SetRpiCameraVFlip ¶
SetRpiCameraVFlip sets the value of RpiCameraVFlip.
func (*PathConf) SetRpiCameraWidth ¶
SetRpiCameraWidth sets the value of RpiCameraWidth.
func (*PathConf) SetRtspAnyPort ¶
SetRtspAnyPort sets the value of RtspAnyPort.
func (*PathConf) SetRtspRangeStart ¶
SetRtspRangeStart sets the value of RtspRangeStart.
func (*PathConf) SetRtspRangeType ¶
SetRtspRangeType sets the value of RtspRangeType.
func (*PathConf) SetRtspTransport ¶
SetRtspTransport sets the value of RtspTransport.
func (*PathConf) SetRunOnDemand ¶
SetRunOnDemand sets the value of RunOnDemand.
func (*PathConf) SetRunOnDemandCloseAfter ¶
SetRunOnDemandCloseAfter sets the value of RunOnDemandCloseAfter.
func (*PathConf) SetRunOnDemandRestart ¶
SetRunOnDemandRestart sets the value of RunOnDemandRestart.
func (*PathConf) SetRunOnDemandStartTimeout ¶
SetRunOnDemandStartTimeout sets the value of RunOnDemandStartTimeout.
func (*PathConf) SetRunOnInit ¶
SetRunOnInit sets the value of RunOnInit.
func (*PathConf) SetRunOnInitRestart ¶
SetRunOnInitRestart sets the value of RunOnInitRestart.
func (*PathConf) SetRunOnNotReady ¶
SetRunOnNotReady sets the value of RunOnNotReady.
func (*PathConf) SetRunOnRead ¶
SetRunOnRead sets the value of RunOnRead.
func (*PathConf) SetRunOnReadRestart ¶
SetRunOnReadRestart sets the value of RunOnReadRestart.
func (*PathConf) SetRunOnReady ¶
SetRunOnReady sets the value of RunOnReady.
func (*PathConf) SetRunOnReadyRestart ¶
SetRunOnReadyRestart sets the value of RunOnReadyRestart.
func (*PathConf) SetRunOnRecordSegmentComplete ¶
SetRunOnRecordSegmentComplete sets the value of RunOnRecordSegmentComplete.
func (*PathConf) SetRunOnRecordSegmentCreate ¶
SetRunOnRecordSegmentCreate sets the value of RunOnRecordSegmentCreate.
func (*PathConf) SetRunOnUnDemand ¶
SetRunOnUnDemand sets the value of RunOnUnDemand.
func (*PathConf) SetRunOnUnread ¶
SetRunOnUnread sets the value of RunOnUnread.
func (*PathConf) SetSourceFingerprint ¶
SetSourceFingerprint sets the value of SourceFingerprint.
func (*PathConf) SetSourceOnDemand ¶
SetSourceOnDemand sets the value of SourceOnDemand.
func (*PathConf) SetSourceOnDemandCloseAfter ¶
SetSourceOnDemandCloseAfter sets the value of SourceOnDemandCloseAfter.
func (*PathConf) SetSourceOnDemandStartTimeout ¶
SetSourceOnDemandStartTimeout sets the value of SourceOnDemandStartTimeout.
func (*PathConf) SetSourceRedirect ¶
SetSourceRedirect sets the value of SourceRedirect.
func (*PathConf) SetSrtPublishPassphrase ¶
SetSrtPublishPassphrase sets the value of SrtPublishPassphrase.
func (*PathConf) SetSrtReadPassphrase ¶
SetSrtReadPassphrase sets the value of SrtReadPassphrase.
func (*PathConf) SetUseAbsoluteTimestamp ¶
SetUseAbsoluteTimestamp sets the value of UseAbsoluteTimestamp.
func (*PathConf) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type PathConfList ¶
type PathConfList struct { PageCount OptInt `json:"pageCount"` ItemCount OptInt `json:"itemCount"` Items []PathConf `json:"items"` }
Ref: #/components/schemas/PathConfList
func (*PathConfList) Decode ¶
func (s *PathConfList) Decode(d *jx.Decoder) error
Decode decodes PathConfList from json.
func (*PathConfList) Encode ¶
func (s *PathConfList) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*PathConfList) GetItemCount ¶
func (s *PathConfList) GetItemCount() OptInt
GetItemCount returns the value of ItemCount.
func (*PathConfList) GetItems ¶
func (s *PathConfList) GetItems() []PathConf
GetItems returns the value of Items.
func (*PathConfList) GetPageCount ¶
func (s *PathConfList) GetPageCount() OptInt
GetPageCount returns the value of PageCount.
func (*PathConfList) MarshalJSON ¶
func (s *PathConfList) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PathConfList) SetItemCount ¶
func (s *PathConfList) SetItemCount(val OptInt)
SetItemCount sets the value of ItemCount.
func (*PathConfList) SetItems ¶
func (s *PathConfList) SetItems(val []PathConf)
SetItems sets the value of Items.
func (*PathConfList) SetPageCount ¶
func (s *PathConfList) SetPageCount(val OptInt)
SetPageCount sets the value of PageCount.
func (*PathConfList) UnmarshalJSON ¶
func (s *PathConfList) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*PathConfList) Validate ¶
func (s *PathConfList) Validate() error
type PathList ¶
type PathList struct { PageCount OptInt `json:"pageCount"` ItemCount OptInt `json:"itemCount"` Items []Path `json:"items"` }
Ref: #/components/schemas/PathList
func (*PathList) GetItemCount ¶
GetItemCount returns the value of ItemCount.
func (*PathList) GetPageCount ¶
GetPageCount returns the value of PageCount.
func (*PathList) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*PathList) SetItemCount ¶
SetItemCount sets the value of ItemCount.
func (*PathList) SetPageCount ¶
SetPageCount sets the value of PageCount.
func (*PathList) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type PathReader ¶
type PathReader struct { Type OptPathReaderType `json:"type"` ID OptString `json:"id"` }
Ref: #/components/schemas/PathReader
func (*PathReader) Decode ¶
func (s *PathReader) Decode(d *jx.Decoder) error
Decode decodes PathReader from json.
func (*PathReader) Encode ¶
func (s *PathReader) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*PathReader) GetType ¶
func (s *PathReader) GetType() OptPathReaderType
GetType returns the value of Type.
func (*PathReader) MarshalJSON ¶
func (s *PathReader) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PathReader) SetType ¶
func (s *PathReader) SetType(val OptPathReaderType)
SetType sets the value of Type.
func (*PathReader) UnmarshalJSON ¶
func (s *PathReader) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*PathReader) Validate ¶
func (s *PathReader) Validate() error
type PathReaderType ¶
type PathReaderType string
const ( PathReaderTypeHlsMuxer PathReaderType = "hlsMuxer" PathReaderTypeRtmpConn PathReaderType = "rtmpConn" PathReaderTypeRtspSession PathReaderType = "rtspSession" PathReaderTypeRtspsSession PathReaderType = "rtspsSession" PathReaderTypeSrtConn PathReaderType = "srtConn" PathReaderTypeWebRTCSession PathReaderType = "webRTCSession" )
func (PathReaderType) AllValues ¶
func (PathReaderType) AllValues() []PathReaderType
AllValues returns all PathReaderType values.
func (*PathReaderType) Decode ¶
func (s *PathReaderType) Decode(d *jx.Decoder) error
Decode decodes PathReaderType from json.
func (PathReaderType) Encode ¶
func (s PathReaderType) Encode(e *jx.Encoder)
Encode encodes PathReaderType as json.
func (PathReaderType) MarshalJSON ¶
func (s PathReaderType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (PathReaderType) MarshalText ¶
func (s PathReaderType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*PathReaderType) UnmarshalJSON ¶
func (s *PathReaderType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*PathReaderType) UnmarshalText ¶
func (s *PathReaderType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (PathReaderType) Validate ¶
func (s PathReaderType) Validate() error
type PathSource ¶
type PathSource struct { Type OptPathSourceType `json:"type"` ID OptString `json:"id"` }
Ref: #/components/schemas/PathSource
func (*PathSource) Decode ¶
func (s *PathSource) Decode(d *jx.Decoder) error
Decode decodes PathSource from json.
func (*PathSource) Encode ¶
func (s *PathSource) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*PathSource) GetType ¶
func (s *PathSource) GetType() OptPathSourceType
GetType returns the value of Type.
func (*PathSource) MarshalJSON ¶
func (s *PathSource) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PathSource) SetType ¶
func (s *PathSource) SetType(val OptPathSourceType)
SetType sets the value of Type.
func (*PathSource) UnmarshalJSON ¶
func (s *PathSource) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*PathSource) Validate ¶
func (s *PathSource) Validate() error
type PathSourceType ¶
type PathSourceType string
const ( PathSourceTypeHlsSource PathSourceType = "hlsSource" PathSourceTypeRedirect PathSourceType = "redirect" PathSourceTypeRpiCameraSource PathSourceType = "rpiCameraSource" PathSourceTypeRtmpConn PathSourceType = "rtmpConn" PathSourceTypeRtmpSource PathSourceType = "rtmpSource" PathSourceTypeRtspSession PathSourceType = "rtspSession" PathSourceTypeRtspSource PathSourceType = "rtspSource" PathSourceTypeRtspsSession PathSourceType = "rtspsSession" PathSourceTypeSrtConn PathSourceType = "srtConn" PathSourceTypeSrtSource PathSourceType = "srtSource" PathSourceTypeUdpSource PathSourceType = "udpSource" PathSourceTypeWebRTCSession PathSourceType = "webRTCSession" PathSourceTypeWebRTCSource PathSourceType = "webRTCSource" )
func (PathSourceType) AllValues ¶
func (PathSourceType) AllValues() []PathSourceType
AllValues returns all PathSourceType values.
func (*PathSourceType) Decode ¶
func (s *PathSourceType) Decode(d *jx.Decoder) error
Decode decodes PathSourceType from json.
func (PathSourceType) Encode ¶
func (s PathSourceType) Encode(e *jx.Encoder)
Encode encodes PathSourceType as json.
func (PathSourceType) MarshalJSON ¶
func (s PathSourceType) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (PathSourceType) MarshalText ¶
func (s PathSourceType) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*PathSourceType) UnmarshalJSON ¶
func (s *PathSourceType) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*PathSourceType) UnmarshalText ¶
func (s *PathSourceType) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (PathSourceType) Validate ¶
func (s PathSourceType) Validate() error
type PathsGetBadRequest ¶
type PathsGetBadRequest Error
func (*PathsGetBadRequest) Decode ¶
func (s *PathsGetBadRequest) Decode(d *jx.Decoder) error
Decode decodes PathsGetBadRequest from json.
func (*PathsGetBadRequest) Encode ¶
func (s *PathsGetBadRequest) Encode(e *jx.Encoder)
Encode encodes PathsGetBadRequest as json.
func (*PathsGetBadRequest) MarshalJSON ¶
func (s *PathsGetBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PathsGetBadRequest) UnmarshalJSON ¶
func (s *PathsGetBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type PathsGetInternalServerError ¶
type PathsGetInternalServerError Error
func (*PathsGetInternalServerError) Decode ¶
func (s *PathsGetInternalServerError) Decode(d *jx.Decoder) error
Decode decodes PathsGetInternalServerError from json.
func (*PathsGetInternalServerError) Encode ¶
func (s *PathsGetInternalServerError) Encode(e *jx.Encoder)
Encode encodes PathsGetInternalServerError as json.
func (*PathsGetInternalServerError) MarshalJSON ¶
func (s *PathsGetInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PathsGetInternalServerError) UnmarshalJSON ¶
func (s *PathsGetInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type PathsGetNotFound ¶
type PathsGetNotFound Error
func (*PathsGetNotFound) Decode ¶
func (s *PathsGetNotFound) Decode(d *jx.Decoder) error
Decode decodes PathsGetNotFound from json.
func (*PathsGetNotFound) Encode ¶
func (s *PathsGetNotFound) Encode(e *jx.Encoder)
Encode encodes PathsGetNotFound as json.
func (*PathsGetNotFound) MarshalJSON ¶
func (s *PathsGetNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PathsGetNotFound) UnmarshalJSON ¶
func (s *PathsGetNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type PathsGetParams ¶
type PathsGetParams struct { // Name of the path. Name string }
PathsGetParams is parameters of pathsGet operation.
type PathsGetRes ¶
type PathsGetRes interface {
// contains filtered or unexported methods
}
type PathsListBadRequest ¶
type PathsListBadRequest Error
func (*PathsListBadRequest) Decode ¶
func (s *PathsListBadRequest) Decode(d *jx.Decoder) error
Decode decodes PathsListBadRequest from json.
func (*PathsListBadRequest) Encode ¶
func (s *PathsListBadRequest) Encode(e *jx.Encoder)
Encode encodes PathsListBadRequest as json.
func (*PathsListBadRequest) MarshalJSON ¶
func (s *PathsListBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PathsListBadRequest) UnmarshalJSON ¶
func (s *PathsListBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type PathsListInternalServerError ¶
type PathsListInternalServerError Error
func (*PathsListInternalServerError) Decode ¶
func (s *PathsListInternalServerError) Decode(d *jx.Decoder) error
Decode decodes PathsListInternalServerError from json.
func (*PathsListInternalServerError) Encode ¶
func (s *PathsListInternalServerError) Encode(e *jx.Encoder)
Encode encodes PathsListInternalServerError as json.
func (*PathsListInternalServerError) MarshalJSON ¶
func (s *PathsListInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*PathsListInternalServerError) UnmarshalJSON ¶
func (s *PathsListInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type PathsListParams ¶
PathsListParams is parameters of pathsList operation.
type PathsListRes ¶
type PathsListRes interface {
// contains filtered or unexported methods
}
type RTMPConn ¶
type RTMPConn struct { ID OptString `json:"id"` Created OptString `json:"created"` RemoteAddr OptString `json:"remoteAddr"` State OptRTMPConnState `json:"state"` Path OptString `json:"path"` Query OptString `json:"query"` BytesReceived OptInt64 `json:"bytesReceived"` BytesSent OptInt64 `json:"bytesSent"` }
Ref: #/components/schemas/RTMPConn
func (*RTMPConn) GetBytesReceived ¶
GetBytesReceived returns the value of BytesReceived.
func (*RTMPConn) GetBytesSent ¶
GetBytesSent returns the value of BytesSent.
func (*RTMPConn) GetCreated ¶
GetCreated returns the value of Created.
func (*RTMPConn) GetRemoteAddr ¶
GetRemoteAddr returns the value of RemoteAddr.
func (*RTMPConn) GetState ¶
func (s *RTMPConn) GetState() OptRTMPConnState
GetState returns the value of State.
func (*RTMPConn) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*RTMPConn) SetBytesReceived ¶
SetBytesReceived sets the value of BytesReceived.
func (*RTMPConn) SetBytesSent ¶
SetBytesSent sets the value of BytesSent.
func (*RTMPConn) SetCreated ¶
SetCreated sets the value of Created.
func (*RTMPConn) SetRemoteAddr ¶
SetRemoteAddr sets the value of RemoteAddr.
func (*RTMPConn) SetState ¶
func (s *RTMPConn) SetState(val OptRTMPConnState)
SetState sets the value of State.
func (*RTMPConn) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type RTMPConnList ¶
type RTMPConnList struct { PageCount OptInt `json:"pageCount"` ItemCount OptInt `json:"itemCount"` Items []RTMPConn `json:"items"` }
Ref: #/components/schemas/RTMPConnList
func (*RTMPConnList) Decode ¶
func (s *RTMPConnList) Decode(d *jx.Decoder) error
Decode decodes RTMPConnList from json.
func (*RTMPConnList) Encode ¶
func (s *RTMPConnList) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*RTMPConnList) GetItemCount ¶
func (s *RTMPConnList) GetItemCount() OptInt
GetItemCount returns the value of ItemCount.
func (*RTMPConnList) GetItems ¶
func (s *RTMPConnList) GetItems() []RTMPConn
GetItems returns the value of Items.
func (*RTMPConnList) GetPageCount ¶
func (s *RTMPConnList) GetPageCount() OptInt
GetPageCount returns the value of PageCount.
func (*RTMPConnList) MarshalJSON ¶
func (s *RTMPConnList) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RTMPConnList) SetItemCount ¶
func (s *RTMPConnList) SetItemCount(val OptInt)
SetItemCount sets the value of ItemCount.
func (*RTMPConnList) SetItems ¶
func (s *RTMPConnList) SetItems(val []RTMPConn)
SetItems sets the value of Items.
func (*RTMPConnList) SetPageCount ¶
func (s *RTMPConnList) SetPageCount(val OptInt)
SetPageCount sets the value of PageCount.
func (*RTMPConnList) UnmarshalJSON ¶
func (s *RTMPConnList) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*RTMPConnList) Validate ¶
func (s *RTMPConnList) Validate() error
type RTMPConnState ¶
type RTMPConnState string
const ( RTMPConnStateIdle RTMPConnState = "idle" RTMPConnStateRead RTMPConnState = "read" RTMPConnStatePublish RTMPConnState = "publish" )
func (RTMPConnState) AllValues ¶
func (RTMPConnState) AllValues() []RTMPConnState
AllValues returns all RTMPConnState values.
func (*RTMPConnState) Decode ¶
func (s *RTMPConnState) Decode(d *jx.Decoder) error
Decode decodes RTMPConnState from json.
func (RTMPConnState) Encode ¶
func (s RTMPConnState) Encode(e *jx.Encoder)
Encode encodes RTMPConnState as json.
func (RTMPConnState) MarshalJSON ¶
func (s RTMPConnState) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (RTMPConnState) MarshalText ¶
func (s RTMPConnState) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*RTMPConnState) UnmarshalJSON ¶
func (s *RTMPConnState) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*RTMPConnState) UnmarshalText ¶
func (s *RTMPConnState) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (RTMPConnState) Validate ¶
func (s RTMPConnState) Validate() error
type RTSPConn ¶
type RTSPConn struct { ID OptString `json:"id"` Created OptString `json:"created"` RemoteAddr OptString `json:"remoteAddr"` BytesReceived OptInt64 `json:"bytesReceived"` BytesSent OptInt64 `json:"bytesSent"` Session OptNilString `json:"session"` }
Ref: #/components/schemas/RTSPConn
func (*RTSPConn) GetBytesReceived ¶
GetBytesReceived returns the value of BytesReceived.
func (*RTSPConn) GetBytesSent ¶
GetBytesSent returns the value of BytesSent.
func (*RTSPConn) GetCreated ¶
GetCreated returns the value of Created.
func (*RTSPConn) GetRemoteAddr ¶
GetRemoteAddr returns the value of RemoteAddr.
func (*RTSPConn) GetSession ¶
func (s *RTSPConn) GetSession() OptNilString
GetSession returns the value of Session.
func (*RTSPConn) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*RTSPConn) SetBytesReceived ¶
SetBytesReceived sets the value of BytesReceived.
func (*RTSPConn) SetBytesSent ¶
SetBytesSent sets the value of BytesSent.
func (*RTSPConn) SetCreated ¶
SetCreated sets the value of Created.
func (*RTSPConn) SetRemoteAddr ¶
SetRemoteAddr sets the value of RemoteAddr.
func (*RTSPConn) SetSession ¶
func (s *RTSPConn) SetSession(val OptNilString)
SetSession sets the value of Session.
func (*RTSPConn) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type RTSPConnList ¶
type RTSPConnList struct { PageCount OptInt `json:"pageCount"` ItemCount OptInt `json:"itemCount"` Items []RTSPConn `json:"items"` }
Ref: #/components/schemas/RTSPConnList
func (*RTSPConnList) Decode ¶
func (s *RTSPConnList) Decode(d *jx.Decoder) error
Decode decodes RTSPConnList from json.
func (*RTSPConnList) Encode ¶
func (s *RTSPConnList) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*RTSPConnList) GetItemCount ¶
func (s *RTSPConnList) GetItemCount() OptInt
GetItemCount returns the value of ItemCount.
func (*RTSPConnList) GetItems ¶
func (s *RTSPConnList) GetItems() []RTSPConn
GetItems returns the value of Items.
func (*RTSPConnList) GetPageCount ¶
func (s *RTSPConnList) GetPageCount() OptInt
GetPageCount returns the value of PageCount.
func (*RTSPConnList) MarshalJSON ¶
func (s *RTSPConnList) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RTSPConnList) SetItemCount ¶
func (s *RTSPConnList) SetItemCount(val OptInt)
SetItemCount sets the value of ItemCount.
func (*RTSPConnList) SetItems ¶
func (s *RTSPConnList) SetItems(val []RTSPConn)
SetItems sets the value of Items.
func (*RTSPConnList) SetPageCount ¶
func (s *RTSPConnList) SetPageCount(val OptInt)
SetPageCount sets the value of PageCount.
func (*RTSPConnList) UnmarshalJSON ¶
func (s *RTSPConnList) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RTSPSession ¶
type RTSPSession struct { ID OptString `json:"id"` Created OptString `json:"created"` RemoteAddr OptString `json:"remoteAddr"` State OptRTSPSessionState `json:"state"` Path OptString `json:"path"` Query OptString `json:"query"` Transport OptNilString `json:"transport"` BytesReceived OptInt64 `json:"bytesReceived"` BytesSent OptInt64 `json:"bytesSent"` RtpPacketsReceived OptInt64 `json:"rtpPacketsReceived"` RtpPacketsSent OptInt64 `json:"rtpPacketsSent"` RtpPacketsLost OptInt64 `json:"rtpPacketsLost"` RtpPacketsInError OptInt64 `json:"rtpPacketsInError"` RtpPacketsJitter OptFloat64 `json:"rtpPacketsJitter"` RtcpPacketsReceived OptInt64 `json:"rtcpPacketsReceived"` RtcpPacketsSent OptInt64 `json:"rtcpPacketsSent"` RtcpPacketsInError OptInt64 `json:"rtcpPacketsInError"` }
Ref: #/components/schemas/RTSPSession
func (*RTSPSession) Decode ¶
func (s *RTSPSession) Decode(d *jx.Decoder) error
Decode decodes RTSPSession from json.
func (*RTSPSession) Encode ¶
func (s *RTSPSession) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*RTSPSession) GetBytesReceived ¶
func (s *RTSPSession) GetBytesReceived() OptInt64
GetBytesReceived returns the value of BytesReceived.
func (*RTSPSession) GetBytesSent ¶
func (s *RTSPSession) GetBytesSent() OptInt64
GetBytesSent returns the value of BytesSent.
func (*RTSPSession) GetCreated ¶
func (s *RTSPSession) GetCreated() OptString
GetCreated returns the value of Created.
func (*RTSPSession) GetPath ¶
func (s *RTSPSession) GetPath() OptString
GetPath returns the value of Path.
func (*RTSPSession) GetQuery ¶
func (s *RTSPSession) GetQuery() OptString
GetQuery returns the value of Query.
func (*RTSPSession) GetRemoteAddr ¶
func (s *RTSPSession) GetRemoteAddr() OptString
GetRemoteAddr returns the value of RemoteAddr.
func (*RTSPSession) GetRtcpPacketsInError ¶
func (s *RTSPSession) GetRtcpPacketsInError() OptInt64
GetRtcpPacketsInError returns the value of RtcpPacketsInError.
func (*RTSPSession) GetRtcpPacketsReceived ¶
func (s *RTSPSession) GetRtcpPacketsReceived() OptInt64
GetRtcpPacketsReceived returns the value of RtcpPacketsReceived.
func (*RTSPSession) GetRtcpPacketsSent ¶
func (s *RTSPSession) GetRtcpPacketsSent() OptInt64
GetRtcpPacketsSent returns the value of RtcpPacketsSent.
func (*RTSPSession) GetRtpPacketsInError ¶
func (s *RTSPSession) GetRtpPacketsInError() OptInt64
GetRtpPacketsInError returns the value of RtpPacketsInError.
func (*RTSPSession) GetRtpPacketsJitter ¶
func (s *RTSPSession) GetRtpPacketsJitter() OptFloat64
GetRtpPacketsJitter returns the value of RtpPacketsJitter.
func (*RTSPSession) GetRtpPacketsLost ¶
func (s *RTSPSession) GetRtpPacketsLost() OptInt64
GetRtpPacketsLost returns the value of RtpPacketsLost.
func (*RTSPSession) GetRtpPacketsReceived ¶
func (s *RTSPSession) GetRtpPacketsReceived() OptInt64
GetRtpPacketsReceived returns the value of RtpPacketsReceived.
func (*RTSPSession) GetRtpPacketsSent ¶
func (s *RTSPSession) GetRtpPacketsSent() OptInt64
GetRtpPacketsSent returns the value of RtpPacketsSent.
func (*RTSPSession) GetState ¶
func (s *RTSPSession) GetState() OptRTSPSessionState
GetState returns the value of State.
func (*RTSPSession) GetTransport ¶
func (s *RTSPSession) GetTransport() OptNilString
GetTransport returns the value of Transport.
func (*RTSPSession) MarshalJSON ¶
func (s *RTSPSession) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RTSPSession) SetBytesReceived ¶
func (s *RTSPSession) SetBytesReceived(val OptInt64)
SetBytesReceived sets the value of BytesReceived.
func (*RTSPSession) SetBytesSent ¶
func (s *RTSPSession) SetBytesSent(val OptInt64)
SetBytesSent sets the value of BytesSent.
func (*RTSPSession) SetCreated ¶
func (s *RTSPSession) SetCreated(val OptString)
SetCreated sets the value of Created.
func (*RTSPSession) SetPath ¶
func (s *RTSPSession) SetPath(val OptString)
SetPath sets the value of Path.
func (*RTSPSession) SetQuery ¶
func (s *RTSPSession) SetQuery(val OptString)
SetQuery sets the value of Query.
func (*RTSPSession) SetRemoteAddr ¶
func (s *RTSPSession) SetRemoteAddr(val OptString)
SetRemoteAddr sets the value of RemoteAddr.
func (*RTSPSession) SetRtcpPacketsInError ¶
func (s *RTSPSession) SetRtcpPacketsInError(val OptInt64)
SetRtcpPacketsInError sets the value of RtcpPacketsInError.
func (*RTSPSession) SetRtcpPacketsReceived ¶
func (s *RTSPSession) SetRtcpPacketsReceived(val OptInt64)
SetRtcpPacketsReceived sets the value of RtcpPacketsReceived.
func (*RTSPSession) SetRtcpPacketsSent ¶
func (s *RTSPSession) SetRtcpPacketsSent(val OptInt64)
SetRtcpPacketsSent sets the value of RtcpPacketsSent.
func (*RTSPSession) SetRtpPacketsInError ¶
func (s *RTSPSession) SetRtpPacketsInError(val OptInt64)
SetRtpPacketsInError sets the value of RtpPacketsInError.
func (*RTSPSession) SetRtpPacketsJitter ¶
func (s *RTSPSession) SetRtpPacketsJitter(val OptFloat64)
SetRtpPacketsJitter sets the value of RtpPacketsJitter.
func (*RTSPSession) SetRtpPacketsLost ¶
func (s *RTSPSession) SetRtpPacketsLost(val OptInt64)
SetRtpPacketsLost sets the value of RtpPacketsLost.
func (*RTSPSession) SetRtpPacketsReceived ¶
func (s *RTSPSession) SetRtpPacketsReceived(val OptInt64)
SetRtpPacketsReceived sets the value of RtpPacketsReceived.
func (*RTSPSession) SetRtpPacketsSent ¶
func (s *RTSPSession) SetRtpPacketsSent(val OptInt64)
SetRtpPacketsSent sets the value of RtpPacketsSent.
func (*RTSPSession) SetState ¶
func (s *RTSPSession) SetState(val OptRTSPSessionState)
SetState sets the value of State.
func (*RTSPSession) SetTransport ¶
func (s *RTSPSession) SetTransport(val OptNilString)
SetTransport sets the value of Transport.
func (*RTSPSession) UnmarshalJSON ¶
func (s *RTSPSession) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*RTSPSession) Validate ¶
func (s *RTSPSession) Validate() error
type RTSPSessionList ¶
type RTSPSessionList struct { PageCount OptInt `json:"pageCount"` ItemCount OptInt `json:"itemCount"` Items []RTSPSession `json:"items"` }
Ref: #/components/schemas/RTSPSessionList
func (*RTSPSessionList) Decode ¶
func (s *RTSPSessionList) Decode(d *jx.Decoder) error
Decode decodes RTSPSessionList from json.
func (*RTSPSessionList) Encode ¶
func (s *RTSPSessionList) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*RTSPSessionList) GetItemCount ¶
func (s *RTSPSessionList) GetItemCount() OptInt
GetItemCount returns the value of ItemCount.
func (*RTSPSessionList) GetItems ¶
func (s *RTSPSessionList) GetItems() []RTSPSession
GetItems returns the value of Items.
func (*RTSPSessionList) GetPageCount ¶
func (s *RTSPSessionList) GetPageCount() OptInt
GetPageCount returns the value of PageCount.
func (*RTSPSessionList) MarshalJSON ¶
func (s *RTSPSessionList) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RTSPSessionList) SetItemCount ¶
func (s *RTSPSessionList) SetItemCount(val OptInt)
SetItemCount sets the value of ItemCount.
func (*RTSPSessionList) SetItems ¶
func (s *RTSPSessionList) SetItems(val []RTSPSession)
SetItems sets the value of Items.
func (*RTSPSessionList) SetPageCount ¶
func (s *RTSPSessionList) SetPageCount(val OptInt)
SetPageCount sets the value of PageCount.
func (*RTSPSessionList) UnmarshalJSON ¶
func (s *RTSPSessionList) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*RTSPSessionList) Validate ¶
func (s *RTSPSessionList) Validate() error
type RTSPSessionState ¶
type RTSPSessionState string
const ( RTSPSessionStateIdle RTSPSessionState = "idle" RTSPSessionStateRead RTSPSessionState = "read" RTSPSessionStatePublish RTSPSessionState = "publish" )
func (RTSPSessionState) AllValues ¶
func (RTSPSessionState) AllValues() []RTSPSessionState
AllValues returns all RTSPSessionState values.
func (*RTSPSessionState) Decode ¶
func (s *RTSPSessionState) Decode(d *jx.Decoder) error
Decode decodes RTSPSessionState from json.
func (RTSPSessionState) Encode ¶
func (s RTSPSessionState) Encode(e *jx.Encoder)
Encode encodes RTSPSessionState as json.
func (RTSPSessionState) MarshalJSON ¶
func (s RTSPSessionState) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (RTSPSessionState) MarshalText ¶
func (s RTSPSessionState) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*RTSPSessionState) UnmarshalJSON ¶
func (s *RTSPSessionState) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*RTSPSessionState) UnmarshalText ¶
func (s *RTSPSessionState) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (RTSPSessionState) Validate ¶
func (s RTSPSessionState) Validate() error
type Recording ¶
type Recording struct { Name OptString `json:"name"` Segments []RecordingSegment `json:"segments"` }
Ref: #/components/schemas/Recording
func (*Recording) GetSegments ¶
func (s *Recording) GetSegments() []RecordingSegment
GetSegments returns the value of Segments.
func (*Recording) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*Recording) SetSegments ¶
func (s *Recording) SetSegments(val []RecordingSegment)
SetSegments sets the value of Segments.
func (*Recording) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type RecordingList ¶
type RecordingList struct { PageCount OptInt `json:"pageCount"` ItemCount OptInt `json:"itemCount"` Items []Recording `json:"items"` }
Ref: #/components/schemas/RecordingList
func (*RecordingList) Decode ¶
func (s *RecordingList) Decode(d *jx.Decoder) error
Decode decodes RecordingList from json.
func (*RecordingList) Encode ¶
func (s *RecordingList) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*RecordingList) GetItemCount ¶
func (s *RecordingList) GetItemCount() OptInt
GetItemCount returns the value of ItemCount.
func (*RecordingList) GetItems ¶
func (s *RecordingList) GetItems() []Recording
GetItems returns the value of Items.
func (*RecordingList) GetPageCount ¶
func (s *RecordingList) GetPageCount() OptInt
GetPageCount returns the value of PageCount.
func (*RecordingList) MarshalJSON ¶
func (s *RecordingList) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RecordingList) SetItemCount ¶
func (s *RecordingList) SetItemCount(val OptInt)
SetItemCount sets the value of ItemCount.
func (*RecordingList) SetItems ¶
func (s *RecordingList) SetItems(val []Recording)
SetItems sets the value of Items.
func (*RecordingList) SetPageCount ¶
func (s *RecordingList) SetPageCount(val OptInt)
SetPageCount sets the value of PageCount.
func (*RecordingList) UnmarshalJSON ¶
func (s *RecordingList) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RecordingSegment ¶
type RecordingSegment struct {
Start OptString `json:"start"`
}
Ref: #/components/schemas/RecordingSegment
func (*RecordingSegment) Decode ¶
func (s *RecordingSegment) Decode(d *jx.Decoder) error
Decode decodes RecordingSegment from json.
func (*RecordingSegment) Encode ¶
func (s *RecordingSegment) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*RecordingSegment) GetStart ¶
func (s *RecordingSegment) GetStart() OptString
GetStart returns the value of Start.
func (*RecordingSegment) MarshalJSON ¶
func (s *RecordingSegment) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RecordingSegment) SetStart ¶
func (s *RecordingSegment) SetStart(val OptString)
SetStart sets the value of Start.
func (*RecordingSegment) UnmarshalJSON ¶
func (s *RecordingSegment) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RecordingsDeleteSegmentBadRequest ¶
type RecordingsDeleteSegmentBadRequest Error
func (*RecordingsDeleteSegmentBadRequest) Decode ¶
func (s *RecordingsDeleteSegmentBadRequest) Decode(d *jx.Decoder) error
Decode decodes RecordingsDeleteSegmentBadRequest from json.
func (*RecordingsDeleteSegmentBadRequest) Encode ¶
func (s *RecordingsDeleteSegmentBadRequest) Encode(e *jx.Encoder)
Encode encodes RecordingsDeleteSegmentBadRequest as json.
func (*RecordingsDeleteSegmentBadRequest) MarshalJSON ¶
func (s *RecordingsDeleteSegmentBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RecordingsDeleteSegmentBadRequest) UnmarshalJSON ¶
func (s *RecordingsDeleteSegmentBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RecordingsDeleteSegmentInternalServerError ¶
type RecordingsDeleteSegmentInternalServerError Error
func (*RecordingsDeleteSegmentInternalServerError) Decode ¶
func (s *RecordingsDeleteSegmentInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RecordingsDeleteSegmentInternalServerError from json.
func (*RecordingsDeleteSegmentInternalServerError) Encode ¶
func (s *RecordingsDeleteSegmentInternalServerError) Encode(e *jx.Encoder)
Encode encodes RecordingsDeleteSegmentInternalServerError as json.
func (*RecordingsDeleteSegmentInternalServerError) MarshalJSON ¶
func (s *RecordingsDeleteSegmentInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RecordingsDeleteSegmentInternalServerError) UnmarshalJSON ¶
func (s *RecordingsDeleteSegmentInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RecordingsDeleteSegmentNotFound ¶
type RecordingsDeleteSegmentNotFound Error
func (*RecordingsDeleteSegmentNotFound) Decode ¶
func (s *RecordingsDeleteSegmentNotFound) Decode(d *jx.Decoder) error
Decode decodes RecordingsDeleteSegmentNotFound from json.
func (*RecordingsDeleteSegmentNotFound) Encode ¶
func (s *RecordingsDeleteSegmentNotFound) Encode(e *jx.Encoder)
Encode encodes RecordingsDeleteSegmentNotFound as json.
func (*RecordingsDeleteSegmentNotFound) MarshalJSON ¶
func (s *RecordingsDeleteSegmentNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RecordingsDeleteSegmentNotFound) UnmarshalJSON ¶
func (s *RecordingsDeleteSegmentNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RecordingsDeleteSegmentOK ¶
type RecordingsDeleteSegmentOK struct{}
RecordingsDeleteSegmentOK is response for RecordingsDeleteSegment operation.
type RecordingsDeleteSegmentParams ¶
type RecordingsDeleteSegmentParams struct { // Path. Path string // Starting date of the segment. Start string }
RecordingsDeleteSegmentParams is parameters of recordingsDeleteSegment operation.
type RecordingsDeleteSegmentRes ¶
type RecordingsDeleteSegmentRes interface {
// contains filtered or unexported methods
}
type RecordingsGetBadRequest ¶
type RecordingsGetBadRequest Error
func (*RecordingsGetBadRequest) Decode ¶
func (s *RecordingsGetBadRequest) Decode(d *jx.Decoder) error
Decode decodes RecordingsGetBadRequest from json.
func (*RecordingsGetBadRequest) Encode ¶
func (s *RecordingsGetBadRequest) Encode(e *jx.Encoder)
Encode encodes RecordingsGetBadRequest as json.
func (*RecordingsGetBadRequest) MarshalJSON ¶
func (s *RecordingsGetBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RecordingsGetBadRequest) UnmarshalJSON ¶
func (s *RecordingsGetBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RecordingsGetInternalServerError ¶
type RecordingsGetInternalServerError Error
func (*RecordingsGetInternalServerError) Decode ¶
func (s *RecordingsGetInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RecordingsGetInternalServerError from json.
func (*RecordingsGetInternalServerError) Encode ¶
func (s *RecordingsGetInternalServerError) Encode(e *jx.Encoder)
Encode encodes RecordingsGetInternalServerError as json.
func (*RecordingsGetInternalServerError) MarshalJSON ¶
func (s *RecordingsGetInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RecordingsGetInternalServerError) UnmarshalJSON ¶
func (s *RecordingsGetInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RecordingsGetNotFound ¶
type RecordingsGetNotFound Error
func (*RecordingsGetNotFound) Decode ¶
func (s *RecordingsGetNotFound) Decode(d *jx.Decoder) error
Decode decodes RecordingsGetNotFound from json.
func (*RecordingsGetNotFound) Encode ¶
func (s *RecordingsGetNotFound) Encode(e *jx.Encoder)
Encode encodes RecordingsGetNotFound as json.
func (*RecordingsGetNotFound) MarshalJSON ¶
func (s *RecordingsGetNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RecordingsGetNotFound) UnmarshalJSON ¶
func (s *RecordingsGetNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RecordingsGetParams ¶
type RecordingsGetParams struct { // Name of the path. Name string }
RecordingsGetParams is parameters of recordingsGet operation.
type RecordingsGetRes ¶
type RecordingsGetRes interface {
// contains filtered or unexported methods
}
type RecordingsListBadRequest ¶
type RecordingsListBadRequest Error
func (*RecordingsListBadRequest) Decode ¶
func (s *RecordingsListBadRequest) Decode(d *jx.Decoder) error
Decode decodes RecordingsListBadRequest from json.
func (*RecordingsListBadRequest) Encode ¶
func (s *RecordingsListBadRequest) Encode(e *jx.Encoder)
Encode encodes RecordingsListBadRequest as json.
func (*RecordingsListBadRequest) MarshalJSON ¶
func (s *RecordingsListBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RecordingsListBadRequest) UnmarshalJSON ¶
func (s *RecordingsListBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RecordingsListInternalServerError ¶
type RecordingsListInternalServerError Error
func (*RecordingsListInternalServerError) Decode ¶
func (s *RecordingsListInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RecordingsListInternalServerError from json.
func (*RecordingsListInternalServerError) Encode ¶
func (s *RecordingsListInternalServerError) Encode(e *jx.Encoder)
Encode encodes RecordingsListInternalServerError as json.
func (*RecordingsListInternalServerError) MarshalJSON ¶
func (s *RecordingsListInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RecordingsListInternalServerError) UnmarshalJSON ¶
func (s *RecordingsListInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RecordingsListParams ¶
type RecordingsListParams struct { // Page number. Page OptInt // Items per page. ItemsPerPage OptInt }
RecordingsListParams is parameters of recordingsList operation.
type RecordingsListRes ¶
type RecordingsListRes interface {
// contains filtered or unexported methods
}
type RtmpConnectionsGetBadRequest ¶
type RtmpConnectionsGetBadRequest Error
func (*RtmpConnectionsGetBadRequest) Decode ¶
func (s *RtmpConnectionsGetBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtmpConnectionsGetBadRequest from json.
func (*RtmpConnectionsGetBadRequest) Encode ¶
func (s *RtmpConnectionsGetBadRequest) Encode(e *jx.Encoder)
Encode encodes RtmpConnectionsGetBadRequest as json.
func (*RtmpConnectionsGetBadRequest) MarshalJSON ¶
func (s *RtmpConnectionsGetBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpConnectionsGetBadRequest) UnmarshalJSON ¶
func (s *RtmpConnectionsGetBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpConnectionsGetInternalServerError ¶
type RtmpConnectionsGetInternalServerError Error
func (*RtmpConnectionsGetInternalServerError) Decode ¶
func (s *RtmpConnectionsGetInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtmpConnectionsGetInternalServerError from json.
func (*RtmpConnectionsGetInternalServerError) Encode ¶
func (s *RtmpConnectionsGetInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtmpConnectionsGetInternalServerError as json.
func (*RtmpConnectionsGetInternalServerError) MarshalJSON ¶
func (s *RtmpConnectionsGetInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpConnectionsGetInternalServerError) UnmarshalJSON ¶
func (s *RtmpConnectionsGetInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpConnectionsGetNotFound ¶
type RtmpConnectionsGetNotFound Error
func (*RtmpConnectionsGetNotFound) Decode ¶
func (s *RtmpConnectionsGetNotFound) Decode(d *jx.Decoder) error
Decode decodes RtmpConnectionsGetNotFound from json.
func (*RtmpConnectionsGetNotFound) Encode ¶
func (s *RtmpConnectionsGetNotFound) Encode(e *jx.Encoder)
Encode encodes RtmpConnectionsGetNotFound as json.
func (*RtmpConnectionsGetNotFound) MarshalJSON ¶
func (s *RtmpConnectionsGetNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpConnectionsGetNotFound) UnmarshalJSON ¶
func (s *RtmpConnectionsGetNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpConnectionsGetParams ¶
type RtmpConnectionsGetParams struct { // ID of the connection. ID string }
RtmpConnectionsGetParams is parameters of rtmpConnectionsGet operation.
type RtmpConnectionsGetRes ¶
type RtmpConnectionsGetRes interface {
// contains filtered or unexported methods
}
type RtmpConnsKickBadRequest ¶
type RtmpConnsKickBadRequest Error
func (*RtmpConnsKickBadRequest) Decode ¶
func (s *RtmpConnsKickBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtmpConnsKickBadRequest from json.
func (*RtmpConnsKickBadRequest) Encode ¶
func (s *RtmpConnsKickBadRequest) Encode(e *jx.Encoder)
Encode encodes RtmpConnsKickBadRequest as json.
func (*RtmpConnsKickBadRequest) MarshalJSON ¶
func (s *RtmpConnsKickBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpConnsKickBadRequest) UnmarshalJSON ¶
func (s *RtmpConnsKickBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpConnsKickInternalServerError ¶
type RtmpConnsKickInternalServerError Error
func (*RtmpConnsKickInternalServerError) Decode ¶
func (s *RtmpConnsKickInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtmpConnsKickInternalServerError from json.
func (*RtmpConnsKickInternalServerError) Encode ¶
func (s *RtmpConnsKickInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtmpConnsKickInternalServerError as json.
func (*RtmpConnsKickInternalServerError) MarshalJSON ¶
func (s *RtmpConnsKickInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpConnsKickInternalServerError) UnmarshalJSON ¶
func (s *RtmpConnsKickInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpConnsKickNotFound ¶
type RtmpConnsKickNotFound Error
func (*RtmpConnsKickNotFound) Decode ¶
func (s *RtmpConnsKickNotFound) Decode(d *jx.Decoder) error
Decode decodes RtmpConnsKickNotFound from json.
func (*RtmpConnsKickNotFound) Encode ¶
func (s *RtmpConnsKickNotFound) Encode(e *jx.Encoder)
Encode encodes RtmpConnsKickNotFound as json.
func (*RtmpConnsKickNotFound) MarshalJSON ¶
func (s *RtmpConnsKickNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpConnsKickNotFound) UnmarshalJSON ¶
func (s *RtmpConnsKickNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpConnsKickOK ¶
type RtmpConnsKickOK struct{}
RtmpConnsKickOK is response for RtmpConnsKick operation.
type RtmpConnsKickParams ¶
type RtmpConnsKickParams struct { // ID of the connection. ID string }
RtmpConnsKickParams is parameters of rtmpConnsKick operation.
type RtmpConnsKickRes ¶
type RtmpConnsKickRes interface {
// contains filtered or unexported methods
}
type RtmpConnsListBadRequest ¶
type RtmpConnsListBadRequest Error
func (*RtmpConnsListBadRequest) Decode ¶
func (s *RtmpConnsListBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtmpConnsListBadRequest from json.
func (*RtmpConnsListBadRequest) Encode ¶
func (s *RtmpConnsListBadRequest) Encode(e *jx.Encoder)
Encode encodes RtmpConnsListBadRequest as json.
func (*RtmpConnsListBadRequest) MarshalJSON ¶
func (s *RtmpConnsListBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpConnsListBadRequest) UnmarshalJSON ¶
func (s *RtmpConnsListBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpConnsListInternalServerError ¶
type RtmpConnsListInternalServerError Error
func (*RtmpConnsListInternalServerError) Decode ¶
func (s *RtmpConnsListInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtmpConnsListInternalServerError from json.
func (*RtmpConnsListInternalServerError) Encode ¶
func (s *RtmpConnsListInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtmpConnsListInternalServerError as json.
func (*RtmpConnsListInternalServerError) MarshalJSON ¶
func (s *RtmpConnsListInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpConnsListInternalServerError) UnmarshalJSON ¶
func (s *RtmpConnsListInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpConnsListParams ¶
type RtmpConnsListParams struct { // Page number. Page OptInt // Items per page. ItemsPerPage OptInt }
RtmpConnsListParams is parameters of rtmpConnsList operation.
type RtmpConnsListRes ¶
type RtmpConnsListRes interface {
// contains filtered or unexported methods
}
type RtmpsConnectionsGetBadRequest ¶
type RtmpsConnectionsGetBadRequest Error
func (*RtmpsConnectionsGetBadRequest) Decode ¶
func (s *RtmpsConnectionsGetBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtmpsConnectionsGetBadRequest from json.
func (*RtmpsConnectionsGetBadRequest) Encode ¶
func (s *RtmpsConnectionsGetBadRequest) Encode(e *jx.Encoder)
Encode encodes RtmpsConnectionsGetBadRequest as json.
func (*RtmpsConnectionsGetBadRequest) MarshalJSON ¶
func (s *RtmpsConnectionsGetBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpsConnectionsGetBadRequest) UnmarshalJSON ¶
func (s *RtmpsConnectionsGetBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpsConnectionsGetInternalServerError ¶
type RtmpsConnectionsGetInternalServerError Error
func (*RtmpsConnectionsGetInternalServerError) Decode ¶
func (s *RtmpsConnectionsGetInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtmpsConnectionsGetInternalServerError from json.
func (*RtmpsConnectionsGetInternalServerError) Encode ¶
func (s *RtmpsConnectionsGetInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtmpsConnectionsGetInternalServerError as json.
func (*RtmpsConnectionsGetInternalServerError) MarshalJSON ¶
func (s *RtmpsConnectionsGetInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpsConnectionsGetInternalServerError) UnmarshalJSON ¶
func (s *RtmpsConnectionsGetInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpsConnectionsGetNotFound ¶
type RtmpsConnectionsGetNotFound Error
func (*RtmpsConnectionsGetNotFound) Decode ¶
func (s *RtmpsConnectionsGetNotFound) Decode(d *jx.Decoder) error
Decode decodes RtmpsConnectionsGetNotFound from json.
func (*RtmpsConnectionsGetNotFound) Encode ¶
func (s *RtmpsConnectionsGetNotFound) Encode(e *jx.Encoder)
Encode encodes RtmpsConnectionsGetNotFound as json.
func (*RtmpsConnectionsGetNotFound) MarshalJSON ¶
func (s *RtmpsConnectionsGetNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpsConnectionsGetNotFound) UnmarshalJSON ¶
func (s *RtmpsConnectionsGetNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpsConnectionsGetParams ¶
type RtmpsConnectionsGetParams struct { // ID of the connection. ID string }
RtmpsConnectionsGetParams is parameters of rtmpsConnectionsGet operation.
type RtmpsConnectionsGetRes ¶
type RtmpsConnectionsGetRes interface {
// contains filtered or unexported methods
}
type RtmpsConnsKickBadRequest ¶
type RtmpsConnsKickBadRequest Error
func (*RtmpsConnsKickBadRequest) Decode ¶
func (s *RtmpsConnsKickBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtmpsConnsKickBadRequest from json.
func (*RtmpsConnsKickBadRequest) Encode ¶
func (s *RtmpsConnsKickBadRequest) Encode(e *jx.Encoder)
Encode encodes RtmpsConnsKickBadRequest as json.
func (*RtmpsConnsKickBadRequest) MarshalJSON ¶
func (s *RtmpsConnsKickBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpsConnsKickBadRequest) UnmarshalJSON ¶
func (s *RtmpsConnsKickBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpsConnsKickInternalServerError ¶
type RtmpsConnsKickInternalServerError Error
func (*RtmpsConnsKickInternalServerError) Decode ¶
func (s *RtmpsConnsKickInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtmpsConnsKickInternalServerError from json.
func (*RtmpsConnsKickInternalServerError) Encode ¶
func (s *RtmpsConnsKickInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtmpsConnsKickInternalServerError as json.
func (*RtmpsConnsKickInternalServerError) MarshalJSON ¶
func (s *RtmpsConnsKickInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpsConnsKickInternalServerError) UnmarshalJSON ¶
func (s *RtmpsConnsKickInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpsConnsKickNotFound ¶
type RtmpsConnsKickNotFound Error
func (*RtmpsConnsKickNotFound) Decode ¶
func (s *RtmpsConnsKickNotFound) Decode(d *jx.Decoder) error
Decode decodes RtmpsConnsKickNotFound from json.
func (*RtmpsConnsKickNotFound) Encode ¶
func (s *RtmpsConnsKickNotFound) Encode(e *jx.Encoder)
Encode encodes RtmpsConnsKickNotFound as json.
func (*RtmpsConnsKickNotFound) MarshalJSON ¶
func (s *RtmpsConnsKickNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpsConnsKickNotFound) UnmarshalJSON ¶
func (s *RtmpsConnsKickNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpsConnsKickOK ¶
type RtmpsConnsKickOK struct{}
RtmpsConnsKickOK is response for RtmpsConnsKick operation.
type RtmpsConnsKickParams ¶
type RtmpsConnsKickParams struct { // ID of the connection. ID string }
RtmpsConnsKickParams is parameters of rtmpsConnsKick operation.
type RtmpsConnsKickRes ¶
type RtmpsConnsKickRes interface {
// contains filtered or unexported methods
}
type RtmpsConnsListBadRequest ¶
type RtmpsConnsListBadRequest Error
func (*RtmpsConnsListBadRequest) Decode ¶
func (s *RtmpsConnsListBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtmpsConnsListBadRequest from json.
func (*RtmpsConnsListBadRequest) Encode ¶
func (s *RtmpsConnsListBadRequest) Encode(e *jx.Encoder)
Encode encodes RtmpsConnsListBadRequest as json.
func (*RtmpsConnsListBadRequest) MarshalJSON ¶
func (s *RtmpsConnsListBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpsConnsListBadRequest) UnmarshalJSON ¶
func (s *RtmpsConnsListBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpsConnsListInternalServerError ¶
type RtmpsConnsListInternalServerError Error
func (*RtmpsConnsListInternalServerError) Decode ¶
func (s *RtmpsConnsListInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtmpsConnsListInternalServerError from json.
func (*RtmpsConnsListInternalServerError) Encode ¶
func (s *RtmpsConnsListInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtmpsConnsListInternalServerError as json.
func (*RtmpsConnsListInternalServerError) MarshalJSON ¶
func (s *RtmpsConnsListInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtmpsConnsListInternalServerError) UnmarshalJSON ¶
func (s *RtmpsConnsListInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtmpsConnsListParams ¶
type RtmpsConnsListParams struct { // Page number. Page OptInt // Items per page. ItemsPerPage OptInt }
RtmpsConnsListParams is parameters of rtmpsConnsList operation.
type RtmpsConnsListRes ¶
type RtmpsConnsListRes interface {
// contains filtered or unexported methods
}
type RtspConnsGetBadRequest ¶
type RtspConnsGetBadRequest Error
func (*RtspConnsGetBadRequest) Decode ¶
func (s *RtspConnsGetBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtspConnsGetBadRequest from json.
func (*RtspConnsGetBadRequest) Encode ¶
func (s *RtspConnsGetBadRequest) Encode(e *jx.Encoder)
Encode encodes RtspConnsGetBadRequest as json.
func (*RtspConnsGetBadRequest) MarshalJSON ¶
func (s *RtspConnsGetBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspConnsGetBadRequest) UnmarshalJSON ¶
func (s *RtspConnsGetBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspConnsGetInternalServerError ¶
type RtspConnsGetInternalServerError Error
func (*RtspConnsGetInternalServerError) Decode ¶
func (s *RtspConnsGetInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtspConnsGetInternalServerError from json.
func (*RtspConnsGetInternalServerError) Encode ¶
func (s *RtspConnsGetInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtspConnsGetInternalServerError as json.
func (*RtspConnsGetInternalServerError) MarshalJSON ¶
func (s *RtspConnsGetInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspConnsGetInternalServerError) UnmarshalJSON ¶
func (s *RtspConnsGetInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspConnsGetNotFound ¶
type RtspConnsGetNotFound Error
func (*RtspConnsGetNotFound) Decode ¶
func (s *RtspConnsGetNotFound) Decode(d *jx.Decoder) error
Decode decodes RtspConnsGetNotFound from json.
func (*RtspConnsGetNotFound) Encode ¶
func (s *RtspConnsGetNotFound) Encode(e *jx.Encoder)
Encode encodes RtspConnsGetNotFound as json.
func (*RtspConnsGetNotFound) MarshalJSON ¶
func (s *RtspConnsGetNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspConnsGetNotFound) UnmarshalJSON ¶
func (s *RtspConnsGetNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspConnsGetParams ¶
type RtspConnsGetParams struct { // ID of the connection. ID string }
RtspConnsGetParams is parameters of rtspConnsGet operation.
type RtspConnsGetRes ¶
type RtspConnsGetRes interface {
// contains filtered or unexported methods
}
type RtspConnsListBadRequest ¶
type RtspConnsListBadRequest Error
func (*RtspConnsListBadRequest) Decode ¶
func (s *RtspConnsListBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtspConnsListBadRequest from json.
func (*RtspConnsListBadRequest) Encode ¶
func (s *RtspConnsListBadRequest) Encode(e *jx.Encoder)
Encode encodes RtspConnsListBadRequest as json.
func (*RtspConnsListBadRequest) MarshalJSON ¶
func (s *RtspConnsListBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspConnsListBadRequest) UnmarshalJSON ¶
func (s *RtspConnsListBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspConnsListInternalServerError ¶
type RtspConnsListInternalServerError Error
func (*RtspConnsListInternalServerError) Decode ¶
func (s *RtspConnsListInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtspConnsListInternalServerError from json.
func (*RtspConnsListInternalServerError) Encode ¶
func (s *RtspConnsListInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtspConnsListInternalServerError as json.
func (*RtspConnsListInternalServerError) MarshalJSON ¶
func (s *RtspConnsListInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspConnsListInternalServerError) UnmarshalJSON ¶
func (s *RtspConnsListInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspConnsListParams ¶
type RtspConnsListParams struct { // Page number. Page OptInt // Items per page. ItemsPerPage OptInt }
RtspConnsListParams is parameters of rtspConnsList operation.
type RtspConnsListRes ¶
type RtspConnsListRes interface {
// contains filtered or unexported methods
}
type RtspSessionsGetBadRequest ¶
type RtspSessionsGetBadRequest Error
func (*RtspSessionsGetBadRequest) Decode ¶
func (s *RtspSessionsGetBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtspSessionsGetBadRequest from json.
func (*RtspSessionsGetBadRequest) Encode ¶
func (s *RtspSessionsGetBadRequest) Encode(e *jx.Encoder)
Encode encodes RtspSessionsGetBadRequest as json.
func (*RtspSessionsGetBadRequest) MarshalJSON ¶
func (s *RtspSessionsGetBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspSessionsGetBadRequest) UnmarshalJSON ¶
func (s *RtspSessionsGetBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspSessionsGetInternalServerError ¶
type RtspSessionsGetInternalServerError Error
func (*RtspSessionsGetInternalServerError) Decode ¶
func (s *RtspSessionsGetInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtspSessionsGetInternalServerError from json.
func (*RtspSessionsGetInternalServerError) Encode ¶
func (s *RtspSessionsGetInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtspSessionsGetInternalServerError as json.
func (*RtspSessionsGetInternalServerError) MarshalJSON ¶
func (s *RtspSessionsGetInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspSessionsGetInternalServerError) UnmarshalJSON ¶
func (s *RtspSessionsGetInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspSessionsGetNotFound ¶
type RtspSessionsGetNotFound Error
func (*RtspSessionsGetNotFound) Decode ¶
func (s *RtspSessionsGetNotFound) Decode(d *jx.Decoder) error
Decode decodes RtspSessionsGetNotFound from json.
func (*RtspSessionsGetNotFound) Encode ¶
func (s *RtspSessionsGetNotFound) Encode(e *jx.Encoder)
Encode encodes RtspSessionsGetNotFound as json.
func (*RtspSessionsGetNotFound) MarshalJSON ¶
func (s *RtspSessionsGetNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspSessionsGetNotFound) UnmarshalJSON ¶
func (s *RtspSessionsGetNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspSessionsGetParams ¶
type RtspSessionsGetParams struct { // ID of the connection. ID string }
RtspSessionsGetParams is parameters of rtspSessionsGet operation.
type RtspSessionsGetRes ¶
type RtspSessionsGetRes interface {
// contains filtered or unexported methods
}
type RtspSessionsKickBadRequest ¶
type RtspSessionsKickBadRequest Error
func (*RtspSessionsKickBadRequest) Decode ¶
func (s *RtspSessionsKickBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtspSessionsKickBadRequest from json.
func (*RtspSessionsKickBadRequest) Encode ¶
func (s *RtspSessionsKickBadRequest) Encode(e *jx.Encoder)
Encode encodes RtspSessionsKickBadRequest as json.
func (*RtspSessionsKickBadRequest) MarshalJSON ¶
func (s *RtspSessionsKickBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspSessionsKickBadRequest) UnmarshalJSON ¶
func (s *RtspSessionsKickBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspSessionsKickInternalServerError ¶
type RtspSessionsKickInternalServerError Error
func (*RtspSessionsKickInternalServerError) Decode ¶
func (s *RtspSessionsKickInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtspSessionsKickInternalServerError from json.
func (*RtspSessionsKickInternalServerError) Encode ¶
func (s *RtspSessionsKickInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtspSessionsKickInternalServerError as json.
func (*RtspSessionsKickInternalServerError) MarshalJSON ¶
func (s *RtspSessionsKickInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspSessionsKickInternalServerError) UnmarshalJSON ¶
func (s *RtspSessionsKickInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspSessionsKickNotFound ¶
type RtspSessionsKickNotFound Error
func (*RtspSessionsKickNotFound) Decode ¶
func (s *RtspSessionsKickNotFound) Decode(d *jx.Decoder) error
Decode decodes RtspSessionsKickNotFound from json.
func (*RtspSessionsKickNotFound) Encode ¶
func (s *RtspSessionsKickNotFound) Encode(e *jx.Encoder)
Encode encodes RtspSessionsKickNotFound as json.
func (*RtspSessionsKickNotFound) MarshalJSON ¶
func (s *RtspSessionsKickNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspSessionsKickNotFound) UnmarshalJSON ¶
func (s *RtspSessionsKickNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspSessionsKickOK ¶
type RtspSessionsKickOK struct{}
RtspSessionsKickOK is response for RtspSessionsKick operation.
type RtspSessionsKickParams ¶
type RtspSessionsKickParams struct { // ID of the session. ID string }
RtspSessionsKickParams is parameters of rtspSessionsKick operation.
type RtspSessionsKickRes ¶
type RtspSessionsKickRes interface {
// contains filtered or unexported methods
}
type RtspSessionsListBadRequest ¶
type RtspSessionsListBadRequest Error
func (*RtspSessionsListBadRequest) Decode ¶
func (s *RtspSessionsListBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtspSessionsListBadRequest from json.
func (*RtspSessionsListBadRequest) Encode ¶
func (s *RtspSessionsListBadRequest) Encode(e *jx.Encoder)
Encode encodes RtspSessionsListBadRequest as json.
func (*RtspSessionsListBadRequest) MarshalJSON ¶
func (s *RtspSessionsListBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspSessionsListBadRequest) UnmarshalJSON ¶
func (s *RtspSessionsListBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspSessionsListInternalServerError ¶
type RtspSessionsListInternalServerError Error
func (*RtspSessionsListInternalServerError) Decode ¶
func (s *RtspSessionsListInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtspSessionsListInternalServerError from json.
func (*RtspSessionsListInternalServerError) Encode ¶
func (s *RtspSessionsListInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtspSessionsListInternalServerError as json.
func (*RtspSessionsListInternalServerError) MarshalJSON ¶
func (s *RtspSessionsListInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspSessionsListInternalServerError) UnmarshalJSON ¶
func (s *RtspSessionsListInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspSessionsListParams ¶
type RtspSessionsListParams struct { // Page number. Page OptInt // Items per page. ItemsPerPage OptInt }
RtspSessionsListParams is parameters of rtspSessionsList operation.
type RtspSessionsListRes ¶
type RtspSessionsListRes interface {
// contains filtered or unexported methods
}
type RtspsConnsGetBadRequest ¶
type RtspsConnsGetBadRequest Error
func (*RtspsConnsGetBadRequest) Decode ¶
func (s *RtspsConnsGetBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtspsConnsGetBadRequest from json.
func (*RtspsConnsGetBadRequest) Encode ¶
func (s *RtspsConnsGetBadRequest) Encode(e *jx.Encoder)
Encode encodes RtspsConnsGetBadRequest as json.
func (*RtspsConnsGetBadRequest) MarshalJSON ¶
func (s *RtspsConnsGetBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspsConnsGetBadRequest) UnmarshalJSON ¶
func (s *RtspsConnsGetBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspsConnsGetInternalServerError ¶
type RtspsConnsGetInternalServerError Error
func (*RtspsConnsGetInternalServerError) Decode ¶
func (s *RtspsConnsGetInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtspsConnsGetInternalServerError from json.
func (*RtspsConnsGetInternalServerError) Encode ¶
func (s *RtspsConnsGetInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtspsConnsGetInternalServerError as json.
func (*RtspsConnsGetInternalServerError) MarshalJSON ¶
func (s *RtspsConnsGetInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspsConnsGetInternalServerError) UnmarshalJSON ¶
func (s *RtspsConnsGetInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspsConnsGetNotFound ¶
type RtspsConnsGetNotFound Error
func (*RtspsConnsGetNotFound) Decode ¶
func (s *RtspsConnsGetNotFound) Decode(d *jx.Decoder) error
Decode decodes RtspsConnsGetNotFound from json.
func (*RtspsConnsGetNotFound) Encode ¶
func (s *RtspsConnsGetNotFound) Encode(e *jx.Encoder)
Encode encodes RtspsConnsGetNotFound as json.
func (*RtspsConnsGetNotFound) MarshalJSON ¶
func (s *RtspsConnsGetNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspsConnsGetNotFound) UnmarshalJSON ¶
func (s *RtspsConnsGetNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspsConnsGetParams ¶
type RtspsConnsGetParams struct { // ID of the connection. ID string }
RtspsConnsGetParams is parameters of rtspsConnsGet operation.
type RtspsConnsGetRes ¶
type RtspsConnsGetRes interface {
// contains filtered or unexported methods
}
type RtspsConnsListBadRequest ¶
type RtspsConnsListBadRequest Error
func (*RtspsConnsListBadRequest) Decode ¶
func (s *RtspsConnsListBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtspsConnsListBadRequest from json.
func (*RtspsConnsListBadRequest) Encode ¶
func (s *RtspsConnsListBadRequest) Encode(e *jx.Encoder)
Encode encodes RtspsConnsListBadRequest as json.
func (*RtspsConnsListBadRequest) MarshalJSON ¶
func (s *RtspsConnsListBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspsConnsListBadRequest) UnmarshalJSON ¶
func (s *RtspsConnsListBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspsConnsListInternalServerError ¶
type RtspsConnsListInternalServerError Error
func (*RtspsConnsListInternalServerError) Decode ¶
func (s *RtspsConnsListInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtspsConnsListInternalServerError from json.
func (*RtspsConnsListInternalServerError) Encode ¶
func (s *RtspsConnsListInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtspsConnsListInternalServerError as json.
func (*RtspsConnsListInternalServerError) MarshalJSON ¶
func (s *RtspsConnsListInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspsConnsListInternalServerError) UnmarshalJSON ¶
func (s *RtspsConnsListInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspsConnsListParams ¶
type RtspsConnsListParams struct { // Page number. Page OptInt // Items per page. ItemsPerPage OptInt }
RtspsConnsListParams is parameters of rtspsConnsList operation.
type RtspsConnsListRes ¶
type RtspsConnsListRes interface {
// contains filtered or unexported methods
}
type RtspsSessionsGetBadRequest ¶
type RtspsSessionsGetBadRequest Error
func (*RtspsSessionsGetBadRequest) Decode ¶
func (s *RtspsSessionsGetBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtspsSessionsGetBadRequest from json.
func (*RtspsSessionsGetBadRequest) Encode ¶
func (s *RtspsSessionsGetBadRequest) Encode(e *jx.Encoder)
Encode encodes RtspsSessionsGetBadRequest as json.
func (*RtspsSessionsGetBadRequest) MarshalJSON ¶
func (s *RtspsSessionsGetBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspsSessionsGetBadRequest) UnmarshalJSON ¶
func (s *RtspsSessionsGetBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspsSessionsGetInternalServerError ¶
type RtspsSessionsGetInternalServerError Error
func (*RtspsSessionsGetInternalServerError) Decode ¶
func (s *RtspsSessionsGetInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtspsSessionsGetInternalServerError from json.
func (*RtspsSessionsGetInternalServerError) Encode ¶
func (s *RtspsSessionsGetInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtspsSessionsGetInternalServerError as json.
func (*RtspsSessionsGetInternalServerError) MarshalJSON ¶
func (s *RtspsSessionsGetInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspsSessionsGetInternalServerError) UnmarshalJSON ¶
func (s *RtspsSessionsGetInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspsSessionsGetNotFound ¶
type RtspsSessionsGetNotFound Error
func (*RtspsSessionsGetNotFound) Decode ¶
func (s *RtspsSessionsGetNotFound) Decode(d *jx.Decoder) error
Decode decodes RtspsSessionsGetNotFound from json.
func (*RtspsSessionsGetNotFound) Encode ¶
func (s *RtspsSessionsGetNotFound) Encode(e *jx.Encoder)
Encode encodes RtspsSessionsGetNotFound as json.
func (*RtspsSessionsGetNotFound) MarshalJSON ¶
func (s *RtspsSessionsGetNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspsSessionsGetNotFound) UnmarshalJSON ¶
func (s *RtspsSessionsGetNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspsSessionsGetParams ¶
type RtspsSessionsGetParams struct { // ID of the connection. ID string }
RtspsSessionsGetParams is parameters of rtspsSessionsGet operation.
type RtspsSessionsGetRes ¶
type RtspsSessionsGetRes interface {
// contains filtered or unexported methods
}
type RtspsSessionsKickBadRequest ¶
type RtspsSessionsKickBadRequest Error
func (*RtspsSessionsKickBadRequest) Decode ¶
func (s *RtspsSessionsKickBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtspsSessionsKickBadRequest from json.
func (*RtspsSessionsKickBadRequest) Encode ¶
func (s *RtspsSessionsKickBadRequest) Encode(e *jx.Encoder)
Encode encodes RtspsSessionsKickBadRequest as json.
func (*RtspsSessionsKickBadRequest) MarshalJSON ¶
func (s *RtspsSessionsKickBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspsSessionsKickBadRequest) UnmarshalJSON ¶
func (s *RtspsSessionsKickBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspsSessionsKickInternalServerError ¶
type RtspsSessionsKickInternalServerError Error
func (*RtspsSessionsKickInternalServerError) Decode ¶
func (s *RtspsSessionsKickInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtspsSessionsKickInternalServerError from json.
func (*RtspsSessionsKickInternalServerError) Encode ¶
func (s *RtspsSessionsKickInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtspsSessionsKickInternalServerError as json.
func (*RtspsSessionsKickInternalServerError) MarshalJSON ¶
func (s *RtspsSessionsKickInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspsSessionsKickInternalServerError) UnmarshalJSON ¶
func (s *RtspsSessionsKickInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspsSessionsKickNotFound ¶
type RtspsSessionsKickNotFound Error
func (*RtspsSessionsKickNotFound) Decode ¶
func (s *RtspsSessionsKickNotFound) Decode(d *jx.Decoder) error
Decode decodes RtspsSessionsKickNotFound from json.
func (*RtspsSessionsKickNotFound) Encode ¶
func (s *RtspsSessionsKickNotFound) Encode(e *jx.Encoder)
Encode encodes RtspsSessionsKickNotFound as json.
func (*RtspsSessionsKickNotFound) MarshalJSON ¶
func (s *RtspsSessionsKickNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspsSessionsKickNotFound) UnmarshalJSON ¶
func (s *RtspsSessionsKickNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspsSessionsKickOK ¶
type RtspsSessionsKickOK struct{}
RtspsSessionsKickOK is response for RtspsSessionsKick operation.
type RtspsSessionsKickParams ¶
type RtspsSessionsKickParams struct { // ID of the session. ID string }
RtspsSessionsKickParams is parameters of rtspsSessionsKick operation.
type RtspsSessionsKickRes ¶
type RtspsSessionsKickRes interface {
// contains filtered or unexported methods
}
type RtspsSessionsListBadRequest ¶
type RtspsSessionsListBadRequest Error
func (*RtspsSessionsListBadRequest) Decode ¶
func (s *RtspsSessionsListBadRequest) Decode(d *jx.Decoder) error
Decode decodes RtspsSessionsListBadRequest from json.
func (*RtspsSessionsListBadRequest) Encode ¶
func (s *RtspsSessionsListBadRequest) Encode(e *jx.Encoder)
Encode encodes RtspsSessionsListBadRequest as json.
func (*RtspsSessionsListBadRequest) MarshalJSON ¶
func (s *RtspsSessionsListBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspsSessionsListBadRequest) UnmarshalJSON ¶
func (s *RtspsSessionsListBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspsSessionsListInternalServerError ¶
type RtspsSessionsListInternalServerError Error
func (*RtspsSessionsListInternalServerError) Decode ¶
func (s *RtspsSessionsListInternalServerError) Decode(d *jx.Decoder) error
Decode decodes RtspsSessionsListInternalServerError from json.
func (*RtspsSessionsListInternalServerError) Encode ¶
func (s *RtspsSessionsListInternalServerError) Encode(e *jx.Encoder)
Encode encodes RtspsSessionsListInternalServerError as json.
func (*RtspsSessionsListInternalServerError) MarshalJSON ¶
func (s *RtspsSessionsListInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*RtspsSessionsListInternalServerError) UnmarshalJSON ¶
func (s *RtspsSessionsListInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type RtspsSessionsListParams ¶
type RtspsSessionsListParams struct { // Page number. Page OptInt // Items per page. ItemsPerPage OptInt }
RtspsSessionsListParams is parameters of rtspsSessionsList operation.
type RtspsSessionsListRes ¶
type RtspsSessionsListRes interface {
// contains filtered or unexported methods
}
type SRTConn ¶
type SRTConn struct { ID OptString `json:"id"` Created OptString `json:"created"` RemoteAddr OptString `json:"remoteAddr"` State OptSRTConnState `json:"state"` Path OptString `json:"path"` Query OptString `json:"query"` // The total number of sent DATA packets, including retransmitted packets. PacketsSent OptInt64 `json:"packetsSent"` // The total number of received DATA packets, including retransmitted packets. PacketsReceived OptInt64 `json:"packetsReceived"` PacketsReceivedBelated OptInt64 `json:"packetsReceivedBelated"` // The total number of unique DATA packets sent by the SRT sender. PacketsSentUnique OptInt64 `json:"packetsSentUnique"` // The total number of unique original, retransmitted or recovered by the packet filter DATA packets // received in time, decrypted without errors and, as a result, scheduled for delivery to the // upstream application by the SRT receiver. PacketsReceivedUnique OptInt64 `json:"packetsReceivedUnique"` // The total number of data packets considered or reported as lost at the sender side. Does not // correspond to the packets detected as lost at the receiver side. PacketsSendLoss OptInt64 `json:"packetsSendLoss"` // The total number of SRT DATA packets detected as presently missing (either reordered or lost) at // the receiver side. PacketsReceivedLoss OptInt64 `json:"packetsReceivedLoss"` // The total number of retransmitted packets sent by the SRT sender. PacketsRetrans OptInt64 `json:"packetsRetrans"` // The total number of retransmitted packets registered at the receiver side. PacketsReceivedRetrans OptInt64 `json:"packetsReceivedRetrans"` // The total number of sent ACK (Acknowledgement) control packets. PacketsSentACK OptInt64 `json:"packetsSentACK"` // The total number of received ACK (Acknowledgement) control packets. PacketsReceivedACK OptInt64 `json:"packetsReceivedACK"` // The total number of sent NAK (Negative Acknowledgement) control packets. PacketsSentNAK OptInt64 `json:"packetsSentNAK"` // The total number of received NAK (Negative Acknowledgement) control packets. PacketsReceivedNAK OptInt64 `json:"packetsReceivedNAK"` // The total number of sent KM (Key Material) control packets. PacketsSentKM OptInt64 `json:"packetsSentKM"` // The total number of received KM (Key Material) control packets. PacketsReceivedKM OptInt64 `json:"packetsReceivedKM"` // The total accumulated time in microseconds, during which the SRT sender has some data to transmit, // including packets that have been sent, but not yet acknowledged. UsSndDuration OptInt64 `json:"usSndDuration"` // The total number of dropped by the SRT sender DATA packets that have no chance to be delivered in // time. PacketsSendDrop OptInt64 `json:"packetsSendDrop"` // The total number of dropped by the SRT receiver and, as a result, not delivered to the upstream // application DATA packets. PacketsReceivedDrop OptInt64 `json:"packetsReceivedDrop"` // The total number of packets that failed to be decrypted at the receiver side. PacketsReceivedUndecrypt OptInt64 `json:"packetsReceivedUndecrypt"` // Same as packetsSent, but expressed in bytes, including payload and all the headers (IP, TCP, SRT). BytesSent OptInt64 `json:"bytesSent"` // Same as packetsReceived, but expressed in bytes, including payload and all the headers (IP, TCP, // SRT). BytesReceived OptInt64 `json:"bytesReceived"` BytesReceivedBelated OptInt64 `json:"bytesReceivedBelated"` // Same as packetsSentUnique, but expressed in bytes, including payload and all the headers (IP, TCP, // SRT). BytesSentUnique OptInt64 `json:"bytesSentUnique"` // Same as packetsReceivedUnique, but expressed in bytes, including payload and all the headers (IP, // TCP, SRT). BytesReceivedUnique OptInt64 `json:"bytesReceivedUnique"` // Same as packetsReceivedLoss, but expressed in bytes, including payload and all the headers (IP, // TCP, SRT), bytes for the presently missing (either reordered or lost) packets' payloads are // estimated based on the average packet size. BytesReceivedLoss OptInt64 `json:"bytesReceivedLoss"` // Same as packetsRetrans, but expressed in bytes, including payload and all the headers (IP, TCP, // SRT). BytesRetrans OptInt64 `json:"bytesRetrans"` // Same as packetsReceivedRetrans, but expressed in bytes, including payload and all the headers (IP, // TCP, SRT). BytesReceivedRetrans OptInt64 `json:"bytesReceivedRetrans"` // Same as packetsSendDrop, but expressed in bytes, including payload and all the headers (IP, TCP, // SRT). BytesSendDrop OptInt64 `json:"bytesSendDrop"` // Same as packetsReceivedDrop, but expressed in bytes, including payload and all the headers (IP, // TCP, SRT). BytesReceivedDrop OptInt64 `json:"bytesReceivedDrop"` // Same as packetsReceivedUndecrypt, but expressed in bytes, including payload and all the headers // (IP, TCP, SRT). BytesReceivedUndecrypt OptInt64 `json:"bytesReceivedUndecrypt"` // Current minimum time interval between which consecutive packets are sent, in microseconds. UsPacketsSendPeriod OptFloat64 `json:"usPacketsSendPeriod"` // The maximum number of packets that can be "in flight". PacketsFlowWindow OptInt64 `json:"packetsFlowWindow"` // The number of packets in flight. PacketsFlightSize OptInt64 `json:"packetsFlightSize"` // Smoothed round-trip time (SRTT), an exponentially-weighted moving average (EWMA) of an endpoint's // RTT samples, in milliseconds. MsRTT OptFloat64 `json:"msRTT"` // Current transmission bandwidth, in Mbps. MbpsSendRate OptFloat64 `json:"mbpsSendRate"` // Current receiving bandwidth, in Mbps. MbpsReceiveRate OptFloat64 `json:"mbpsReceiveRate"` // Estimated capacity of the network link, in Mbps. MbpsLinkCapacity OptFloat64 `json:"mbpsLinkCapacity"` // The available space in the sender's buffer, in bytes. BytesAvailSendBuf OptInt64 `json:"bytesAvailSendBuf"` // The available space in the receiver's buffer, in bytes. BytesAvailReceiveBuf OptInt64 `json:"bytesAvailReceiveBuf"` // Transmission bandwidth limit, in Mbps. MbpsMaxBW OptFloat64 `json:"mbpsMaxBW"` // Maximum Segment Size (MSS), in bytes. ByteMSS OptInt64 `json:"byteMSS"` // The number of packets in the sender's buffer that are already scheduled for sending or even // possibly sent, but not yet acknowledged. PacketsSendBuf OptInt64 `json:"packetsSendBuf"` // Instantaneous (current) value of packetsSndBuf, but expressed in bytes, including payload and all // headers (IP, TCP, SRT). BytesSendBuf OptInt64 `json:"bytesSendBuf"` // The timespan (msec) of packets in the sender's buffer (unacknowledged packets). MsSendBuf OptInt64 `json:"msSendBuf"` // Timestamp-based Packet Delivery Delay value of the peer. MsSendTsbPdDelay OptInt64 `json:"msSendTsbPdDelay"` // The number of acknowledged packets in receiver's buffer. PacketsReceiveBuf OptInt64 `json:"packetsReceiveBuf"` // Instantaneous (current) value of packetsRcvBuf, expressed in bytes, including payload and all // headers (IP, TCP, SRT). BytesReceiveBuf OptInt64 `json:"bytesReceiveBuf"` // The timespan (msec) of acknowledged packets in the receiver's buffer. MsReceiveBuf OptInt64 `json:"msReceiveBuf"` // Timestamp-based Packet Delivery Delay value set on the socket via SRTO_RCVLATENCY or SRTO_LATENCY. MsReceiveTsbPdDelay OptInt64 `json:"msReceiveTsbPdDelay"` // Instant value of the packet reorder tolerance. PacketsReorderTolerance OptInt64 `json:"packetsReorderTolerance"` // Accumulated difference between the current time and the time-to-play of a packet that is received // late. PacketsReceivedAvgBelatedTime OptInt64 `json:"packetsReceivedAvgBelatedTime"` // Percentage of resent data vs. sent data. PacketsSendLossRate OptFloat64 `json:"packetsSendLossRate"` // Percentage of retransmitted data vs. received data. PacketsReceivedLossRate OptFloat64 `json:"packetsReceivedLossRate"` }
Ref: #/components/schemas/SRTConn
func (*SRTConn) GetByteMSS ¶
GetByteMSS returns the value of ByteMSS.
func (*SRTConn) GetBytesAvailReceiveBuf ¶
GetBytesAvailReceiveBuf returns the value of BytesAvailReceiveBuf.
func (*SRTConn) GetBytesAvailSendBuf ¶
GetBytesAvailSendBuf returns the value of BytesAvailSendBuf.
func (*SRTConn) GetBytesReceiveBuf ¶
GetBytesReceiveBuf returns the value of BytesReceiveBuf.
func (*SRTConn) GetBytesReceived ¶
GetBytesReceived returns the value of BytesReceived.
func (*SRTConn) GetBytesReceivedBelated ¶
GetBytesReceivedBelated returns the value of BytesReceivedBelated.
func (*SRTConn) GetBytesReceivedDrop ¶
GetBytesReceivedDrop returns the value of BytesReceivedDrop.
func (*SRTConn) GetBytesReceivedLoss ¶
GetBytesReceivedLoss returns the value of BytesReceivedLoss.
func (*SRTConn) GetBytesReceivedRetrans ¶
GetBytesReceivedRetrans returns the value of BytesReceivedRetrans.
func (*SRTConn) GetBytesReceivedUndecrypt ¶
GetBytesReceivedUndecrypt returns the value of BytesReceivedUndecrypt.
func (*SRTConn) GetBytesReceivedUnique ¶
GetBytesReceivedUnique returns the value of BytesReceivedUnique.
func (*SRTConn) GetBytesRetrans ¶
GetBytesRetrans returns the value of BytesRetrans.
func (*SRTConn) GetBytesSendBuf ¶
GetBytesSendBuf returns the value of BytesSendBuf.
func (*SRTConn) GetBytesSendDrop ¶
GetBytesSendDrop returns the value of BytesSendDrop.
func (*SRTConn) GetBytesSent ¶
GetBytesSent returns the value of BytesSent.
func (*SRTConn) GetBytesSentUnique ¶
GetBytesSentUnique returns the value of BytesSentUnique.
func (*SRTConn) GetCreated ¶
GetCreated returns the value of Created.
func (*SRTConn) GetMbpsLinkCapacity ¶
func (s *SRTConn) GetMbpsLinkCapacity() OptFloat64
GetMbpsLinkCapacity returns the value of MbpsLinkCapacity.
func (*SRTConn) GetMbpsMaxBW ¶
func (s *SRTConn) GetMbpsMaxBW() OptFloat64
GetMbpsMaxBW returns the value of MbpsMaxBW.
func (*SRTConn) GetMbpsReceiveRate ¶
func (s *SRTConn) GetMbpsReceiveRate() OptFloat64
GetMbpsReceiveRate returns the value of MbpsReceiveRate.
func (*SRTConn) GetMbpsSendRate ¶
func (s *SRTConn) GetMbpsSendRate() OptFloat64
GetMbpsSendRate returns the value of MbpsSendRate.
func (*SRTConn) GetMsRTT ¶
func (s *SRTConn) GetMsRTT() OptFloat64
GetMsRTT returns the value of MsRTT.
func (*SRTConn) GetMsReceiveBuf ¶
GetMsReceiveBuf returns the value of MsReceiveBuf.
func (*SRTConn) GetMsReceiveTsbPdDelay ¶
GetMsReceiveTsbPdDelay returns the value of MsReceiveTsbPdDelay.
func (*SRTConn) GetMsSendBuf ¶
GetMsSendBuf returns the value of MsSendBuf.
func (*SRTConn) GetMsSendTsbPdDelay ¶
GetMsSendTsbPdDelay returns the value of MsSendTsbPdDelay.
func (*SRTConn) GetPacketsFlightSize ¶
GetPacketsFlightSize returns the value of PacketsFlightSize.
func (*SRTConn) GetPacketsFlowWindow ¶
GetPacketsFlowWindow returns the value of PacketsFlowWindow.
func (*SRTConn) GetPacketsReceiveBuf ¶
GetPacketsReceiveBuf returns the value of PacketsReceiveBuf.
func (*SRTConn) GetPacketsReceived ¶
GetPacketsReceived returns the value of PacketsReceived.
func (*SRTConn) GetPacketsReceivedACK ¶
GetPacketsReceivedACK returns the value of PacketsReceivedACK.
func (*SRTConn) GetPacketsReceivedAvgBelatedTime ¶
GetPacketsReceivedAvgBelatedTime returns the value of PacketsReceivedAvgBelatedTime.
func (*SRTConn) GetPacketsReceivedBelated ¶
GetPacketsReceivedBelated returns the value of PacketsReceivedBelated.
func (*SRTConn) GetPacketsReceivedDrop ¶
GetPacketsReceivedDrop returns the value of PacketsReceivedDrop.
func (*SRTConn) GetPacketsReceivedKM ¶
GetPacketsReceivedKM returns the value of PacketsReceivedKM.
func (*SRTConn) GetPacketsReceivedLoss ¶
GetPacketsReceivedLoss returns the value of PacketsReceivedLoss.
func (*SRTConn) GetPacketsReceivedLossRate ¶
func (s *SRTConn) GetPacketsReceivedLossRate() OptFloat64
GetPacketsReceivedLossRate returns the value of PacketsReceivedLossRate.
func (*SRTConn) GetPacketsReceivedNAK ¶
GetPacketsReceivedNAK returns the value of PacketsReceivedNAK.
func (*SRTConn) GetPacketsReceivedRetrans ¶
GetPacketsReceivedRetrans returns the value of PacketsReceivedRetrans.
func (*SRTConn) GetPacketsReceivedUndecrypt ¶
GetPacketsReceivedUndecrypt returns the value of PacketsReceivedUndecrypt.
func (*SRTConn) GetPacketsReceivedUnique ¶
GetPacketsReceivedUnique returns the value of PacketsReceivedUnique.
func (*SRTConn) GetPacketsReorderTolerance ¶
GetPacketsReorderTolerance returns the value of PacketsReorderTolerance.
func (*SRTConn) GetPacketsRetrans ¶
GetPacketsRetrans returns the value of PacketsRetrans.
func (*SRTConn) GetPacketsSendBuf ¶
GetPacketsSendBuf returns the value of PacketsSendBuf.
func (*SRTConn) GetPacketsSendDrop ¶
GetPacketsSendDrop returns the value of PacketsSendDrop.
func (*SRTConn) GetPacketsSendLoss ¶
GetPacketsSendLoss returns the value of PacketsSendLoss.
func (*SRTConn) GetPacketsSendLossRate ¶
func (s *SRTConn) GetPacketsSendLossRate() OptFloat64
GetPacketsSendLossRate returns the value of PacketsSendLossRate.
func (*SRTConn) GetPacketsSent ¶
GetPacketsSent returns the value of PacketsSent.
func (*SRTConn) GetPacketsSentACK ¶
GetPacketsSentACK returns the value of PacketsSentACK.
func (*SRTConn) GetPacketsSentKM ¶
GetPacketsSentKM returns the value of PacketsSentKM.
func (*SRTConn) GetPacketsSentNAK ¶
GetPacketsSentNAK returns the value of PacketsSentNAK.
func (*SRTConn) GetPacketsSentUnique ¶
GetPacketsSentUnique returns the value of PacketsSentUnique.
func (*SRTConn) GetRemoteAddr ¶
GetRemoteAddr returns the value of RemoteAddr.
func (*SRTConn) GetState ¶
func (s *SRTConn) GetState() OptSRTConnState
GetState returns the value of State.
func (*SRTConn) GetUsPacketsSendPeriod ¶
func (s *SRTConn) GetUsPacketsSendPeriod() OptFloat64
GetUsPacketsSendPeriod returns the value of UsPacketsSendPeriod.
func (*SRTConn) GetUsSndDuration ¶
GetUsSndDuration returns the value of UsSndDuration.
func (*SRTConn) MarshalJSON ¶
MarshalJSON implements stdjson.Marshaler.
func (*SRTConn) SetByteMSS ¶
SetByteMSS sets the value of ByteMSS.
func (*SRTConn) SetBytesAvailReceiveBuf ¶
SetBytesAvailReceiveBuf sets the value of BytesAvailReceiveBuf.
func (*SRTConn) SetBytesAvailSendBuf ¶
SetBytesAvailSendBuf sets the value of BytesAvailSendBuf.
func (*SRTConn) SetBytesReceiveBuf ¶
SetBytesReceiveBuf sets the value of BytesReceiveBuf.
func (*SRTConn) SetBytesReceived ¶
SetBytesReceived sets the value of BytesReceived.
func (*SRTConn) SetBytesReceivedBelated ¶
SetBytesReceivedBelated sets the value of BytesReceivedBelated.
func (*SRTConn) SetBytesReceivedDrop ¶
SetBytesReceivedDrop sets the value of BytesReceivedDrop.
func (*SRTConn) SetBytesReceivedLoss ¶
SetBytesReceivedLoss sets the value of BytesReceivedLoss.
func (*SRTConn) SetBytesReceivedRetrans ¶
SetBytesReceivedRetrans sets the value of BytesReceivedRetrans.
func (*SRTConn) SetBytesReceivedUndecrypt ¶
SetBytesReceivedUndecrypt sets the value of BytesReceivedUndecrypt.
func (*SRTConn) SetBytesReceivedUnique ¶
SetBytesReceivedUnique sets the value of BytesReceivedUnique.
func (*SRTConn) SetBytesRetrans ¶
SetBytesRetrans sets the value of BytesRetrans.
func (*SRTConn) SetBytesSendBuf ¶
SetBytesSendBuf sets the value of BytesSendBuf.
func (*SRTConn) SetBytesSendDrop ¶
SetBytesSendDrop sets the value of BytesSendDrop.
func (*SRTConn) SetBytesSent ¶
SetBytesSent sets the value of BytesSent.
func (*SRTConn) SetBytesSentUnique ¶
SetBytesSentUnique sets the value of BytesSentUnique.
func (*SRTConn) SetCreated ¶
SetCreated sets the value of Created.
func (*SRTConn) SetMbpsLinkCapacity ¶
func (s *SRTConn) SetMbpsLinkCapacity(val OptFloat64)
SetMbpsLinkCapacity sets the value of MbpsLinkCapacity.
func (*SRTConn) SetMbpsMaxBW ¶
func (s *SRTConn) SetMbpsMaxBW(val OptFloat64)
SetMbpsMaxBW sets the value of MbpsMaxBW.
func (*SRTConn) SetMbpsReceiveRate ¶
func (s *SRTConn) SetMbpsReceiveRate(val OptFloat64)
SetMbpsReceiveRate sets the value of MbpsReceiveRate.
func (*SRTConn) SetMbpsSendRate ¶
func (s *SRTConn) SetMbpsSendRate(val OptFloat64)
SetMbpsSendRate sets the value of MbpsSendRate.
func (*SRTConn) SetMsRTT ¶
func (s *SRTConn) SetMsRTT(val OptFloat64)
SetMsRTT sets the value of MsRTT.
func (*SRTConn) SetMsReceiveBuf ¶
SetMsReceiveBuf sets the value of MsReceiveBuf.
func (*SRTConn) SetMsReceiveTsbPdDelay ¶
SetMsReceiveTsbPdDelay sets the value of MsReceiveTsbPdDelay.
func (*SRTConn) SetMsSendBuf ¶
SetMsSendBuf sets the value of MsSendBuf.
func (*SRTConn) SetMsSendTsbPdDelay ¶
SetMsSendTsbPdDelay sets the value of MsSendTsbPdDelay.
func (*SRTConn) SetPacketsFlightSize ¶
SetPacketsFlightSize sets the value of PacketsFlightSize.
func (*SRTConn) SetPacketsFlowWindow ¶
SetPacketsFlowWindow sets the value of PacketsFlowWindow.
func (*SRTConn) SetPacketsReceiveBuf ¶
SetPacketsReceiveBuf sets the value of PacketsReceiveBuf.
func (*SRTConn) SetPacketsReceived ¶
SetPacketsReceived sets the value of PacketsReceived.
func (*SRTConn) SetPacketsReceivedACK ¶
SetPacketsReceivedACK sets the value of PacketsReceivedACK.
func (*SRTConn) SetPacketsReceivedAvgBelatedTime ¶
SetPacketsReceivedAvgBelatedTime sets the value of PacketsReceivedAvgBelatedTime.
func (*SRTConn) SetPacketsReceivedBelated ¶
SetPacketsReceivedBelated sets the value of PacketsReceivedBelated.
func (*SRTConn) SetPacketsReceivedDrop ¶
SetPacketsReceivedDrop sets the value of PacketsReceivedDrop.
func (*SRTConn) SetPacketsReceivedKM ¶
SetPacketsReceivedKM sets the value of PacketsReceivedKM.
func (*SRTConn) SetPacketsReceivedLoss ¶
SetPacketsReceivedLoss sets the value of PacketsReceivedLoss.
func (*SRTConn) SetPacketsReceivedLossRate ¶
func (s *SRTConn) SetPacketsReceivedLossRate(val OptFloat64)
SetPacketsReceivedLossRate sets the value of PacketsReceivedLossRate.
func (*SRTConn) SetPacketsReceivedNAK ¶
SetPacketsReceivedNAK sets the value of PacketsReceivedNAK.
func (*SRTConn) SetPacketsReceivedRetrans ¶
SetPacketsReceivedRetrans sets the value of PacketsReceivedRetrans.
func (*SRTConn) SetPacketsReceivedUndecrypt ¶
SetPacketsReceivedUndecrypt sets the value of PacketsReceivedUndecrypt.
func (*SRTConn) SetPacketsReceivedUnique ¶
SetPacketsReceivedUnique sets the value of PacketsReceivedUnique.
func (*SRTConn) SetPacketsReorderTolerance ¶
SetPacketsReorderTolerance sets the value of PacketsReorderTolerance.
func (*SRTConn) SetPacketsRetrans ¶
SetPacketsRetrans sets the value of PacketsRetrans.
func (*SRTConn) SetPacketsSendBuf ¶
SetPacketsSendBuf sets the value of PacketsSendBuf.
func (*SRTConn) SetPacketsSendDrop ¶
SetPacketsSendDrop sets the value of PacketsSendDrop.
func (*SRTConn) SetPacketsSendLoss ¶
SetPacketsSendLoss sets the value of PacketsSendLoss.
func (*SRTConn) SetPacketsSendLossRate ¶
func (s *SRTConn) SetPacketsSendLossRate(val OptFloat64)
SetPacketsSendLossRate sets the value of PacketsSendLossRate.
func (*SRTConn) SetPacketsSent ¶
SetPacketsSent sets the value of PacketsSent.
func (*SRTConn) SetPacketsSentACK ¶
SetPacketsSentACK sets the value of PacketsSentACK.
func (*SRTConn) SetPacketsSentKM ¶
SetPacketsSentKM sets the value of PacketsSentKM.
func (*SRTConn) SetPacketsSentNAK ¶
SetPacketsSentNAK sets the value of PacketsSentNAK.
func (*SRTConn) SetPacketsSentUnique ¶
SetPacketsSentUnique sets the value of PacketsSentUnique.
func (*SRTConn) SetRemoteAddr ¶
SetRemoteAddr sets the value of RemoteAddr.
func (*SRTConn) SetState ¶
func (s *SRTConn) SetState(val OptSRTConnState)
SetState sets the value of State.
func (*SRTConn) SetUsPacketsSendPeriod ¶
func (s *SRTConn) SetUsPacketsSendPeriod(val OptFloat64)
SetUsPacketsSendPeriod sets the value of UsPacketsSendPeriod.
func (*SRTConn) SetUsSndDuration ¶
SetUsSndDuration sets the value of UsSndDuration.
func (*SRTConn) UnmarshalJSON ¶
UnmarshalJSON implements stdjson.Unmarshaler.
type SRTConnList ¶
type SRTConnList struct { PageCount OptInt `json:"pageCount"` ItemCount OptInt `json:"itemCount"` Items []SRTConn `json:"items"` }
Ref: #/components/schemas/SRTConnList
func (*SRTConnList) Decode ¶
func (s *SRTConnList) Decode(d *jx.Decoder) error
Decode decodes SRTConnList from json.
func (*SRTConnList) Encode ¶
func (s *SRTConnList) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*SRTConnList) GetItemCount ¶
func (s *SRTConnList) GetItemCount() OptInt
GetItemCount returns the value of ItemCount.
func (*SRTConnList) GetItems ¶
func (s *SRTConnList) GetItems() []SRTConn
GetItems returns the value of Items.
func (*SRTConnList) GetPageCount ¶
func (s *SRTConnList) GetPageCount() OptInt
GetPageCount returns the value of PageCount.
func (*SRTConnList) MarshalJSON ¶
func (s *SRTConnList) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SRTConnList) SetItemCount ¶
func (s *SRTConnList) SetItemCount(val OptInt)
SetItemCount sets the value of ItemCount.
func (*SRTConnList) SetItems ¶
func (s *SRTConnList) SetItems(val []SRTConn)
SetItems sets the value of Items.
func (*SRTConnList) SetPageCount ¶
func (s *SRTConnList) SetPageCount(val OptInt)
SetPageCount sets the value of PageCount.
func (*SRTConnList) UnmarshalJSON ¶
func (s *SRTConnList) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*SRTConnList) Validate ¶
func (s *SRTConnList) Validate() error
type SRTConnState ¶
type SRTConnState string
const ( SRTConnStateIdle SRTConnState = "idle" SRTConnStateRead SRTConnState = "read" SRTConnStatePublish SRTConnState = "publish" )
func (SRTConnState) AllValues ¶
func (SRTConnState) AllValues() []SRTConnState
AllValues returns all SRTConnState values.
func (*SRTConnState) Decode ¶
func (s *SRTConnState) Decode(d *jx.Decoder) error
Decode decodes SRTConnState from json.
func (SRTConnState) Encode ¶
func (s SRTConnState) Encode(e *jx.Encoder)
Encode encodes SRTConnState as json.
func (SRTConnState) MarshalJSON ¶
func (s SRTConnState) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (SRTConnState) MarshalText ¶
func (s SRTConnState) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*SRTConnState) UnmarshalJSON ¶
func (s *SRTConnState) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*SRTConnState) UnmarshalText ¶
func (s *SRTConnState) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (SRTConnState) Validate ¶
func (s SRTConnState) Validate() error
type SrtConnsGetBadRequest ¶
type SrtConnsGetBadRequest Error
func (*SrtConnsGetBadRequest) Decode ¶
func (s *SrtConnsGetBadRequest) Decode(d *jx.Decoder) error
Decode decodes SrtConnsGetBadRequest from json.
func (*SrtConnsGetBadRequest) Encode ¶
func (s *SrtConnsGetBadRequest) Encode(e *jx.Encoder)
Encode encodes SrtConnsGetBadRequest as json.
func (*SrtConnsGetBadRequest) MarshalJSON ¶
func (s *SrtConnsGetBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SrtConnsGetBadRequest) UnmarshalJSON ¶
func (s *SrtConnsGetBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SrtConnsGetInternalServerError ¶
type SrtConnsGetInternalServerError Error
func (*SrtConnsGetInternalServerError) Decode ¶
func (s *SrtConnsGetInternalServerError) Decode(d *jx.Decoder) error
Decode decodes SrtConnsGetInternalServerError from json.
func (*SrtConnsGetInternalServerError) Encode ¶
func (s *SrtConnsGetInternalServerError) Encode(e *jx.Encoder)
Encode encodes SrtConnsGetInternalServerError as json.
func (*SrtConnsGetInternalServerError) MarshalJSON ¶
func (s *SrtConnsGetInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SrtConnsGetInternalServerError) UnmarshalJSON ¶
func (s *SrtConnsGetInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SrtConnsGetNotFound ¶
type SrtConnsGetNotFound Error
func (*SrtConnsGetNotFound) Decode ¶
func (s *SrtConnsGetNotFound) Decode(d *jx.Decoder) error
Decode decodes SrtConnsGetNotFound from json.
func (*SrtConnsGetNotFound) Encode ¶
func (s *SrtConnsGetNotFound) Encode(e *jx.Encoder)
Encode encodes SrtConnsGetNotFound as json.
func (*SrtConnsGetNotFound) MarshalJSON ¶
func (s *SrtConnsGetNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SrtConnsGetNotFound) UnmarshalJSON ¶
func (s *SrtConnsGetNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SrtConnsGetParams ¶
type SrtConnsGetParams struct { // ID of the connection. ID string }
SrtConnsGetParams is parameters of srtConnsGet operation.
type SrtConnsGetRes ¶
type SrtConnsGetRes interface {
// contains filtered or unexported methods
}
type SrtConnsKickBadRequest ¶
type SrtConnsKickBadRequest Error
func (*SrtConnsKickBadRequest) Decode ¶
func (s *SrtConnsKickBadRequest) Decode(d *jx.Decoder) error
Decode decodes SrtConnsKickBadRequest from json.
func (*SrtConnsKickBadRequest) Encode ¶
func (s *SrtConnsKickBadRequest) Encode(e *jx.Encoder)
Encode encodes SrtConnsKickBadRequest as json.
func (*SrtConnsKickBadRequest) MarshalJSON ¶
func (s *SrtConnsKickBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SrtConnsKickBadRequest) UnmarshalJSON ¶
func (s *SrtConnsKickBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SrtConnsKickInternalServerError ¶
type SrtConnsKickInternalServerError Error
func (*SrtConnsKickInternalServerError) Decode ¶
func (s *SrtConnsKickInternalServerError) Decode(d *jx.Decoder) error
Decode decodes SrtConnsKickInternalServerError from json.
func (*SrtConnsKickInternalServerError) Encode ¶
func (s *SrtConnsKickInternalServerError) Encode(e *jx.Encoder)
Encode encodes SrtConnsKickInternalServerError as json.
func (*SrtConnsKickInternalServerError) MarshalJSON ¶
func (s *SrtConnsKickInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SrtConnsKickInternalServerError) UnmarshalJSON ¶
func (s *SrtConnsKickInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SrtConnsKickNotFound ¶
type SrtConnsKickNotFound Error
func (*SrtConnsKickNotFound) Decode ¶
func (s *SrtConnsKickNotFound) Decode(d *jx.Decoder) error
Decode decodes SrtConnsKickNotFound from json.
func (*SrtConnsKickNotFound) Encode ¶
func (s *SrtConnsKickNotFound) Encode(e *jx.Encoder)
Encode encodes SrtConnsKickNotFound as json.
func (*SrtConnsKickNotFound) MarshalJSON ¶
func (s *SrtConnsKickNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SrtConnsKickNotFound) UnmarshalJSON ¶
func (s *SrtConnsKickNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SrtConnsKickOK ¶
type SrtConnsKickOK struct{}
SrtConnsKickOK is response for SrtConnsKick operation.
type SrtConnsKickParams ¶
type SrtConnsKickParams struct { // ID of the connection. ID string }
SrtConnsKickParams is parameters of srtConnsKick operation.
type SrtConnsKickRes ¶
type SrtConnsKickRes interface {
// contains filtered or unexported methods
}
type SrtConnsListBadRequest ¶
type SrtConnsListBadRequest Error
func (*SrtConnsListBadRequest) Decode ¶
func (s *SrtConnsListBadRequest) Decode(d *jx.Decoder) error
Decode decodes SrtConnsListBadRequest from json.
func (*SrtConnsListBadRequest) Encode ¶
func (s *SrtConnsListBadRequest) Encode(e *jx.Encoder)
Encode encodes SrtConnsListBadRequest as json.
func (*SrtConnsListBadRequest) MarshalJSON ¶
func (s *SrtConnsListBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SrtConnsListBadRequest) UnmarshalJSON ¶
func (s *SrtConnsListBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SrtConnsListInternalServerError ¶
type SrtConnsListInternalServerError Error
func (*SrtConnsListInternalServerError) Decode ¶
func (s *SrtConnsListInternalServerError) Decode(d *jx.Decoder) error
Decode decodes SrtConnsListInternalServerError from json.
func (*SrtConnsListInternalServerError) Encode ¶
func (s *SrtConnsListInternalServerError) Encode(e *jx.Encoder)
Encode encodes SrtConnsListInternalServerError as json.
func (*SrtConnsListInternalServerError) MarshalJSON ¶
func (s *SrtConnsListInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*SrtConnsListInternalServerError) UnmarshalJSON ¶
func (s *SrtConnsListInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type SrtConnsListParams ¶
type SrtConnsListParams struct { // Page number. Page OptInt // Items per page. ItemsPerPage OptInt }
SrtConnsListParams is parameters of srtConnsList operation.
type SrtConnsListRes ¶
type SrtConnsListRes interface {
// contains filtered or unexported methods
}
type WebRTCSession ¶
type WebRTCSession struct { ID OptString `json:"id"` Created OptString `json:"created"` RemoteAddr OptString `json:"remoteAddr"` PeerConnectionEstablished OptBool `json:"peerConnectionEstablished"` LocalCandidate OptString `json:"localCandidate"` RemoteCandidate OptString `json:"remoteCandidate"` State OptWebRTCSessionState `json:"state"` Path OptString `json:"path"` Query OptString `json:"query"` BytesReceived OptInt64 `json:"bytesReceived"` BytesSent OptInt64 `json:"bytesSent"` }
Ref: #/components/schemas/WebRTCSession
func (*WebRTCSession) Decode ¶
func (s *WebRTCSession) Decode(d *jx.Decoder) error
Decode decodes WebRTCSession from json.
func (*WebRTCSession) Encode ¶
func (s *WebRTCSession) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*WebRTCSession) GetBytesReceived ¶
func (s *WebRTCSession) GetBytesReceived() OptInt64
GetBytesReceived returns the value of BytesReceived.
func (*WebRTCSession) GetBytesSent ¶
func (s *WebRTCSession) GetBytesSent() OptInt64
GetBytesSent returns the value of BytesSent.
func (*WebRTCSession) GetCreated ¶
func (s *WebRTCSession) GetCreated() OptString
GetCreated returns the value of Created.
func (*WebRTCSession) GetID ¶
func (s *WebRTCSession) GetID() OptString
GetID returns the value of ID.
func (*WebRTCSession) GetLocalCandidate ¶
func (s *WebRTCSession) GetLocalCandidate() OptString
GetLocalCandidate returns the value of LocalCandidate.
func (*WebRTCSession) GetPath ¶
func (s *WebRTCSession) GetPath() OptString
GetPath returns the value of Path.
func (*WebRTCSession) GetPeerConnectionEstablished ¶
func (s *WebRTCSession) GetPeerConnectionEstablished() OptBool
GetPeerConnectionEstablished returns the value of PeerConnectionEstablished.
func (*WebRTCSession) GetQuery ¶
func (s *WebRTCSession) GetQuery() OptString
GetQuery returns the value of Query.
func (*WebRTCSession) GetRemoteAddr ¶
func (s *WebRTCSession) GetRemoteAddr() OptString
GetRemoteAddr returns the value of RemoteAddr.
func (*WebRTCSession) GetRemoteCandidate ¶
func (s *WebRTCSession) GetRemoteCandidate() OptString
GetRemoteCandidate returns the value of RemoteCandidate.
func (*WebRTCSession) GetState ¶
func (s *WebRTCSession) GetState() OptWebRTCSessionState
GetState returns the value of State.
func (*WebRTCSession) MarshalJSON ¶
func (s *WebRTCSession) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*WebRTCSession) SetBytesReceived ¶
func (s *WebRTCSession) SetBytesReceived(val OptInt64)
SetBytesReceived sets the value of BytesReceived.
func (*WebRTCSession) SetBytesSent ¶
func (s *WebRTCSession) SetBytesSent(val OptInt64)
SetBytesSent sets the value of BytesSent.
func (*WebRTCSession) SetCreated ¶
func (s *WebRTCSession) SetCreated(val OptString)
SetCreated sets the value of Created.
func (*WebRTCSession) SetID ¶
func (s *WebRTCSession) SetID(val OptString)
SetID sets the value of ID.
func (*WebRTCSession) SetLocalCandidate ¶
func (s *WebRTCSession) SetLocalCandidate(val OptString)
SetLocalCandidate sets the value of LocalCandidate.
func (*WebRTCSession) SetPath ¶
func (s *WebRTCSession) SetPath(val OptString)
SetPath sets the value of Path.
func (*WebRTCSession) SetPeerConnectionEstablished ¶
func (s *WebRTCSession) SetPeerConnectionEstablished(val OptBool)
SetPeerConnectionEstablished sets the value of PeerConnectionEstablished.
func (*WebRTCSession) SetQuery ¶
func (s *WebRTCSession) SetQuery(val OptString)
SetQuery sets the value of Query.
func (*WebRTCSession) SetRemoteAddr ¶
func (s *WebRTCSession) SetRemoteAddr(val OptString)
SetRemoteAddr sets the value of RemoteAddr.
func (*WebRTCSession) SetRemoteCandidate ¶
func (s *WebRTCSession) SetRemoteCandidate(val OptString)
SetRemoteCandidate sets the value of RemoteCandidate.
func (*WebRTCSession) SetState ¶
func (s *WebRTCSession) SetState(val OptWebRTCSessionState)
SetState sets the value of State.
func (*WebRTCSession) UnmarshalJSON ¶
func (s *WebRTCSession) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*WebRTCSession) Validate ¶
func (s *WebRTCSession) Validate() error
type WebRTCSessionList ¶
type WebRTCSessionList struct { PageCount OptInt `json:"pageCount"` ItemCount OptInt `json:"itemCount"` Items []WebRTCSession `json:"items"` }
Ref: #/components/schemas/WebRTCSessionList
func (*WebRTCSessionList) Decode ¶
func (s *WebRTCSessionList) Decode(d *jx.Decoder) error
Decode decodes WebRTCSessionList from json.
func (*WebRTCSessionList) Encode ¶
func (s *WebRTCSessionList) Encode(e *jx.Encoder)
Encode implements json.Marshaler.
func (*WebRTCSessionList) GetItemCount ¶
func (s *WebRTCSessionList) GetItemCount() OptInt
GetItemCount returns the value of ItemCount.
func (*WebRTCSessionList) GetItems ¶
func (s *WebRTCSessionList) GetItems() []WebRTCSession
GetItems returns the value of Items.
func (*WebRTCSessionList) GetPageCount ¶
func (s *WebRTCSessionList) GetPageCount() OptInt
GetPageCount returns the value of PageCount.
func (*WebRTCSessionList) MarshalJSON ¶
func (s *WebRTCSessionList) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*WebRTCSessionList) SetItemCount ¶
func (s *WebRTCSessionList) SetItemCount(val OptInt)
SetItemCount sets the value of ItemCount.
func (*WebRTCSessionList) SetItems ¶
func (s *WebRTCSessionList) SetItems(val []WebRTCSession)
SetItems sets the value of Items.
func (*WebRTCSessionList) SetPageCount ¶
func (s *WebRTCSessionList) SetPageCount(val OptInt)
SetPageCount sets the value of PageCount.
func (*WebRTCSessionList) UnmarshalJSON ¶
func (s *WebRTCSessionList) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*WebRTCSessionList) Validate ¶
func (s *WebRTCSessionList) Validate() error
type WebRTCSessionState ¶
type WebRTCSessionState string
const ( WebRTCSessionStateRead WebRTCSessionState = "read" WebRTCSessionStatePublish WebRTCSessionState = "publish" )
func (WebRTCSessionState) AllValues ¶
func (WebRTCSessionState) AllValues() []WebRTCSessionState
AllValues returns all WebRTCSessionState values.
func (*WebRTCSessionState) Decode ¶
func (s *WebRTCSessionState) Decode(d *jx.Decoder) error
Decode decodes WebRTCSessionState from json.
func (WebRTCSessionState) Encode ¶
func (s WebRTCSessionState) Encode(e *jx.Encoder)
Encode encodes WebRTCSessionState as json.
func (WebRTCSessionState) MarshalJSON ¶
func (s WebRTCSessionState) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (WebRTCSessionState) MarshalText ¶
func (s WebRTCSessionState) MarshalText() ([]byte, error)
MarshalText implements encoding.TextMarshaler.
func (*WebRTCSessionState) UnmarshalJSON ¶
func (s *WebRTCSessionState) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
func (*WebRTCSessionState) UnmarshalText ¶
func (s *WebRTCSessionState) UnmarshalText(data []byte) error
UnmarshalText implements encoding.TextUnmarshaler.
func (WebRTCSessionState) Validate ¶
func (s WebRTCSessionState) Validate() error
type WebrtcSessionsGetBadRequest ¶
type WebrtcSessionsGetBadRequest Error
func (*WebrtcSessionsGetBadRequest) Decode ¶
func (s *WebrtcSessionsGetBadRequest) Decode(d *jx.Decoder) error
Decode decodes WebrtcSessionsGetBadRequest from json.
func (*WebrtcSessionsGetBadRequest) Encode ¶
func (s *WebrtcSessionsGetBadRequest) Encode(e *jx.Encoder)
Encode encodes WebrtcSessionsGetBadRequest as json.
func (*WebrtcSessionsGetBadRequest) MarshalJSON ¶
func (s *WebrtcSessionsGetBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*WebrtcSessionsGetBadRequest) UnmarshalJSON ¶
func (s *WebrtcSessionsGetBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type WebrtcSessionsGetInternalServerError ¶
type WebrtcSessionsGetInternalServerError Error
func (*WebrtcSessionsGetInternalServerError) Decode ¶
func (s *WebrtcSessionsGetInternalServerError) Decode(d *jx.Decoder) error
Decode decodes WebrtcSessionsGetInternalServerError from json.
func (*WebrtcSessionsGetInternalServerError) Encode ¶
func (s *WebrtcSessionsGetInternalServerError) Encode(e *jx.Encoder)
Encode encodes WebrtcSessionsGetInternalServerError as json.
func (*WebrtcSessionsGetInternalServerError) MarshalJSON ¶
func (s *WebrtcSessionsGetInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*WebrtcSessionsGetInternalServerError) UnmarshalJSON ¶
func (s *WebrtcSessionsGetInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type WebrtcSessionsGetNotFound ¶
type WebrtcSessionsGetNotFound Error
func (*WebrtcSessionsGetNotFound) Decode ¶
func (s *WebrtcSessionsGetNotFound) Decode(d *jx.Decoder) error
Decode decodes WebrtcSessionsGetNotFound from json.
func (*WebrtcSessionsGetNotFound) Encode ¶
func (s *WebrtcSessionsGetNotFound) Encode(e *jx.Encoder)
Encode encodes WebrtcSessionsGetNotFound as json.
func (*WebrtcSessionsGetNotFound) MarshalJSON ¶
func (s *WebrtcSessionsGetNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*WebrtcSessionsGetNotFound) UnmarshalJSON ¶
func (s *WebrtcSessionsGetNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type WebrtcSessionsGetParams ¶
type WebrtcSessionsGetParams struct { // ID of the session. ID string }
WebrtcSessionsGetParams is parameters of webrtcSessionsGet operation.
type WebrtcSessionsGetRes ¶
type WebrtcSessionsGetRes interface {
// contains filtered or unexported methods
}
type WebrtcSessionsKickBadRequest ¶
type WebrtcSessionsKickBadRequest Error
func (*WebrtcSessionsKickBadRequest) Decode ¶
func (s *WebrtcSessionsKickBadRequest) Decode(d *jx.Decoder) error
Decode decodes WebrtcSessionsKickBadRequest from json.
func (*WebrtcSessionsKickBadRequest) Encode ¶
func (s *WebrtcSessionsKickBadRequest) Encode(e *jx.Encoder)
Encode encodes WebrtcSessionsKickBadRequest as json.
func (*WebrtcSessionsKickBadRequest) MarshalJSON ¶
func (s *WebrtcSessionsKickBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*WebrtcSessionsKickBadRequest) UnmarshalJSON ¶
func (s *WebrtcSessionsKickBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type WebrtcSessionsKickInternalServerError ¶
type WebrtcSessionsKickInternalServerError Error
func (*WebrtcSessionsKickInternalServerError) Decode ¶
func (s *WebrtcSessionsKickInternalServerError) Decode(d *jx.Decoder) error
Decode decodes WebrtcSessionsKickInternalServerError from json.
func (*WebrtcSessionsKickInternalServerError) Encode ¶
func (s *WebrtcSessionsKickInternalServerError) Encode(e *jx.Encoder)
Encode encodes WebrtcSessionsKickInternalServerError as json.
func (*WebrtcSessionsKickInternalServerError) MarshalJSON ¶
func (s *WebrtcSessionsKickInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*WebrtcSessionsKickInternalServerError) UnmarshalJSON ¶
func (s *WebrtcSessionsKickInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type WebrtcSessionsKickNotFound ¶
type WebrtcSessionsKickNotFound Error
func (*WebrtcSessionsKickNotFound) Decode ¶
func (s *WebrtcSessionsKickNotFound) Decode(d *jx.Decoder) error
Decode decodes WebrtcSessionsKickNotFound from json.
func (*WebrtcSessionsKickNotFound) Encode ¶
func (s *WebrtcSessionsKickNotFound) Encode(e *jx.Encoder)
Encode encodes WebrtcSessionsKickNotFound as json.
func (*WebrtcSessionsKickNotFound) MarshalJSON ¶
func (s *WebrtcSessionsKickNotFound) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*WebrtcSessionsKickNotFound) UnmarshalJSON ¶
func (s *WebrtcSessionsKickNotFound) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type WebrtcSessionsKickOK ¶
type WebrtcSessionsKickOK struct{}
WebrtcSessionsKickOK is response for WebrtcSessionsKick operation.
type WebrtcSessionsKickParams ¶
type WebrtcSessionsKickParams struct { // ID of the session. ID string }
WebrtcSessionsKickParams is parameters of webrtcSessionsKick operation.
type WebrtcSessionsKickRes ¶
type WebrtcSessionsKickRes interface {
// contains filtered or unexported methods
}
type WebrtcSessionsListBadRequest ¶
type WebrtcSessionsListBadRequest Error
func (*WebrtcSessionsListBadRequest) Decode ¶
func (s *WebrtcSessionsListBadRequest) Decode(d *jx.Decoder) error
Decode decodes WebrtcSessionsListBadRequest from json.
func (*WebrtcSessionsListBadRequest) Encode ¶
func (s *WebrtcSessionsListBadRequest) Encode(e *jx.Encoder)
Encode encodes WebrtcSessionsListBadRequest as json.
func (*WebrtcSessionsListBadRequest) MarshalJSON ¶
func (s *WebrtcSessionsListBadRequest) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*WebrtcSessionsListBadRequest) UnmarshalJSON ¶
func (s *WebrtcSessionsListBadRequest) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type WebrtcSessionsListInternalServerError ¶
type WebrtcSessionsListInternalServerError Error
func (*WebrtcSessionsListInternalServerError) Decode ¶
func (s *WebrtcSessionsListInternalServerError) Decode(d *jx.Decoder) error
Decode decodes WebrtcSessionsListInternalServerError from json.
func (*WebrtcSessionsListInternalServerError) Encode ¶
func (s *WebrtcSessionsListInternalServerError) Encode(e *jx.Encoder)
Encode encodes WebrtcSessionsListInternalServerError as json.
func (*WebrtcSessionsListInternalServerError) MarshalJSON ¶
func (s *WebrtcSessionsListInternalServerError) MarshalJSON() ([]byte, error)
MarshalJSON implements stdjson.Marshaler.
func (*WebrtcSessionsListInternalServerError) UnmarshalJSON ¶
func (s *WebrtcSessionsListInternalServerError) UnmarshalJSON(data []byte) error
UnmarshalJSON implements stdjson.Unmarshaler.
type WebrtcSessionsListParams ¶
type WebrtcSessionsListParams struct { // Page number. Page OptInt // Items per page. ItemsPerPage OptInt }
WebrtcSessionsListParams is parameters of webrtcSessionsList operation.
type WebrtcSessionsListRes ¶
type WebrtcSessionsListRes interface {
// contains filtered or unexported methods
}