media

package
v0.0.0-...-ef65237 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2025 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

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

GetAnalyticsConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAnalyticsConfigurationsResponse.

func GetAudioDecoderConfigurationOptions

GetAudioDecoderConfigurationOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAudioDecoderConfigurationOptionsResponse.

func GetAudioDecoderConfigurations

GetAudioDecoderConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAudioDecoderConfigurationsResponse.

func GetAudioEncoderConfigurationOptions

GetAudioEncoderConfigurationOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAudioEncoderConfigurationOptionsResponse.

func GetAudioEncoderConfigurations

GetAudioEncoderConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAudioEncoderConfigurationsResponse.

func GetAudioOutputConfigurationOptions

GetAudioOutputConfigurationOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAudioOutputConfigurationOptionsResponse.

func GetAudioOutputConfigurations

GetAudioOutputConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAudioOutputConfigurationsResponse.

func GetAudioSourceConfigurationOptions

GetAudioSourceConfigurationOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetAudioSourceConfigurationOptionsResponse.

func GetAudioSourceConfigurations

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

GetMetadataConfigurationOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetMetadataConfigurationOptionsResponse.

func GetMetadataConfigurations

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

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

GetVideoEncoderConfigurationOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetVideoEncoderConfigurationOptionsResponse.

func GetVideoEncoderConfigurations

GetVideoEncoderConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a GetVideoEncoderConfigurationsResponse.

func GetVideoEncoderInstances

GetVideoEncoderInstances forwards the call to cli.CallMethod() then parses the payload of the reply as a GetVideoEncoderInstancesResponse.

func GetVideoSourceConfigurationOptions

GetVideoSourceConfigurationOptions forwards the call to cli.CallMethod() then parses the payload of the reply as a GetVideoSourceConfigurationOptionsResponse.

func GetVideoSourceConfigurations

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

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

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

SetAudioOutputConfiguration forwards the call to cli.CallMethod() then parses the payload of the reply as a SetAudioOutputConfigurationResponse.

func SetAudioSourceConfiguration

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

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

SetSynchronizationPoint forwards the call to cli.CallMethod() then parses the payload of the reply as a SetSynchronizationPointResponse.

func SetVideoEncoderConfiguration

SetVideoEncoderConfiguration forwards the call to cli.CallMethod() then parses the payload of the reply as a SetVideoEncoderConfigurationResponse.

func SetVideoSourceConfiguration

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

SetWebRTCConfigurations forwards the call to cli.CallMethod() then parses the payload of the reply as a SetWebRTCConfigurationsResponse.

func StartMulticastStreaming

StartMulticastStreaming forwards the call to cli.CallMethod() then parses the payload of the reply as a StartMulticastStreamingResponse.

func StopMulticastStreaming

StopMulticastStreaming forwards the call to cli.CallMethod() then parses the payload of the reply as a StopMulticastStreamingResponse.

Types

type Device

type Device struct {
	Address  string        `json:"address"`
	Username string        `json:"username"`
	Password string        `json:"password"`
	Timeout  time.Duration `json:"timeout"`
	Describe string        `json:"describe"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL