Documentation
¶
Index ¶
- func AddConfiguration(ctx context.Context, cli *client.Client, request media.AddConfiguration) (media.AddConfigurationResponse, error)
- func CreateMask(ctx context.Context, cli *client.Client, request media.CreateMask) (media.CreateMaskResponse, error)
- func CreateOSD(ctx context.Context, cli *client.Client, request media.CreateOSD) (media.CreateOSDResponse, error)
- func CreateProfile(ctx context.Context, cli *client.Client, request media.CreateProfile) (media.CreateProfileResponse, error)
- func DeleteMask(ctx context.Context, cli *client.Client, request media.DeleteMask) (media.DeleteMaskResponse, error)
- func DeleteOSD(ctx context.Context, cli *client.Client, request media.DeleteOSD) (media.DeleteOSDResponse, error)
- func DeleteProfile(ctx context.Context, cli *client.Client, request media.DeleteProfile) (media.DeleteProfileResponse, error)
- func GetAnalyticsConfigurations(ctx context.Context, cli *client.Client, ...) (media.GetAnalyticsConfigurationsResponse, error)
- func GetAudioDecoderConfigurationOptions(ctx context.Context, cli *client.Client, ...) (media.GetAudioDecoderConfigurationOptionsResponse, error)
- func GetAudioDecoderConfigurations(ctx context.Context, cli *client.Client, ...) (media.GetAudioDecoderConfigurationsResponse, error)
- func GetAudioEncoderConfigurationOptions(ctx context.Context, cli *client.Client, ...) (media.GetAudioEncoderConfigurationOptionsResponse, error)
- func GetAudioEncoderConfigurations(ctx context.Context, cli *client.Client, ...) (media.GetAudioEncoderConfigurationsResponse, error)
- func GetAudioOutputConfigurationOptions(ctx context.Context, cli *client.Client, ...) (media.GetAudioOutputConfigurationOptionsResponse, error)
- func GetAudioOutputConfigurations(ctx context.Context, cli *client.Client, ...) (media.GetAudioOutputConfigurationsResponse, error)
- func GetAudioSourceConfigurationOptions(ctx context.Context, cli *client.Client, ...) (media.GetAudioSourceConfigurationOptionsResponse, error)
- func GetAudioSourceConfigurations(ctx context.Context, cli *client.Client, ...) (media.GetAudioSourceConfigurationsResponse, error)
- func GetMaskOptions(ctx context.Context, cli *client.Client, request media.GetMaskOptions) (media.GetMaskOptionsResponse, error)
- func GetMasks(ctx context.Context, cli *client.Client, request media.GetMasks) (media.GetMasksResponse, error)
- func GetMetadataConfigurationOptions(ctx context.Context, cli *client.Client, ...) (media.GetMetadataConfigurationOptionsResponse, error)
- func GetMetadataConfigurations(ctx context.Context, cli *client.Client, ...) (media.GetMetadataConfigurationsResponse, error)
- func GetOSDOptions(ctx context.Context, cli *client.Client, request media.GetOSDOptions) (media.GetOSDOptionsResponse, error)
- func GetOSDs(ctx context.Context, cli *client.Client, request media.GetOSDs) (media.GetOSDsResponse, error)
- func GetProfiles(ctx context.Context, cli *client.Client, request media.GetProfiles) (media.GetProfilesResponse, error)
- func GetServiceCapabilities(ctx context.Context, cli *client.Client, request media.GetServiceCapabilities) (media.GetServiceCapabilitiesResponse, error)
- func GetSnapshotUri(ctx context.Context, cli *client.Client, request media.GetSnapshotUri) (media.GetSnapshotUriResponse, error)
- func GetStreamUri(ctx context.Context, cli *client.Client, request media.GetStreamUri) (media.GetStreamUriResponse, error)
- func GetVideoEncoderConfigurationOptions(ctx context.Context, cli *client.Client, ...) (media.GetVideoEncoderConfigurationOptionsResponse, error)
- func GetVideoEncoderConfigurations(ctx context.Context, cli *client.Client, ...) (media.GetVideoEncoderConfigurationsResponse, error)
- func GetVideoEncoderInstances(ctx context.Context, cli *client.Client, ...) (media.GetVideoEncoderInstancesResponse, error)
- func GetVideoSourceConfigurationOptions(ctx context.Context, cli *client.Client, ...) (media.GetVideoSourceConfigurationOptionsResponse, error)
- func GetVideoSourceConfigurations(ctx context.Context, cli *client.Client, ...) (media.GetVideoSourceConfigurationsResponse, error)
- func GetVideoSourceModes(ctx context.Context, cli *client.Client, request media.GetVideoSourceModes) (media.GetVideoSourceModesResponse, error)
- func GetWebRTCConfigurations(ctx context.Context, cli *client.Client, request media.GetWebRTCConfigurations) (media.GetWebRTCConfigurationsResponse, error)
- func RemoveConfiguration(ctx context.Context, cli *client.Client, request media.RemoveConfiguration) (media.RemoveConfigurationResponse, error)
- func SetAudioDecoderConfiguration(ctx context.Context, cli *client.Client, ...) (media.SetAudioDecoderConfigurationResponse, error)
- func SetAudioEncoderConfiguration(ctx context.Context, cli *client.Client, ...) (media.SetAudioEncoderConfiguration, error)
- func SetAudioOutputConfiguration(ctx context.Context, cli *client.Client, ...) (media.SetAudioOutputConfigurationResponse, error)
- func SetAudioSourceConfiguration(ctx context.Context, cli *client.Client, ...) (media.SetAudioSourceConfigurationResponse, error)
- func SetMask(ctx context.Context, cli *client.Client, request media.SetMask) (media.SetMaskResponse, error)
- func SetMetadataConfiguration(ctx context.Context, cli *client.Client, ...) (media.SetMetadataConfigurationResponse, error)
- func SetOSD(ctx context.Context, cli *client.Client, request media.SetOSD) (media.SetOSDResponse, error)
- func SetSynchronizationPoint(ctx context.Context, cli *client.Client, request media.SetSynchronizationPoint) (media.SetSynchronizationPointResponse, error)
- func SetVideoEncoderConfiguration(ctx context.Context, cli *client.Client, ...) (media.SetVideoEncoderConfigurationResponse, error)
- func SetVideoSourceConfiguration(ctx context.Context, cli *client.Client, ...) (media.SetVideoSourceConfigurationResponse, error)
- func SetVideoSourceMode(ctx context.Context, cli *client.Client, request media.SetVideoSourceMode) (media.SetVideoSourceModeResponse, error)
- func SetWebRTCConfigurations(ctx context.Context, cli *client.Client, request media.SetWebRTCConfigurations) (media.SetWebRTCConfigurationsResponse, error)
- func StartMulticastStreaming(ctx context.Context, cli *client.Client, request media.StartMulticastStreaming) (media.StartMulticastStreamingResponse, error)
- func StopMulticastStreaming(ctx context.Context, cli *client.Client, request media.StopMulticastStreaming) (media.StopMulticastStreamingResponse, error)
- type Device
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddConfiguration ¶
func AddConfiguration(ctx context.Context, cli *client.Client, request media.AddConfiguration) (media.AddConfigurationResponse, error)
AddConfiguration forwards the call to cli.CallMethod() then parses the payload of the reply as a AddConfigurationResponse.
func CreateMask ¶
func CreateMask(ctx context.Context, cli *client.Client, request media.CreateMask) (media.CreateMaskResponse, error)
CreateMask forwards the call to cli.CallMethod() then parses the payload of the reply as a CreateMaskResponse.
func CreateOSD ¶
func CreateOSD(ctx context.Context, cli *client.Client, request media.CreateOSD) (media.CreateOSDResponse, error)
CreateOSD forwards the call to cli.CallMethod() then parses the payload of the reply as a CreateOSDResponse.
func CreateProfile ¶
func CreateProfile(ctx context.Context, cli *client.Client, request media.CreateProfile) (media.CreateProfileResponse, error)
CreateProfile forwards the call to cli.CallMethod() then parses the payload of the reply as a CreateProfileResponse.
func DeleteMask ¶
func DeleteMask(ctx context.Context, cli *client.Client, request media.DeleteMask) (media.DeleteMaskResponse, error)
DeleteMask forwards the call to cli.CallMethod() then parses the payload of the reply as a DeleteMaskResponse.
func DeleteOSD ¶
func DeleteOSD(ctx context.Context, cli *client.Client, request media.DeleteOSD) (media.DeleteOSDResponse, error)
DeleteOSD forwards the call to cli.CallMethod() then parses the payload of the reply as a DeleteOSDResponse.
func DeleteProfile ¶
func DeleteProfile(ctx context.Context, cli *client.Client, request media.DeleteProfile) (media.DeleteProfileResponse, error)
DeleteProfile forwards the call to cli.CallMethod() then parses the payload of the reply as a DeleteProfileResponse.
func GetAnalyticsConfigurations ¶
func GetAnalyticsConfigurations(ctx context.Context, cli *client.Client, request media.GetAnalyticsConfigurations) (media.GetAnalyticsConfigurationsResponse, error)
GetAnalyticsConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAnalyticsConfigurationsResponse.
func GetAudioDecoderConfigurationOptions ¶
func GetAudioDecoderConfigurationOptions(ctx context.Context, cli *client.Client, request media.GetAudioDecoderConfigurationOptions) (media.GetAudioDecoderConfigurationOptionsResponse, error)
GetAudioDecoderConfigurationOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAudioDecoderConfigurationOptionsResponse.
func GetAudioDecoderConfigurations ¶
func GetAudioDecoderConfigurations(ctx context.Context, cli *client.Client, request media.GetAudioDecoderConfigurations) (media.GetAudioDecoderConfigurationsResponse, error)
GetAudioDecoderConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAudioDecoderConfigurationsResponse.
func GetAudioEncoderConfigurationOptions ¶
func GetAudioEncoderConfigurationOptions(ctx context.Context, cli *client.Client, request media.GetAudioEncoderConfigurationOptions) (media.GetAudioEncoderConfigurationOptionsResponse, error)
GetAudioEncoderConfigurationOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAudioEncoderConfigurationOptionsResponse.
func GetAudioEncoderConfigurations ¶
func GetAudioEncoderConfigurations(ctx context.Context, cli *client.Client, request media.GetAudioEncoderConfigurations) (media.GetAudioEncoderConfigurationsResponse, error)
GetAudioEncoderConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAudioEncoderConfigurationsResponse.
func GetAudioOutputConfigurationOptions ¶
func GetAudioOutputConfigurationOptions(ctx context.Context, cli *client.Client, request media.GetAudioOutputConfigurationOptions) (media.GetAudioOutputConfigurationOptionsResponse, error)
GetAudioOutputConfigurationOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAudioOutputConfigurationOptionsResponse.
func GetAudioOutputConfigurations ¶
func GetAudioOutputConfigurations(ctx context.Context, cli *client.Client, request media.GetAudioOutputConfigurations) (media.GetAudioOutputConfigurationsResponse, error)
GetAudioOutputConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAudioOutputConfigurationsResponse.
func GetAudioSourceConfigurationOptions ¶
func GetAudioSourceConfigurationOptions(ctx context.Context, cli *client.Client, request media.GetAudioSourceConfigurationOptions) (media.GetAudioSourceConfigurationOptionsResponse, error)
GetAudioSourceConfigurationOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAudioSourceConfigurationOptionsResponse.
func GetAudioSourceConfigurations ¶
func GetAudioSourceConfigurations(ctx context.Context, cli *client.Client, request media.GetAudioSourceConfigurations) (media.GetAudioSourceConfigurationsResponse, error)
GetAudioSourceConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAudioSourceConfigurationsResponse.
func GetMaskOptions ¶
func GetMaskOptions(ctx context.Context, cli *client.Client, request media.GetMaskOptions) (media.GetMaskOptionsResponse, error)
GetMaskOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetMaskOptionsResponse.
func GetMasks ¶
func GetMasks(ctx context.Context, cli *client.Client, request media.GetMasks) (media.GetMasksResponse, error)
GetMasks forwards the call to cli.CallMethod() then parses the payload of the reply as a GetMasksResponse.
func GetMetadataConfigurationOptions ¶
func GetMetadataConfigurationOptions(ctx context.Context, cli *client.Client, request media.GetMetadataConfigurationOptions) (media.GetMetadataConfigurationOptionsResponse, error)
GetMetadataConfigurationOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetMetadataConfigurationOptionsResponse.
func GetMetadataConfigurations ¶
func GetMetadataConfigurations(ctx context.Context, cli *client.Client, request media.GetMetadataConfigurations) (media.GetMetadataConfigurationsResponse, error)
GetMetadataConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetMetadataConfigurationsResponse.
func GetOSDOptions ¶
func GetOSDOptions(ctx context.Context, cli *client.Client, request media.GetOSDOptions) (media.GetOSDOptionsResponse, error)
GetOSDOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetOSDOptionsResponse.
func GetOSDs ¶
func GetOSDs(ctx context.Context, cli *client.Client, request media.GetOSDs) (media.GetOSDsResponse, error)
GetOSDs forwards the call to cli.CallMethod() then parses the payload of the reply as a GetOSDsResponse.
func GetProfiles ¶
func GetProfiles(ctx context.Context, cli *client.Client, request media.GetProfiles) (media.GetProfilesResponse, error)
GetProfiles forwards the call to cli.CallMethod() then parses the payload of the reply as a GetProfilesResponse.
func GetServiceCapabilities ¶
func GetServiceCapabilities(ctx context.Context, cli *client.Client, request media.GetServiceCapabilities) (media.GetServiceCapabilitiesResponse, error)
GetServiceCapabilities forwards the call to cli.CallMethod() then parses the payload of the reply as a GetServiceCapabilitiesResponse.
func GetSnapshotUri ¶
func GetSnapshotUri(ctx context.Context, cli *client.Client, request media.GetSnapshotUri) (media.GetSnapshotUriResponse, error)
GetSnapshotUri forwards the call to cli.CallMethod() then parses the payload of the reply as a GetSnapshotUriResponse.
func GetStreamUri ¶
func GetStreamUri(ctx context.Context, cli *client.Client, request media.GetStreamUri) (media.GetStreamUriResponse, error)
GetStreamUri forwards the call to cli.CallMethod() then parses the payload of the reply as a GetStreamUriResponse.
func GetVideoEncoderConfigurationOptions ¶
func GetVideoEncoderConfigurationOptions(ctx context.Context, cli *client.Client, request media.GetVideoEncoderConfigurationOptions) (media.GetVideoEncoderConfigurationOptionsResponse, error)
GetVideoEncoderConfigurationOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetVideoEncoderConfigurationOptionsResponse.
func GetVideoEncoderConfigurations ¶
func GetVideoEncoderConfigurations(ctx context.Context, cli *client.Client, request media.GetVideoEncoderConfigurations) (media.GetVideoEncoderConfigurationsResponse, error)
GetVideoEncoderConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetVideoEncoderConfigurationsResponse.
func GetVideoEncoderInstances ¶
func GetVideoEncoderInstances(ctx context.Context, cli *client.Client, request media.GetVideoEncoderInstances) (media.GetVideoEncoderInstancesResponse, error)
GetVideoEncoderInstances forwards the call to cli.CallMethod() then parses the payload of the reply as a GetVideoEncoderInstancesResponse.
func GetVideoSourceConfigurationOptions ¶
func GetVideoSourceConfigurationOptions(ctx context.Context, cli *client.Client, request media.GetVideoSourceConfigurationOptions) (media.GetVideoSourceConfigurationOptionsResponse, error)
GetVideoSourceConfigurationOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetVideoSourceConfigurationOptionsResponse.
func GetVideoSourceConfigurations ¶
func GetVideoSourceConfigurations(ctx context.Context, cli *client.Client, request media.GetVideoSourceConfigurations) (media.GetVideoSourceConfigurationsResponse, error)
GetVideoSourceConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetVideoSourceConfigurationsResponse.
func GetVideoSourceModes ¶
func GetVideoSourceModes(ctx context.Context, cli *client.Client, request media.GetVideoSourceModes) (media.GetVideoSourceModesResponse, error)
GetVideoSourceModes forwards the call to cli.CallMethod() then parses the payload of the reply as a GetVideoSourceModesResponse.
func GetWebRTCConfigurations ¶
func GetWebRTCConfigurations(ctx context.Context, cli *client.Client, request media.GetWebRTCConfigurations) (media.GetWebRTCConfigurationsResponse, error)
GetWebRTCConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetWebRTCConfigurationsResponse.
func RemoveConfiguration ¶
func RemoveConfiguration(ctx context.Context, cli *client.Client, request media.RemoveConfiguration) (media.RemoveConfigurationResponse, error)
RemoveConfiguration forwards the call to cli.CallMethod() then parses the payload of the reply as a RemoveConfigurationResponse.
func SetAudioDecoderConfiguration ¶
func SetAudioDecoderConfiguration(ctx context.Context, cli *client.Client, request media.SetAudioDecoderConfiguration) (media.SetAudioDecoderConfigurationResponse, error)
SetAudioDecoderConfiguration forwards the call to cli.CallMethod() then parses the payload of the reply as a SetAudioDecoderConfigurationResponse.
func SetAudioEncoderConfiguration ¶
func SetAudioEncoderConfiguration(ctx context.Context, cli *client.Client, request media.SetAudioEncoderConfiguration) (media.SetAudioEncoderConfiguration, error)
SetAudioEncoderConfiguration forwards the call to cli.CallMethod() then parses the payload of the reply as a SetAudioEncoderConfiguration.
func SetAudioOutputConfiguration ¶
func SetAudioOutputConfiguration(ctx context.Context, cli *client.Client, request media.SetAudioOutputConfiguration) (media.SetAudioOutputConfigurationResponse, error)
SetAudioOutputConfiguration forwards the call to cli.CallMethod() then parses the payload of the reply as a SetAudioOutputConfigurationResponse.
func SetAudioSourceConfiguration ¶
func SetAudioSourceConfiguration(ctx context.Context, cli *client.Client, request media.SetAudioSourceConfiguration) (media.SetAudioSourceConfigurationResponse, error)
SetAudioSourceConfiguration forwards the call to cli.CallMethod() then parses the payload of the reply as a SetAudioSourceConfigurationResponse.
func SetMask ¶
func SetMask(ctx context.Context, cli *client.Client, request media.SetMask) (media.SetMaskResponse, error)
SetMask forwards the call to cli.CallMethod() then parses the payload of the reply as a SetMaskResponse.
func SetMetadataConfiguration ¶
func SetMetadataConfiguration(ctx context.Context, cli *client.Client, request media.SetMetadataConfiguration) (media.SetMetadataConfigurationResponse, error)
SetMetadataConfiguration forwards the call to cli.CallMethod() then parses the payload of the reply as a SetMetadataConfigurationResponse.
func SetOSD ¶
func SetOSD(ctx context.Context, cli *client.Client, request media.SetOSD) (media.SetOSDResponse, error)
SetOSD forwards the call to cli.CallMethod() then parses the payload of the reply as a SetOSDResponse.
func SetSynchronizationPoint ¶
func SetSynchronizationPoint(ctx context.Context, cli *client.Client, request media.SetSynchronizationPoint) (media.SetSynchronizationPointResponse, error)
SetSynchronizationPoint forwards the call to cli.CallMethod() then parses the payload of the reply as a SetSynchronizationPointResponse.
func SetVideoEncoderConfiguration ¶
func SetVideoEncoderConfiguration(ctx context.Context, cli *client.Client, request media.SetVideoEncoderConfiguration) (media.SetVideoEncoderConfigurationResponse, error)
SetVideoEncoderConfiguration forwards the call to cli.CallMethod() then parses the payload of the reply as a SetVideoEncoderConfigurationResponse.
func SetVideoSourceConfiguration ¶
func SetVideoSourceConfiguration(ctx context.Context, cli *client.Client, request media.SetVideoSourceConfiguration) (media.SetVideoSourceConfigurationResponse, error)
SetVideoSourceConfiguration forwards the call to cli.CallMethod() then parses the payload of the reply as a SetVideoSourceConfigurationResponse.
func SetVideoSourceMode ¶
func SetVideoSourceMode(ctx context.Context, cli *client.Client, request media.SetVideoSourceMode) (media.SetVideoSourceModeResponse, error)
SetVideoSourceMode forwards the call to cli.CallMethod() then parses the payload of the reply as a SetVideoSourceModeResponse.
func SetWebRTCConfigurations ¶
func SetWebRTCConfigurations(ctx context.Context, cli *client.Client, request media.SetWebRTCConfigurations) (media.SetWebRTCConfigurationsResponse, error)
SetWebRTCConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a SetWebRTCConfigurationsResponse.
func StartMulticastStreaming ¶
func StartMulticastStreaming(ctx context.Context, cli *client.Client, request media.StartMulticastStreaming) (media.StartMulticastStreamingResponse, error)
StartMulticastStreaming forwards the call to cli.CallMethod() then parses the payload of the reply as a StartMulticastStreamingResponse.
func StopMulticastStreaming ¶
func StopMulticastStreaming(ctx context.Context, cli *client.Client, request media.StopMulticastStreaming) (media.StopMulticastStreamingResponse, error)
StopMulticastStreaming forwards the call to cli.CallMethod() then parses the payload of the reply as a StopMulticastStreamingResponse.
Types ¶
Source Files
¶
- AddConfiguration.go
- CreateMask.go
- CreateOSD.go
- CreateProfile.go
- DeleteMask.go
- DeleteOSD.go
- DeleteProfile.go
- GetAnalyticsConfigurations.go
- GetAudioDecoderConfigurationOptions.go
- GetAudioDecoderConfigurations.go
- GetAudioEncoderConfigurationOptions.go
- GetAudioEncoderConfigurations.go
- GetAudioOutputConfigurationOptions.go
- GetAudioOutputConfigurations.go
- GetAudioSourceConfigurationOptions.go
- GetAudioSourceConfigurations.go
- GetMaskOptions.go
- GetMasks.go
- GetMetadataConfigurationOptions.go
- GetMetadataConfigurations.go
- GetOSDOptions.go
- GetOSDs.go
- GetProfiles.go
- GetServiceCapabilities.go
- GetSnapshotUri.go
- GetStreamUri.go
- GetVideoEncoderConfigurationOptions.go
- GetVideoEncoderConfigurations.go
- GetVideoEncoderInstances.go
- GetVideoSourceConfigurationOptions.go
- GetVideoSourceConfigurations.go
- GetVideoSourceModes.go
- GetWebRTCConfigurations.go
- RemoveConfiguration.go
- SetAudioDecoderConfiguration.go
- SetAudioEncoderConfiguration.go
- SetAudioOutputConfiguration.go
- SetAudioSourceConfiguration.go
- SetMask.go
- SetMetadataConfiguration.go
- SetOSD.go
- SetSynchronizationPoint.go
- SetVideoEncoderConfiguration.go
- SetVideoSourceConfiguration.go
- SetVideoSourceMode.go
- SetWebRTCConfigurations.go
- StartMulticastStreaming.go
- StopMulticastStreaming.go
- media.go