Documentation
¶
Index ¶
- type ActionSoundClient
- func (c *ActionSoundClient) Load(ctx context.Context, handle int64, arg0 int32) error
- func (c *ActionSoundClient) MustPlayShutterSound(ctx context.Context, handle int64) (bool, error)
- func (c *ActionSoundClient) Play(ctx context.Context, handle int64, arg0 int32) error
- func (c *ActionSoundClient) Release(ctx context.Context, handle int64) error
- type ApplicationMediaCapabilitiesBuilderClient
- func (c *ApplicationMediaCapabilitiesBuilderClient) AddSupportedHdrType(ctx context.Context, arg0 string) (int64, error)
- func (c *ApplicationMediaCapabilitiesBuilderClient) AddSupportedVideoMimeType(ctx context.Context, arg0 string) (int64, error)
- func (c *ApplicationMediaCapabilitiesBuilderClient) AddUnsupportedHdrType(ctx context.Context, arg0 string) (int64, error)
- func (c *ApplicationMediaCapabilitiesBuilderClient) AddUnsupportedVideoMimeType(ctx context.Context, arg0 string) (int64, error)
- func (c *ApplicationMediaCapabilitiesBuilderClient) Build(ctx context.Context) (int64, error)
- type ApplicationMediaCapabilitiesClient
- func (c *ApplicationMediaCapabilitiesClient) CreateFromXml(ctx context.Context, arg0 int64) (int64, error)
- func (c *ApplicationMediaCapabilitiesClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *ApplicationMediaCapabilitiesClient) GetSupportedHdrTypes(ctx context.Context) (int64, error)
- func (c *ApplicationMediaCapabilitiesClient) GetSupportedVideoMimeTypes(ctx context.Context) (int64, error)
- func (c *ApplicationMediaCapabilitiesClient) GetUnsupportedHdrTypes(ctx context.Context) (int64, error)
- func (c *ApplicationMediaCapabilitiesClient) GetUnsupportedVideoMimeTypes(ctx context.Context) (int64, error)
- func (c *ApplicationMediaCapabilitiesClient) IsFormatSpecified(ctx context.Context, arg0 string) (bool, error)
- func (c *ApplicationMediaCapabilitiesClient) IsHdrTypeSupported(ctx context.Context, arg0 string) (bool, error)
- func (c *ApplicationMediaCapabilitiesClient) IsVideoMimeTypeSupported(ctx context.Context, arg0 string) (bool, error)
- func (c *ApplicationMediaCapabilitiesClient) ToString(ctx context.Context) (string, error)
- func (c *ApplicationMediaCapabilitiesClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type AsyncPlayerClient
- func (c *AsyncPlayerClient) Play4(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 bool, ...) error
- func (c *AsyncPlayerClient) Play4_1(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 bool, ...) error
- func (c *AsyncPlayerClient) Stop(ctx context.Context, handle int64) error
- type AudioAttributesBuilderClient
- func (c *AudioAttributesBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *AudioAttributesBuilderClient) SetAllowedCapturePolicy(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioAttributesBuilderClient) SetContentType(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioAttributesBuilderClient) SetFlags(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioAttributesBuilderClient) SetHapticChannelsMuted(ctx context.Context, arg0 bool) (int64, error)
- func (c *AudioAttributesBuilderClient) SetIsContentSpatialized(ctx context.Context, arg0 bool) (int64, error)
- func (c *AudioAttributesBuilderClient) SetLegacyStreamType(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioAttributesBuilderClient) SetSpatializationBehavior(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioAttributesBuilderClient) SetUsage(ctx context.Context, arg0 int32) (int64, error)
- type AudioAttributesClient
- func (c *AudioAttributesClient) AreHapticChannelsMuted(ctx context.Context) (bool, error)
- func (c *AudioAttributesClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *AudioAttributesClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *AudioAttributesClient) GetAllowedCapturePolicy(ctx context.Context) (int32, error)
- func (c *AudioAttributesClient) GetContentType(ctx context.Context) (int32, error)
- func (c *AudioAttributesClient) GetFlags(ctx context.Context) (int32, error)
- func (c *AudioAttributesClient) GetSpatializationBehavior(ctx context.Context) (int32, error)
- func (c *AudioAttributesClient) GetUsage(ctx context.Context) (int32, error)
- func (c *AudioAttributesClient) GetVolumeControlStream(ctx context.Context) (int32, error)
- func (c *AudioAttributesClient) HashCode(ctx context.Context) (int32, error)
- func (c *AudioAttributesClient) IsContentSpatialized(ctx context.Context) (bool, error)
- func (c *AudioAttributesClient) ToString(ctx context.Context) (string, error)
- func (c *AudioAttributesClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type AudioDescriptorClient
- func (c *AudioDescriptorClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *AudioDescriptorClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *AudioDescriptorClient) GetDescriptor(ctx context.Context) (int64, error)
- func (c *AudioDescriptorClient) GetEncapsulationType(ctx context.Context) (int32, error)
- func (c *AudioDescriptorClient) GetStandard(ctx context.Context) (int32, error)
- func (c *AudioDescriptorClient) HashCode(ctx context.Context) (int32, error)
- func (c *AudioDescriptorClient) ToString(ctx context.Context) (string, error)
- func (c *AudioDescriptorClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type AudioDeviceCallbackClient
- type AudioFocusRequestBuilderClient
- func (c *AudioFocusRequestBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *AudioFocusRequestBuilderClient) SetAcceptsDelayedFocusGain(ctx context.Context, arg0 bool) (int64, error)
- func (c *AudioFocusRequestBuilderClient) SetAudioAttributes(ctx context.Context, arg0 int64) (int64, error)
- func (c *AudioFocusRequestBuilderClient) SetFocusGain(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioFocusRequestBuilderClient) SetForceDucking(ctx context.Context, arg0 bool) (int64, error)
- func (c *AudioFocusRequestBuilderClient) SetOnAudioFocusChangeListener(ctx context.Context, arg0 int64) (int64, error)
- func (c *AudioFocusRequestBuilderClient) SetWillPauseWhenDucked(ctx context.Context, arg0 bool) (int64, error)
- type AudioFocusRequestClient
- func (c *AudioFocusRequestClient) AcceptsDelayedFocusGain(ctx context.Context) (bool, error)
- func (c *AudioFocusRequestClient) GetAudioAttributes(ctx context.Context) (int64, error)
- func (c *AudioFocusRequestClient) GetFocusGain(ctx context.Context) (int32, error)
- func (c *AudioFocusRequestClient) WillPauseWhenDucked(ctx context.Context) (bool, error)
- type AudioFormatBuilderClient
- func (c *AudioFormatBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *AudioFormatBuilderClient) SetChannelIndexMask(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioFormatBuilderClient) SetChannelMask(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioFormatBuilderClient) SetEncoding(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioFormatBuilderClient) SetSampleRate(ctx context.Context, arg0 int32) (int64, error)
- type AudioFormatClient
- func (c *AudioFormatClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *AudioFormatClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *AudioFormatClient) GetChannelCount(ctx context.Context) (int32, error)
- func (c *AudioFormatClient) GetChannelIndexMask(ctx context.Context) (int32, error)
- func (c *AudioFormatClient) GetChannelMask(ctx context.Context) (int32, error)
- func (c *AudioFormatClient) GetEncoding(ctx context.Context) (int32, error)
- func (c *AudioFormatClient) GetFrameSizeInBytes(ctx context.Context) (int32, error)
- func (c *AudioFormatClient) GetSampleRate(ctx context.Context) (int32, error)
- func (c *AudioFormatClient) HashCode(ctx context.Context) (int32, error)
- func (c *AudioFormatClient) ToString(ctx context.Context) (string, error)
- func (c *AudioFormatClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type AudioMetadataClient
- type AudioMetadataKeyClient
- type AudioMetadataReadMapClient
- type AudioMixerAttributesBuilderClient
- type AudioMixerAttributesClient
- func (c *AudioMixerAttributesClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *AudioMixerAttributesClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *AudioMixerAttributesClient) GetFormat(ctx context.Context) (int64, error)
- func (c *AudioMixerAttributesClient) GetMixerBehavior(ctx context.Context) (int32, error)
- func (c *AudioMixerAttributesClient) HashCode(ctx context.Context) (int32, error)
- func (c *AudioMixerAttributesClient) ToString(ctx context.Context) (string, error)
- func (c *AudioMixerAttributesClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type AudioPlaybackCaptureConfigurationBuilderClient
- func (c *AudioPlaybackCaptureConfigurationBuilderClient) AddMatchingUid(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioPlaybackCaptureConfigurationBuilderClient) AddMatchingUsage(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioPlaybackCaptureConfigurationBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *AudioPlaybackCaptureConfigurationBuilderClient) ExcludeUid(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioPlaybackCaptureConfigurationBuilderClient) ExcludeUsage(ctx context.Context, arg0 int32) (int64, error)
- type AudioPlaybackCaptureConfigurationClient
- func (c *AudioPlaybackCaptureConfigurationClient) GetExcludeUids(ctx context.Context) (int64, error)
- func (c *AudioPlaybackCaptureConfigurationClient) GetExcludeUsages(ctx context.Context) (int64, error)
- func (c *AudioPlaybackCaptureConfigurationClient) GetMatchingUids(ctx context.Context) (int64, error)
- func (c *AudioPlaybackCaptureConfigurationClient) GetMatchingUsages(ctx context.Context) (int64, error)
- func (c *AudioPlaybackCaptureConfigurationClient) GetMediaProjection(ctx context.Context) (int64, error)
- type AudioPlaybackConfigurationClient
- func (c *AudioPlaybackConfigurationClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *AudioPlaybackConfigurationClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *AudioPlaybackConfigurationClient) GetAudioAttributes(ctx context.Context) (int64, error)
- func (c *AudioPlaybackConfigurationClient) GetAudioDeviceInfo(ctx context.Context) (int64, error)
- func (c *AudioPlaybackConfigurationClient) HashCode(ctx context.Context) (int32, error)
- func (c *AudioPlaybackConfigurationClient) ToString(ctx context.Context) (string, error)
- func (c *AudioPlaybackConfigurationClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type AudioPresentationBuilderClient
- func (c *AudioPresentationBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *AudioPresentationBuilderClient) SetHasAudioDescription(ctx context.Context, arg0 bool) (int64, error)
- func (c *AudioPresentationBuilderClient) SetHasDialogueEnhancement(ctx context.Context, arg0 bool) (int64, error)
- func (c *AudioPresentationBuilderClient) SetHasSpokenSubtitles(ctx context.Context, arg0 bool) (int64, error)
- func (c *AudioPresentationBuilderClient) SetLocale(ctx context.Context, arg0 int64) (int64, error)
- func (c *AudioPresentationBuilderClient) SetMasteringIndication(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioPresentationBuilderClient) SetProgramId(ctx context.Context, arg0 int32) (int64, error)
- type AudioPresentationClient
- func (c *AudioPresentationClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *AudioPresentationClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *AudioPresentationClient) GetLocale(ctx context.Context) (int64, error)
- func (c *AudioPresentationClient) GetMasteringIndication(ctx context.Context) (int32, error)
- func (c *AudioPresentationClient) GetPresentationId(ctx context.Context) (int32, error)
- func (c *AudioPresentationClient) GetProgramId(ctx context.Context) (int32, error)
- func (c *AudioPresentationClient) HasAudioDescription(ctx context.Context) (bool, error)
- func (c *AudioPresentationClient) HasDialogueEnhancement(ctx context.Context) (bool, error)
- func (c *AudioPresentationClient) HasSpokenSubtitles(ctx context.Context) (bool, error)
- func (c *AudioPresentationClient) HashCode(ctx context.Context) (int32, error)
- func (c *AudioPresentationClient) ToString(ctx context.Context) (string, error)
- func (c *AudioPresentationClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type AudioProfileClient
- func (c *AudioProfileClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *AudioProfileClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *AudioProfileClient) GetChannelIndexMasks(ctx context.Context) (int64, error)
- func (c *AudioProfileClient) GetChannelMasks(ctx context.Context) (int64, error)
- func (c *AudioProfileClient) GetEncapsulationType(ctx context.Context) (int32, error)
- func (c *AudioProfileClient) GetFormat(ctx context.Context) (int32, error)
- func (c *AudioProfileClient) GetSampleRates(ctx context.Context) (int64, error)
- func (c *AudioProfileClient) HashCode(ctx context.Context) (int32, error)
- func (c *AudioProfileClient) ToString(ctx context.Context) (string, error)
- func (c *AudioProfileClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type AudioRecordingConfigurationClient
- func (c *AudioRecordingConfigurationClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *AudioRecordingConfigurationClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *AudioRecordingConfigurationClient) GetAudioDevice(ctx context.Context) (int64, error)
- func (c *AudioRecordingConfigurationClient) GetAudioSource(ctx context.Context) (int32, error)
- func (c *AudioRecordingConfigurationClient) GetClientAudioSessionId(ctx context.Context) (int32, error)
- func (c *AudioRecordingConfigurationClient) GetClientAudioSource(ctx context.Context) (int32, error)
- func (c *AudioRecordingConfigurationClient) GetClientEffects(ctx context.Context) (int64, error)
- func (c *AudioRecordingConfigurationClient) GetClientFormat(ctx context.Context) (int64, error)
- func (c *AudioRecordingConfigurationClient) GetEffects(ctx context.Context) (int64, error)
- func (c *AudioRecordingConfigurationClient) GetFormat(ctx context.Context) (int64, error)
- func (c *AudioRecordingConfigurationClient) HashCode(ctx context.Context) (int32, error)
- func (c *AudioRecordingConfigurationClient) IsClientSilenced(ctx context.Context) (bool, error)
- func (c *AudioRecordingConfigurationClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type AudioRecordingMonitorClient
- func (c *AudioRecordingMonitorClient) GetActiveRecordingConfiguration(ctx context.Context) (int64, error)
- func (c *AudioRecordingMonitorClient) RegisterAudioRecordingCallback(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *AudioRecordingMonitorClient) UnregisterAudioRecordingCallback(ctx context.Context, arg0 int64) error
- type AudioRoutingClient
- func (c *AudioRoutingClient) GetPreferredDevice(ctx context.Context) (int64, error)
- func (c *AudioRoutingClient) GetRoutedDevice(ctx context.Context) (int64, error)
- func (c *AudioRoutingClient) RemoveOnRoutingChangedListener(ctx context.Context, arg0 int64) error
- func (c *AudioRoutingClient) SetPreferredDevice(ctx context.Context, arg0 int64) (bool, error)
- type AudioRoutingOnRoutingChangedListenerClient
- type AudioTimestampClient
- type AudioTrackBuilderClient
- func (c *AudioTrackBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *AudioTrackBuilderClient) SetAudioAttributes(ctx context.Context, arg0 int64) (int64, error)
- func (c *AudioTrackBuilderClient) SetAudioFormat(ctx context.Context, arg0 int64) (int64, error)
- func (c *AudioTrackBuilderClient) SetBufferSizeInBytes(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioTrackBuilderClient) SetContext(ctx context.Context, arg0 int64) (int64, error)
- func (c *AudioTrackBuilderClient) SetEncapsulationMode(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioTrackBuilderClient) SetOffloadedPlayback(ctx context.Context, arg0 bool) (int64, error)
- func (c *AudioTrackBuilderClient) SetPerformanceMode(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioTrackBuilderClient) SetSessionId(ctx context.Context, arg0 int32) (int64, error)
- func (c *AudioTrackBuilderClient) SetTransferMode(ctx context.Context, arg0 int32) (int64, error)
- type AudioTrackClient
- func (c *AudioTrackClient) AddOnCodecFormatChangedListener(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *AudioTrackClient) AttachAuxEffect(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *AudioTrackClient) CreateVolumeShaper(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *AudioTrackClient) Flush(ctx context.Context, handle int64) error
- func (c *AudioTrackClient) GetAudioAttributes(ctx context.Context, handle int64) (int64, error)
- func (c *AudioTrackClient) GetAudioDescriptionMixLeveldB(ctx context.Context, handle int64) (float32, error)
- func (c *AudioTrackClient) GetAudioFormat(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetAudioSessionId(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetBufferCapacityInFrames(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetBufferSizeInFrames(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetChannelConfiguration(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetChannelCount(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetDualMonoMode(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetFormat(ctx context.Context, handle int64) (int64, error)
- func (c *AudioTrackClient) GetLogSessionId(ctx context.Context, handle int64) (int64, error)
- func (c *AudioTrackClient) GetMaxVolume(ctx context.Context, handle int64) (float32, error)
- func (c *AudioTrackClient) GetMetrics(ctx context.Context, handle int64) (int64, error)
- func (c *AudioTrackClient) GetMinBufferSize(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) (int32, error)
- func (c *AudioTrackClient) GetMinVolume(ctx context.Context, handle int64) (float32, error)
- func (c *AudioTrackClient) GetNativeOutputSampleRate(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *AudioTrackClient) GetNotificationMarkerPosition(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetOffloadDelay(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetOffloadPadding(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetPerformanceMode(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetPlayState(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetPlaybackHeadPosition(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetPlaybackParams(ctx context.Context, handle int64) (int64, error)
- func (c *AudioTrackClient) GetPlaybackRate(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetPositionNotificationPeriod(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetPreferredDevice(ctx context.Context, handle int64) (int64, error)
- func (c *AudioTrackClient) GetRoutedDevice(ctx context.Context, handle int64) (int64, error)
- func (c *AudioTrackClient) GetRoutedDevices(ctx context.Context, handle int64) (int64, error)
- func (c *AudioTrackClient) GetSampleRate(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetStartThresholdInFrames(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetState(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetStreamType(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) GetTimestamp(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *AudioTrackClient) GetUnderrunCount(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) IsDirectPlaybackSupported(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)
- func (c *AudioTrackClient) IsOffloadedPlayback(ctx context.Context, handle int64) (bool, error)
- func (c *AudioTrackClient) Pause(ctx context.Context, handle int64) error
- func (c *AudioTrackClient) Play(ctx context.Context, handle int64) error
- func (c *AudioTrackClient) RegisterStreamEventCallback(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *AudioTrackClient) Release(ctx context.Context, handle int64) error
- func (c *AudioTrackClient) ReloadStaticData(ctx context.Context, handle int64) (int32, error)
- func (c *AudioTrackClient) RemoveOnCodecFormatChangedListener(ctx context.Context, handle int64, arg0 int64) error
- func (c *AudioTrackClient) RemoveOnRoutingChangedListener1(ctx context.Context, handle int64, arg0 int64) error
- func (c *AudioTrackClient) RemoveOnRoutingChangedListener1_1(ctx context.Context, handle int64, arg0 int64) error
- func (c *AudioTrackClient) SetAudioDescriptionMixLeveldB(ctx context.Context, handle int64, arg0 float32) (bool, error)
- func (c *AudioTrackClient) SetAuxEffectSendLevel(ctx context.Context, handle int64, arg0 float32) (int32, error)
- func (c *AudioTrackClient) SetBufferSizeInFrames(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *AudioTrackClient) SetDualMonoMode(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *AudioTrackClient) SetLogSessionId(ctx context.Context, handle int64, arg0 int64) error
- func (c *AudioTrackClient) SetLoopPoints(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) (int32, error)
- func (c *AudioTrackClient) SetNotificationMarkerPosition(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *AudioTrackClient) SetOffloadDelayPadding(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
- func (c *AudioTrackClient) SetOffloadEndOfStream(ctx context.Context, handle int64) error
- func (c *AudioTrackClient) SetPlaybackHeadPosition(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *AudioTrackClient) SetPlaybackParams(ctx context.Context, handle int64, arg0 int64) error
- func (c *AudioTrackClient) SetPlaybackPositionUpdateListener(ctx context.Context, handle int64, arg0 int64) error
- func (c *AudioTrackClient) SetPlaybackRate(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *AudioTrackClient) SetPositionNotificationPeriod(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *AudioTrackClient) SetPreferredDevice(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *AudioTrackClient) SetPresentation(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *AudioTrackClient) SetStartThresholdInFrames(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *AudioTrackClient) SetStereoVolume(ctx context.Context, handle int64, arg0 float32, arg1 float32) (int32, error)
- func (c *AudioTrackClient) SetVolume(ctx context.Context, handle int64, arg0 float32) (int32, error)
- func (c *AudioTrackClient) Stop(ctx context.Context, handle int64) error
- func (c *AudioTrackClient) UnregisterStreamEventCallback(ctx context.Context, handle int64, arg0 int64) error
- func (c *AudioTrackClient) Write3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (int32, error)
- func (c *AudioTrackClient) Write3_3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (int32, error)
- func (c *AudioTrackClient) Write4_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) (int32, error)
- func (c *AudioTrackClient) Write4_2(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) (int32, error)
- func (c *AudioTrackClient) Write4_4(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) (int32, error)
- type AudioTrackOnCodecFormatChangedListenerClient
- type AudioTrackOnPlaybackPositionUpdateListenerClient
- type AudioTrackOnRoutingChangedListenerClient
- type AudioTrackStreamEventCallbackClient
- func (c *AudioTrackStreamEventCallbackClient) OnDataRequest(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *AudioTrackStreamEventCallbackClient) OnPresentationEnded(ctx context.Context, arg0 int64) error
- func (c *AudioTrackStreamEventCallbackClient) OnTearDown(ctx context.Context, arg0 int64) error
- type BrowserServiceBrowserRootClient
- type BrowserServiceClient
- func (c *BrowserServiceClient) Dump(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- func (c *BrowserServiceClient) GetBrowserRootHints(ctx context.Context) (int64, error)
- func (c *BrowserServiceClient) GetCurrentBrowserInfo(ctx context.Context) (int64, error)
- func (c *BrowserServiceClient) GetSessionToken(ctx context.Context) (int64, error)
- func (c *BrowserServiceClient) NotifyChildrenChanged1(ctx context.Context, arg0 string) error
- func (c *BrowserServiceClient) NotifyChildrenChanged2_1(ctx context.Context, arg0 string, arg1 int64) error
- func (c *BrowserServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error)
- func (c *BrowserServiceClient) OnCreate(ctx context.Context) error
- func (c *BrowserServiceClient) OnGetRoot(ctx context.Context, arg0 string, arg1 int32, arg2 int64) (int64, error)
- func (c *BrowserServiceClient) SetSessionToken(ctx context.Context, arg0 int64) error
- type BrowserServiceResultClient
- type CamcorderProfileClient
- func (c *CamcorderProfileClient) Get1(ctx context.Context, arg0 int32) (int64, error)
- func (c *CamcorderProfileClient) Get2_1(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *CamcorderProfileClient) GetAll(ctx context.Context, arg0 string, arg1 int32) (int64, error)
- func (c *CamcorderProfileClient) HasProfile1(ctx context.Context, arg0 int32) (bool, error)
- func (c *CamcorderProfileClient) HasProfile2_1(ctx context.Context, arg0 int32, arg1 int32) (bool, error)
- type CameraPrewarmServiceClient
- func (c *CameraPrewarmServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error)
- func (c *CameraPrewarmServiceClient) OnCooldown(ctx context.Context, arg0 bool) error
- func (c *CameraPrewarmServiceClient) OnPrewarm(ctx context.Context) error
- func (c *CameraPrewarmServiceClient) OnUnbind(ctx context.Context, arg0 int64) (bool, error)
- type CameraProfileClient
- type CasClient
- func (c *CasClient) Close(ctx context.Context, handle int64) error
- func (c *CasClient) EnumeratePlugins(ctx context.Context, handle int64) (int64, error)
- func (c *CasClient) IsSystemIdSupported(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *CasClient) OpenSession0(ctx context.Context, handle int64) (int64, error)
- func (c *CasClient) OpenSession2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)
- func (c *CasClient) ProcessEmm1(ctx context.Context, handle int64, arg0 int64) error
- func (c *CasClient) ProcessEmm3_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) error
- func (c *CasClient) Provision(ctx context.Context, handle int64, arg0 string) error
- func (c *CasClient) RefreshEntitlements(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
- func (c *CasClient) SendEvent(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error
- func (c *CasClient) SetPrivateData(ctx context.Context, handle int64, arg0 int64) error
- type CasEventListenerClient
- type CasPluginDescriptorClient
- type CasSessionClient
- func (c *CasSessionClient) Close(ctx context.Context) error
- func (c *CasSessionClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *CasSessionClient) GetSessionId(ctx context.Context) (int64, error)
- func (c *CasSessionClient) ProcessEcm1(ctx context.Context, arg0 int64) error
- func (c *CasSessionClient) ProcessEcm3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error
- func (c *CasSessionClient) SendSessionEvent(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error
- func (c *CasSessionClient) SetPrivateData(ctx context.Context, arg0 int64) error
- type CasStateExceptionClient
- type CodecBufferInfoClient
- type CodecCallbackClient
- func (c *CodecCallbackClient) OnCryptoError(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *CodecCallbackClient) OnError(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *CodecCallbackClient) OnInputBufferAvailable(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *CodecCallbackClient) OnMetricsFlushed(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *CodecCallbackClient) OnOutputBufferAvailable(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
- func (c *CodecCallbackClient) OnOutputFormatChanged(ctx context.Context, arg0 int64, arg1 int64) error
- type CodecClient
- func (c *CodecClient) Configure4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int32) error
- func (c *CodecClient) Configure4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) error
- func (c *CodecClient) CreateByCodecName(ctx context.Context, arg0 string) (int64, error)
- func (c *CodecClient) CreateDecoderByType(ctx context.Context, arg0 string) (int64, error)
- func (c *CodecClient) CreateEncoderByType(ctx context.Context, arg0 string) (int64, error)
- func (c *CodecClient) CreateInputSurface(ctx context.Context) (int64, error)
- func (c *CodecClient) CreatePersistentInputSurface(ctx context.Context) (int64, error)
- func (c *CodecClient) DequeueInputBuffer(ctx context.Context, arg0 int64) (int32, error)
- func (c *CodecClient) DequeueOutputBuffer(ctx context.Context, arg0 int64, arg1 int64) (int32, error)
- func (c *CodecClient) DetachOutputSurface(ctx context.Context) error
- func (c *CodecClient) Flush(ctx context.Context) error
- func (c *CodecClient) GetCanonicalName(ctx context.Context) (string, error)
- func (c *CodecClient) GetCodecInfo(ctx context.Context) (int64, error)
- func (c *CodecClient) GetInputBuffer(ctx context.Context, arg0 int32) (int64, error)
- func (c *CodecClient) GetInputBuffers(ctx context.Context) (int64, error)
- func (c *CodecClient) GetInputFormat(ctx context.Context) (int64, error)
- func (c *CodecClient) GetInputImage(ctx context.Context, arg0 int32) (int64, error)
- func (c *CodecClient) GetMetrics(ctx context.Context) (int64, error)
- func (c *CodecClient) GetName(ctx context.Context) (string, error)
- func (c *CodecClient) GetOutputBuffer(ctx context.Context, arg0 int32) (int64, error)
- func (c *CodecClient) GetOutputBuffers(ctx context.Context) (int64, error)
- func (c *CodecClient) GetOutputFormat0(ctx context.Context) (int64, error)
- func (c *CodecClient) GetOutputFormat1_1(ctx context.Context, arg0 int32) (int64, error)
- func (c *CodecClient) GetOutputFrame(ctx context.Context, arg0 int32) (int64, error)
- func (c *CodecClient) GetOutputImage(ctx context.Context, arg0 int32) (int64, error)
- func (c *CodecClient) GetParameterDescriptor(ctx context.Context, arg0 string) (int64, error)
- func (c *CodecClient) GetQueueRequest(ctx context.Context, arg0 int32) (int64, error)
- func (c *CodecClient) GetSupportedVendorParameters(ctx context.Context) (int64, error)
- func (c *CodecClient) MapHardwareBuffer(ctx context.Context, arg0 int64) (int64, error)
- func (c *CodecClient) QueueInputBuffer(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, ...) error
- func (c *CodecClient) QueueSecureInputBuffer(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int64, ...) error
- func (c *CodecClient) Release(ctx context.Context) error
- func (c *CodecClient) ReleaseOutputBuffer2(ctx context.Context, arg0 int32, arg1 bool) error
- func (c *CodecClient) ReleaseOutputBuffer2_1(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *CodecClient) Reset(ctx context.Context) error
- func (c *CodecClient) SetAudioPresentation(ctx context.Context, arg0 int64) error
- func (c *CodecClient) SetCallback(ctx context.Context, arg0 int64) error
- func (c *CodecClient) SetInputSurface(ctx context.Context, arg0 int64) error
- func (c *CodecClient) SetOutputSurface(ctx context.Context, arg0 int64) error
- func (c *CodecClient) SetParameters(ctx context.Context, arg0 int64) error
- func (c *CodecClient) SetVideoScalingMode(ctx context.Context, arg0 int32) error
- func (c *CodecClient) SignalEndOfInputStream(ctx context.Context) error
- func (c *CodecClient) Start(ctx context.Context) error
- func (c *CodecClient) Stop(ctx context.Context) error
- type CodecCodecExceptionClient
- func (c *CodecCodecExceptionClient) GetDiagnosticInfo(ctx context.Context) (string, error)
- func (c *CodecCodecExceptionClient) GetErrorCode(ctx context.Context) (int32, error)
- func (c *CodecCodecExceptionClient) IsRecoverable(ctx context.Context) (bool, error)
- func (c *CodecCodecExceptionClient) IsTransient(ctx context.Context) (bool, error)
- type CodecCryptoExceptionClient
- func (c *CodecCryptoExceptionClient) GetCryptoInfo(ctx context.Context) (int64, error)
- func (c *CodecCryptoExceptionClient) GetErrorCode(ctx context.Context) (int32, error)
- func (c *CodecCryptoExceptionClient) GetErrorContext(ctx context.Context) (int32, error)
- func (c *CodecCryptoExceptionClient) GetOemError(ctx context.Context) (int32, error)
- func (c *CodecCryptoExceptionClient) GetVendorError(ctx context.Context) (int32, error)
- type CodecCryptoInfoClient
- func (c *CodecCryptoInfoClient) GetPattern(ctx context.Context) (int64, error)
- func (c *CodecCryptoInfoClient) Set(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 int64, ...) error
- func (c *CodecCryptoInfoClient) SetPattern(ctx context.Context, arg0 int64) error
- func (c *CodecCryptoInfoClient) ToString(ctx context.Context) (string, error)
- type CodecInfoAudioCapabilitiesClient
- func (c *CodecInfoAudioCapabilitiesClient) GetBitrateRange(ctx context.Context) (int64, error)
- func (c *CodecInfoAudioCapabilitiesClient) GetInputChannelCountRanges(ctx context.Context) (int64, error)
- func (c *CodecInfoAudioCapabilitiesClient) GetMaxInputChannelCount(ctx context.Context) (int32, error)
- func (c *CodecInfoAudioCapabilitiesClient) GetMinInputChannelCount(ctx context.Context) (int32, error)
- func (c *CodecInfoAudioCapabilitiesClient) GetSupportedSampleRateRanges(ctx context.Context) (int64, error)
- func (c *CodecInfoAudioCapabilitiesClient) GetSupportedSampleRates(ctx context.Context) (int64, error)
- func (c *CodecInfoAudioCapabilitiesClient) IsSampleRateSupported(ctx context.Context, arg0 int32) (bool, error)
- type CodecInfoClient
- func (c *CodecInfoClient) GetCanonicalName(ctx context.Context) (string, error)
- func (c *CodecInfoClient) GetCapabilitiesForType(ctx context.Context, arg0 string) (int64, error)
- func (c *CodecInfoClient) GetName(ctx context.Context) (string, error)
- func (c *CodecInfoClient) GetSecurityModel(ctx context.Context) (int32, error)
- func (c *CodecInfoClient) GetSupportedTypes(ctx context.Context) (int64, error)
- func (c *CodecInfoClient) IsAlias(ctx context.Context) (bool, error)
- func (c *CodecInfoClient) IsEncoder(ctx context.Context) (bool, error)
- func (c *CodecInfoClient) IsHardwareAccelerated(ctx context.Context) (bool, error)
- func (c *CodecInfoClient) IsSoftwareOnly(ctx context.Context) (bool, error)
- func (c *CodecInfoClient) IsVendor(ctx context.Context) (bool, error)
- type CodecInfoCodecCapabilitiesClient
- func (c *CodecInfoCodecCapabilitiesClient) CreateFromProfileLevel(ctx context.Context, arg0 string, arg1 int32, arg2 int32) (int64, error)
- func (c *CodecInfoCodecCapabilitiesClient) GetAudioCapabilities(ctx context.Context) (int64, error)
- func (c *CodecInfoCodecCapabilitiesClient) GetDefaultFormat(ctx context.Context) (int64, error)
- func (c *CodecInfoCodecCapabilitiesClient) GetEncoderCapabilities(ctx context.Context) (int64, error)
- func (c *CodecInfoCodecCapabilitiesClient) GetMaxSupportedInstances(ctx context.Context) (int32, error)
- func (c *CodecInfoCodecCapabilitiesClient) GetMimeType(ctx context.Context) (string, error)
- func (c *CodecInfoCodecCapabilitiesClient) GetVideoCapabilities(ctx context.Context) (int64, error)
- func (c *CodecInfoCodecCapabilitiesClient) IsFeatureRequired(ctx context.Context, arg0 string) (bool, error)
- func (c *CodecInfoCodecCapabilitiesClient) IsFeatureSupported(ctx context.Context, arg0 string) (bool, error)
- func (c *CodecInfoCodecCapabilitiesClient) IsFormatSupported(ctx context.Context, arg0 int64) (bool, error)
- type CodecInfoCodecProfileLevelClient
- type CodecInfoEncoderCapabilitiesClient
- func (c *CodecInfoEncoderCapabilitiesClient) GetComplexityRange(ctx context.Context) (int64, error)
- func (c *CodecInfoEncoderCapabilitiesClient) GetQualityRange(ctx context.Context) (int64, error)
- func (c *CodecInfoEncoderCapabilitiesClient) IsBitrateModeSupported(ctx context.Context, arg0 int32) (bool, error)
- type CodecInfoVideoCapabilitiesClient
- func (c *CodecInfoVideoCapabilitiesClient) AreSizeAndRateSupported(ctx context.Context, arg0 int32, arg1 int32, arg2 float64) (bool, error)
- func (c *CodecInfoVideoCapabilitiesClient) GetAchievableFrameRatesFor(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *CodecInfoVideoCapabilitiesClient) GetBitrateRange(ctx context.Context) (int64, error)
- func (c *CodecInfoVideoCapabilitiesClient) GetHeightAlignment(ctx context.Context) (int32, error)
- func (c *CodecInfoVideoCapabilitiesClient) GetSupportedFrameRates(ctx context.Context) (int64, error)
- func (c *CodecInfoVideoCapabilitiesClient) GetSupportedFrameRatesFor(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *CodecInfoVideoCapabilitiesClient) GetSupportedHeights(ctx context.Context) (int64, error)
- func (c *CodecInfoVideoCapabilitiesClient) GetSupportedHeightsFor(ctx context.Context, arg0 int32) (int64, error)
- func (c *CodecInfoVideoCapabilitiesClient) GetSupportedPerformancePoints(ctx context.Context) (int64, error)
- func (c *CodecInfoVideoCapabilitiesClient) GetSupportedWidths(ctx context.Context) (int64, error)
- func (c *CodecInfoVideoCapabilitiesClient) GetSupportedWidthsFor(ctx context.Context, arg0 int32) (int64, error)
- func (c *CodecInfoVideoCapabilitiesClient) GetWidthAlignment(ctx context.Context) (int32, error)
- func (c *CodecInfoVideoCapabilitiesClient) IsSizeSupported(ctx context.Context, arg0 int32, arg1 int32) (bool, error)
- type CodecLinearBlockClient
- func (c *CodecLinearBlockClient) IsCodecCopyFreeCompatible(ctx context.Context, arg0 int64) (bool, error)
- func (c *CodecLinearBlockClient) IsMappable(ctx context.Context) (bool, error)
- func (c *CodecLinearBlockClient) Map(ctx context.Context) (int64, error)
- func (c *CodecLinearBlockClient) Obtain(ctx context.Context, arg0 int32, arg1 int64) (int64, error)
- func (c *CodecLinearBlockClient) Recycle(ctx context.Context) error
- type CodecListClient
- func (c *CodecListClient) FindDecoderForFormat(ctx context.Context, handle int64, arg0 int64) (string, error)
- func (c *CodecListClient) FindEncoderForFormat(ctx context.Context, handle int64, arg0 int64) (string, error)
- func (c *CodecListClient) GetCodecCount(ctx context.Context, handle int64) (int32, error)
- func (c *CodecListClient) GetCodecInfoAt(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *CodecListClient) GetCodecInfos(ctx context.Context, handle int64) (int64, error)
- type CodecOnFirstTunnelFrameReadyListenerClient
- type CodecOnFrameRenderedListenerClient
- type CodecOutputFrameClient
- func (c *CodecOutputFrameClient) GetBufferInfos(ctx context.Context) (int64, error)
- func (c *CodecOutputFrameClient) GetChangedKeys(ctx context.Context) (int64, error)
- func (c *CodecOutputFrameClient) GetFlags(ctx context.Context) (int32, error)
- func (c *CodecOutputFrameClient) GetFormat(ctx context.Context) (int64, error)
- func (c *CodecOutputFrameClient) GetHardwareBuffer(ctx context.Context) (int64, error)
- func (c *CodecOutputFrameClient) GetLinearBlock(ctx context.Context) (int64, error)
- func (c *CodecOutputFrameClient) GetPresentationTimeUs(ctx context.Context) (int64, error)
- type CodecParameterDescriptorClient
- func (c *CodecParameterDescriptorClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *CodecParameterDescriptorClient) GetName(ctx context.Context) (string, error)
- func (c *CodecParameterDescriptorClient) GetType(ctx context.Context) (int32, error)
- func (c *CodecParameterDescriptorClient) HashCode(ctx context.Context) (int32, error)
- type CodecQueueRequestClient
- func (c *CodecQueueRequestClient) Queue(ctx context.Context) error
- func (c *CodecQueueRequestClient) SetEncryptedLinearBlock(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int64) (int64, error)
- func (c *CodecQueueRequestClient) SetFlags(ctx context.Context, arg0 int32) (int64, error)
- func (c *CodecQueueRequestClient) SetFloatParameter(ctx context.Context, arg0 string, arg1 float32) (int64, error)
- func (c *CodecQueueRequestClient) SetHardwareBuffer(ctx context.Context, arg0 int64) (int64, error)
- func (c *CodecQueueRequestClient) SetIntegerParameter(ctx context.Context, arg0 string, arg1 int32) (int64, error)
- func (c *CodecQueueRequestClient) SetLinearBlock(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int64, error)
- func (c *CodecQueueRequestClient) SetLongParameter(ctx context.Context, arg0 string, arg1 int64) (int64, error)
- func (c *CodecQueueRequestClient) SetPresentationTimeUs(ctx context.Context, arg0 int64) (int64, error)
- func (c *CodecQueueRequestClient) SetStringParameter(ctx context.Context, arg0 string, arg1 string) (int64, error)
- type CommunicationManagerClient
- type Controller2BuilderClient
- type Controller2Client
- func (c *Controller2Client) CancelSessionCommand(ctx context.Context, arg0 int64) error
- func (c *Controller2Client) Close(ctx context.Context) error
- func (c *Controller2Client) GetConnectedToken(ctx context.Context) (int64, error)
- func (c *Controller2Client) IsPlaybackActive(ctx context.Context) (bool, error)
- func (c *Controller2Client) SendSessionCommand(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- type Controller2ControllerCallbackClient
- func (c *Controller2ControllerCallbackClient) OnCommandResult(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error
- func (c *Controller2ControllerCallbackClient) OnConnected(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *Controller2ControllerCallbackClient) OnDisconnected(ctx context.Context, arg0 int64) error
- func (c *Controller2ControllerCallbackClient) OnPlaybackActiveChanged(ctx context.Context, arg0 int64, arg1 bool) error
- func (c *Controller2ControllerCallbackClient) OnSessionCommand(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
- type CryptoClient
- func (c *CryptoClient) IsCryptoSchemeSupported(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *CryptoClient) Release(ctx context.Context, handle int64) error
- func (c *CryptoClient) RequiresSecureDecoderComponent(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *CryptoClient) SetMediaDrmSession(ctx context.Context, handle int64, arg0 int64) error
- type CryptoExceptionClient
- type DataSourceClient
- type DescramblerClient
- type DescriptionBuilderClient
- func (c *DescriptionBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *DescriptionBuilderClient) SetDescription(ctx context.Context, arg0 string) (int64, error)
- func (c *DescriptionBuilderClient) SetExtras(ctx context.Context, arg0 int64) (int64, error)
- func (c *DescriptionBuilderClient) SetIconBitmap(ctx context.Context, arg0 int64) (int64, error)
- func (c *DescriptionBuilderClient) SetIconUri(ctx context.Context, arg0 int64) (int64, error)
- func (c *DescriptionBuilderClient) SetMediaId(ctx context.Context, arg0 string) (int64, error)
- func (c *DescriptionBuilderClient) SetMediaUri(ctx context.Context, arg0 int64) (int64, error)
- func (c *DescriptionBuilderClient) SetSubtitle(ctx context.Context, arg0 string) (int64, error)
- func (c *DescriptionBuilderClient) SetTitle(ctx context.Context, arg0 string) (int64, error)
- type DescriptionClient
- func (c *DescriptionClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *DescriptionClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *DescriptionClient) GetDescription(ctx context.Context) (int64, error)
- func (c *DescriptionClient) GetExtras(ctx context.Context) (int64, error)
- func (c *DescriptionClient) GetIconBitmap(ctx context.Context) (int64, error)
- func (c *DescriptionClient) GetIconUri(ctx context.Context) (int64, error)
- func (c *DescriptionClient) GetMediaId(ctx context.Context) (string, error)
- func (c *DescriptionClient) GetMediaUri(ctx context.Context) (int64, error)
- func (c *DescriptionClient) GetSubtitle(ctx context.Context) (int64, error)
- func (c *DescriptionClient) GetTitle(ctx context.Context) (int64, error)
- func (c *DescriptionClient) ToString(ctx context.Context) (string, error)
- func (c *DescriptionClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type DrmClient
- func (c *DrmClient) ClearOnEventListener(ctx context.Context, handle int64) error
- func (c *DrmClient) ClearOnExpirationUpdateListener(ctx context.Context, handle int64) error
- func (c *DrmClient) ClearOnKeyStatusChangeListener(ctx context.Context, handle int64) error
- func (c *DrmClient) ClearOnSessionLostStateListener(ctx context.Context, handle int64) error
- func (c *DrmClient) Close(ctx context.Context, handle int64) error
- func (c *DrmClient) CloseSession(ctx context.Context, handle int64, arg0 int64) error
- func (c *DrmClient) GetConnectedHdcpLevel(ctx context.Context, handle int64) (int32, error)
- func (c *DrmClient) GetCryptoSession(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string) (int64, error)
- func (c *DrmClient) GetLogMessages(ctx context.Context, handle int64) (int64, error)
- func (c *DrmClient) GetMaxHdcpLevel(ctx context.Context, handle int64) (int32, error)
- func (c *DrmClient) GetMaxSecurityLevel(ctx context.Context, handle int64) (int32, error)
- func (c *DrmClient) GetMaxSessionCount(ctx context.Context, handle int64) (int32, error)
- func (c *DrmClient) GetMetrics(ctx context.Context, handle int64) (int64, error)
- func (c *DrmClient) GetOfflineLicenseKeySetIds(ctx context.Context, handle int64) (int64, error)
- func (c *DrmClient) GetOfflineLicenseState(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *DrmClient) GetOpenSessionCount(ctx context.Context, handle int64) (int32, error)
- func (c *DrmClient) GetPlaybackComponent(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *DrmClient) GetPropertyByteArray(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *DrmClient) GetPropertyString(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *DrmClient) GetProvisionRequest(ctx context.Context, handle int64) (int64, error)
- func (c *DrmClient) GetSecureStop(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *DrmClient) GetSecureStopIds(ctx context.Context, handle int64) (int64, error)
- func (c *DrmClient) GetSecureStops(ctx context.Context, handle int64) (int64, error)
- func (c *DrmClient) GetSecurityLevel(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *DrmClient) GetSupportedCryptoSchemes(ctx context.Context, handle int64) (int64, error)
- func (c *DrmClient) IsCryptoSchemeSupported1(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *DrmClient) IsCryptoSchemeSupported2_1(ctx context.Context, handle int64, arg0 int64, arg1 string) (bool, error)
- func (c *DrmClient) IsCryptoSchemeSupported3_2(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int32) (bool, error)
- func (c *DrmClient) OpenSession0(ctx context.Context, handle int64) (int64, error)
- func (c *DrmClient) OpenSession1_1(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *DrmClient) ProvideKeyResponse(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
- func (c *DrmClient) ProvideProvisionResponse(ctx context.Context, handle int64, arg0 int64) error
- func (c *DrmClient) Release(ctx context.Context, handle int64) error
- func (c *DrmClient) ReleaseAllSecureStops(ctx context.Context, handle int64) error
- func (c *DrmClient) ReleaseSecureStops(ctx context.Context, handle int64, arg0 int64) error
- func (c *DrmClient) RemoveAllSecureStops(ctx context.Context, handle int64) error
- func (c *DrmClient) RemoveKeys(ctx context.Context, handle int64, arg0 int64) error
- func (c *DrmClient) RemoveOfflineLicense(ctx context.Context, handle int64, arg0 int64) error
- func (c *DrmClient) RemoveSecureStop(ctx context.Context, handle int64, arg0 int64) error
- func (c *DrmClient) RequiresSecureDecoder1(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *DrmClient) RequiresSecureDecoder2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) (bool, error)
- func (c *DrmClient) RestoreKeys(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *DrmClient) SetOnEventListener1(ctx context.Context, handle int64, arg0 int64) error
- func (c *DrmClient) SetOnEventListener2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *DrmClient) SetOnExpirationUpdateListener(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *DrmClient) SetOnKeyStatusChangeListener(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *DrmClient) SetOnSessionLostStateListener(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *DrmClient) SetPropertyByteArray(ctx context.Context, handle int64, arg0 string, arg1 int64) error
- func (c *DrmClient) SetPropertyString(ctx context.Context, handle int64, arg0 string, arg1 string) error
- type DrmCryptoSessionClient
- func (c *DrmCryptoSessionClient) Decrypt(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
- func (c *DrmCryptoSessionClient) Encrypt(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
- func (c *DrmCryptoSessionClient) Sign(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *DrmCryptoSessionClient) Verify(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (bool, error)
- type DrmExceptionClient
- type DrmInitDataClient
- type DrmInitDataSchemeInitDataClient
- type DrmKeyRequestClient
- type DrmKeyStatusClient
- type DrmLogMessageClient
- func (c *DrmLogMessageClient) GetMessage(ctx context.Context) (string, error)
- func (c *DrmLogMessageClient) GetPriority(ctx context.Context) (int32, error)
- func (c *DrmLogMessageClient) GetTimestampMillis(ctx context.Context) (int64, error)
- func (c *DrmLogMessageClient) ToString(ctx context.Context) (string, error)
- type DrmMediaDrmStateExceptionClient
- func (c *DrmMediaDrmStateExceptionClient) GetDiagnosticInfo(ctx context.Context) (string, error)
- func (c *DrmMediaDrmStateExceptionClient) GetErrorCode(ctx context.Context) (int32, error)
- func (c *DrmMediaDrmStateExceptionClient) GetErrorContext(ctx context.Context) (int32, error)
- func (c *DrmMediaDrmStateExceptionClient) GetOemError(ctx context.Context) (int32, error)
- func (c *DrmMediaDrmStateExceptionClient) GetVendorError(ctx context.Context) (int32, error)
- func (c *DrmMediaDrmStateExceptionClient) IsTransient(ctx context.Context) (bool, error)
- type DrmOnEventListenerClient
- type DrmOnExpirationUpdateListenerClient
- type DrmOnSessionLostStateListenerClient
- type DrmPlaybackComponentClient
- type DrmProvisionRequestClient
- type DrmSessionExceptionClient
- func (c *DrmSessionExceptionClient) GetErrorCode(ctx context.Context) (int32, error)
- func (c *DrmSessionExceptionClient) GetErrorContext(ctx context.Context) (int32, error)
- func (c *DrmSessionExceptionClient) GetOemError(ctx context.Context) (int32, error)
- func (c *DrmSessionExceptionClient) GetVendorError(ctx context.Context) (int32, error)
- func (c *DrmSessionExceptionClient) IsTransient(ctx context.Context) (bool, error)
- type EncoderProfilesAudioProfileClient
- func (c *EncoderProfilesAudioProfileClient) GetBitrate(ctx context.Context) (int32, error)
- func (c *EncoderProfilesAudioProfileClient) GetChannels(ctx context.Context) (int32, error)
- func (c *EncoderProfilesAudioProfileClient) GetCodec(ctx context.Context) (int32, error)
- func (c *EncoderProfilesAudioProfileClient) GetMediaType(ctx context.Context) (string, error)
- func (c *EncoderProfilesAudioProfileClient) GetProfile(ctx context.Context) (int32, error)
- func (c *EncoderProfilesAudioProfileClient) GetSampleRate(ctx context.Context) (int32, error)
- type EncoderProfilesClient
- func (c *EncoderProfilesClient) GetAudioProfiles(ctx context.Context) (int64, error)
- func (c *EncoderProfilesClient) GetDefaultDurationSeconds(ctx context.Context) (int32, error)
- func (c *EncoderProfilesClient) GetRecommendedFileFormat(ctx context.Context) (int32, error)
- func (c *EncoderProfilesClient) GetVideoProfiles(ctx context.Context) (int64, error)
- type EncoderProfilesVideoProfileClient
- func (c *EncoderProfilesVideoProfileClient) GetBitDepth(ctx context.Context) (int32, error)
- func (c *EncoderProfilesVideoProfileClient) GetBitrate(ctx context.Context) (int32, error)
- func (c *EncoderProfilesVideoProfileClient) GetChromaSubsampling(ctx context.Context) (int32, error)
- func (c *EncoderProfilesVideoProfileClient) GetCodec(ctx context.Context) (int32, error)
- func (c *EncoderProfilesVideoProfileClient) GetFrameRate(ctx context.Context) (int32, error)
- func (c *EncoderProfilesVideoProfileClient) GetHdrFormat(ctx context.Context) (int32, error)
- func (c *EncoderProfilesVideoProfileClient) GetHeight(ctx context.Context) (int32, error)
- func (c *EncoderProfilesVideoProfileClient) GetMediaType(ctx context.Context) (string, error)
- func (c *EncoderProfilesVideoProfileClient) GetProfile(ctx context.Context) (int32, error)
- func (c *EncoderProfilesVideoProfileClient) GetWidth(ctx context.Context) (int32, error)
- type ExifInterfaceClient
- func (c *ExifInterfaceClient) GetAltitude(ctx context.Context, handle int64, arg0 float64) (float64, error)
- func (c *ExifInterfaceClient) GetAttribute(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ExifInterfaceClient) GetAttributeBytes(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ExifInterfaceClient) GetAttributeDouble(ctx context.Context, handle int64, arg0 string, arg1 float64) (float64, error)
- func (c *ExifInterfaceClient) GetAttributeInt(ctx context.Context, handle int64, arg0 string, arg1 int32) (int32, error)
- func (c *ExifInterfaceClient) GetAttributeRange(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ExifInterfaceClient) GetDateTime(ctx context.Context, handle int64) (int64, error)
- func (c *ExifInterfaceClient) GetDateTimeDigitized(ctx context.Context, handle int64) (int64, error)
- func (c *ExifInterfaceClient) GetDateTimeOriginal(ctx context.Context, handle int64) (int64, error)
- func (c *ExifInterfaceClient) GetGpsDateTime(ctx context.Context, handle int64) (int64, error)
- func (c *ExifInterfaceClient) GetLatLong(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *ExifInterfaceClient) GetThumbnail(ctx context.Context, handle int64) (int64, error)
- func (c *ExifInterfaceClient) GetThumbnailBitmap(ctx context.Context, handle int64) (int64, error)
- func (c *ExifInterfaceClient) GetThumbnailBytes(ctx context.Context, handle int64) (int64, error)
- func (c *ExifInterfaceClient) GetThumbnailRange(ctx context.Context, handle int64) (int64, error)
- func (c *ExifInterfaceClient) HasAttribute(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *ExifInterfaceClient) HasThumbnail(ctx context.Context, handle int64) (bool, error)
- func (c *ExifInterfaceClient) IsSupportedMimeType(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *ExifInterfaceClient) IsThumbnailCompressed(ctx context.Context, handle int64) (bool, error)
- func (c *ExifInterfaceClient) SaveAttributes(ctx context.Context, handle int64) error
- func (c *ExifInterfaceClient) SetAttribute(ctx context.Context, handle int64, arg0 string, arg1 string) error
- type ExtractorCasInfoClient
- type ExtractorClient
- func (c *ExtractorClient) Advance(ctx context.Context, handle int64) (bool, error)
- func (c *ExtractorClient) GetAudioPresentations(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ExtractorClient) GetCachedDuration(ctx context.Context, handle int64) (int64, error)
- func (c *ExtractorClient) GetCasInfo(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ExtractorClient) GetDrmInitData(ctx context.Context, handle int64) (int64, error)
- func (c *ExtractorClient) GetLogSessionId(ctx context.Context, handle int64) (int64, error)
- func (c *ExtractorClient) GetMetrics(ctx context.Context, handle int64) (int64, error)
- func (c *ExtractorClient) GetSampleCryptoInfo(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *ExtractorClient) GetSampleFlags(ctx context.Context, handle int64) (int32, error)
- func (c *ExtractorClient) GetSampleSize(ctx context.Context, handle int64) (int64, error)
- func (c *ExtractorClient) GetSampleTime(ctx context.Context, handle int64) (int64, error)
- func (c *ExtractorClient) GetSampleTrackIndex(ctx context.Context, handle int64) (int32, error)
- func (c *ExtractorClient) GetTrackCount(ctx context.Context, handle int64) (int32, error)
- func (c *ExtractorClient) GetTrackFormat(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ExtractorClient) HasCacheReachedEndOfStream(ctx context.Context, handle int64) (bool, error)
- func (c *ExtractorClient) Release(ctx context.Context, handle int64) error
- func (c *ExtractorClient) SeekTo(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- func (c *ExtractorClient) SelectTrack(ctx context.Context, handle int64, arg0 int32) error
- func (c *ExtractorClient) SetDataSource1(ctx context.Context, handle int64, arg0 int64) error
- func (c *ExtractorClient) SetDataSource1_1(ctx context.Context, handle int64, arg0 int64) error
- func (c *ExtractorClient) SetDataSource1_2(ctx context.Context, handle int64, arg0 int64) error
- func (c *ExtractorClient) SetDataSource1_4(ctx context.Context, handle int64, arg0 string) error
- func (c *ExtractorClient) SetDataSource3_3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error
- func (c *ExtractorClient) SetLogSessionId(ctx context.Context, handle int64, arg0 int64) error
- func (c *ExtractorClient) SetMediaCas(ctx context.Context, handle int64, arg0 int64) error
- func (c *ExtractorClient) UnselectTrack(ctx context.Context, handle int64, arg0 int32) error
- type FaceDetectorClient
- type FaceDetectorFaceClient
- func (c *FaceDetectorFaceClient) Confidence(ctx context.Context) (float32, error)
- func (c *FaceDetectorFaceClient) EyesDistance(ctx context.Context) (float32, error)
- func (c *FaceDetectorFaceClient) GetMidPoint(ctx context.Context, arg0 int64) error
- func (c *FaceDetectorFaceClient) Pose(ctx context.Context, arg0 int32) (float32, error)
- type FormatClient
- func (c *FormatClient) ContainsFeature(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *FormatClient) ContainsKey(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *FormatClient) CreateAudioFormat(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32) (int64, error)
- func (c *FormatClient) CreateSubtitleFormat(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error)
- func (c *FormatClient) CreateVideoFormat(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32) (int64, error)
- func (c *FormatClient) GetByteBuffer(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *FormatClient) GetFeatureEnabled(ctx context.Context, handle int64, arg0 string) (bool, error)
- func (c *FormatClient) GetFeatures(ctx context.Context, handle int64) (int64, error)
- func (c *FormatClient) GetFloat1(ctx context.Context, handle int64, arg0 string) (float32, error)
- func (c *FormatClient) GetFloat2_1(ctx context.Context, handle int64, arg0 string, arg1 float32) (float32, error)
- func (c *FormatClient) GetInteger1(ctx context.Context, handle int64, arg0 string) (int32, error)
- func (c *FormatClient) GetInteger2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) (int32, error)
- func (c *FormatClient) GetKeys(ctx context.Context, handle int64) (int64, error)
- func (c *FormatClient) GetLong1(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *FormatClient) GetLong2_1(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error)
- func (c *FormatClient) GetNumber1(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *FormatClient) GetNumber2_1(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error)
- func (c *FormatClient) GetString1(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *FormatClient) GetString2_1(ctx context.Context, handle int64, arg0 string, arg1 string) (string, error)
- func (c *FormatClient) GetValueTypeForKey(ctx context.Context, handle int64, arg0 string) (int32, error)
- func (c *FormatClient) RemoveFeature(ctx context.Context, handle int64, arg0 string) error
- func (c *FormatClient) RemoveKey(ctx context.Context, handle int64, arg0 string) error
- func (c *FormatClient) SetFeatureEnabled(ctx context.Context, handle int64, arg0 string, arg1 bool) error
- func (c *FormatClient) SetFloat(ctx context.Context, handle int64, arg0 string, arg1 float32) error
- func (c *FormatClient) SetInteger(ctx context.Context, handle int64, arg0 string, arg1 int32) error
- func (c *FormatClient) SetLong(ctx context.Context, handle int64, arg0 string, arg1 int64) error
- func (c *FormatClient) SetString(ctx context.Context, handle int64, arg0 string, arg1 string) error
- func (c *FormatClient) ToString(ctx context.Context, handle int64) (string, error)
- type FormatQpOffsetRectClient
- type ImageClient
- func (c *ImageClient) Close(ctx context.Context) error
- func (c *ImageClient) GetCropRect(ctx context.Context) (int64, error)
- func (c *ImageClient) GetDataSpace(ctx context.Context) (int32, error)
- func (c *ImageClient) GetFence(ctx context.Context) (int64, error)
- func (c *ImageClient) GetFormat(ctx context.Context) (int32, error)
- func (c *ImageClient) GetHardwareBuffer(ctx context.Context) (int64, error)
- func (c *ImageClient) GetHeight(ctx context.Context) (int32, error)
- func (c *ImageClient) GetPlanes(ctx context.Context) (int64, error)
- func (c *ImageClient) GetTimestamp(ctx context.Context) (int64, error)
- func (c *ImageClient) GetWidth(ctx context.Context) (int32, error)
- func (c *ImageClient) SetCropRect(ctx context.Context, arg0 int64) error
- func (c *ImageClient) SetDataSpace(ctx context.Context, arg0 int32) error
- func (c *ImageClient) SetFence(ctx context.Context, arg0 int64) error
- func (c *ImageClient) SetTimestamp(ctx context.Context, arg0 int64) error
- type ImagePlaneClient
- type ImageReaderBuilderClient
- func (c *ImageReaderBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *ImageReaderBuilderClient) SetDefaultDataSpace(ctx context.Context, arg0 int32) (int64, error)
- func (c *ImageReaderBuilderClient) SetDefaultHardwareBufferFormat(ctx context.Context, arg0 int32) (int64, error)
- func (c *ImageReaderBuilderClient) SetImageFormat(ctx context.Context, arg0 int32) (int64, error)
- func (c *ImageReaderBuilderClient) SetMaxImages(ctx context.Context, arg0 int32) (int64, error)
- func (c *ImageReaderBuilderClient) SetUsage(ctx context.Context, arg0 int64) (int64, error)
- type ImageReaderClient
- func (c *ImageReaderClient) AcquireLatestImage(ctx context.Context) (int64, error)
- func (c *ImageReaderClient) AcquireNextImage(ctx context.Context) (int64, error)
- func (c *ImageReaderClient) Close(ctx context.Context) error
- func (c *ImageReaderClient) DiscardFreeBuffers(ctx context.Context) error
- func (c *ImageReaderClient) GetDataSpace(ctx context.Context) (int32, error)
- func (c *ImageReaderClient) GetHardwareBufferFormat(ctx context.Context) (int32, error)
- func (c *ImageReaderClient) GetHeight(ctx context.Context) (int32, error)
- func (c *ImageReaderClient) GetImageFormat(ctx context.Context) (int32, error)
- func (c *ImageReaderClient) GetMaxImages(ctx context.Context) (int32, error)
- func (c *ImageReaderClient) GetSurface(ctx context.Context) (int64, error)
- func (c *ImageReaderClient) GetUsage(ctx context.Context) (int64, error)
- func (c *ImageReaderClient) GetWidth(ctx context.Context) (int32, error)
- func (c *ImageReaderClient) NewInstance4(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (int64, error)
- func (c *ImageReaderClient) NewInstance5_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) (int64, error)
- type ImageReaderOnImageAvailableListenerClient
- type ImageWriterBuilderClient
- func (c *ImageWriterBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *ImageWriterBuilderClient) SetDataSpace(ctx context.Context, arg0 int32) (int64, error)
- func (c *ImageWriterBuilderClient) SetHardwareBufferFormat(ctx context.Context, arg0 int32) (int64, error)
- func (c *ImageWriterBuilderClient) SetImageFormat(ctx context.Context, arg0 int32) (int64, error)
- func (c *ImageWriterBuilderClient) SetMaxImages(ctx context.Context, arg0 int32) (int64, error)
- func (c *ImageWriterBuilderClient) SetUsage(ctx context.Context, arg0 int64) (int64, error)
- func (c *ImageWriterBuilderClient) SetWidthAndHeight(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- type ImageWriterClient
- func (c *ImageWriterClient) Close(ctx context.Context) error
- func (c *ImageWriterClient) DequeueInputImage(ctx context.Context) (int64, error)
- func (c *ImageWriterClient) GetDataSpace(ctx context.Context) (int32, error)
- func (c *ImageWriterClient) GetFormat(ctx context.Context) (int32, error)
- func (c *ImageWriterClient) GetHardwareBufferFormat(ctx context.Context) (int32, error)
- func (c *ImageWriterClient) GetHeight(ctx context.Context) (int32, error)
- func (c *ImageWriterClient) GetMaxImages(ctx context.Context) (int32, error)
- func (c *ImageWriterClient) GetUsage(ctx context.Context) (int64, error)
- func (c *ImageWriterClient) GetWidth(ctx context.Context) (int32, error)
- func (c *ImageWriterClient) NewInstance2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
- func (c *ImageWriterClient) NewInstance3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int64, error)
- func (c *ImageWriterClient) QueueInputImage(ctx context.Context, arg0 int64) error
- type ImageWriterOnImageReleasedListenerClient
- type JetPlayerClient
- func (c *JetPlayerClient) ClearQueue(ctx context.Context) (bool, error)
- func (c *JetPlayerClient) Clone(ctx context.Context) (int64, error)
- func (c *JetPlayerClient) CloseJetFile(ctx context.Context) (bool, error)
- func (c *JetPlayerClient) GetJetPlayer(ctx context.Context) (int64, error)
- func (c *JetPlayerClient) GetMaxTracks(ctx context.Context) (int32, error)
- func (c *JetPlayerClient) LoadJetFile1(ctx context.Context, arg0 int64) (bool, error)
- func (c *JetPlayerClient) LoadJetFile1_1(ctx context.Context, arg0 string) (bool, error)
- func (c *JetPlayerClient) Pause(ctx context.Context) (bool, error)
- func (c *JetPlayerClient) Play(ctx context.Context) (bool, error)
- func (c *JetPlayerClient) QueueJetSegment(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) (bool, error)
- func (c *JetPlayerClient) QueueJetSegmentMuteArray(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, ...) (bool, error)
- func (c *JetPlayerClient) Release(ctx context.Context) error
- func (c *JetPlayerClient) SetEventListener(ctx context.Context, arg0 int64) error
- func (c *JetPlayerClient) SetMuteArray(ctx context.Context, arg0 int64, arg1 bool) (bool, error)
- func (c *JetPlayerClient) SetMuteFlag(ctx context.Context, arg0 int32, arg1 bool, arg2 bool) (bool, error)
- func (c *JetPlayerClient) SetMuteFlags(ctx context.Context, arg0 int32, arg1 bool) (bool, error)
- func (c *JetPlayerClient) TriggerClip(ctx context.Context, arg0 int32) (bool, error)
- type JetPlayerOnJetEventListenerClient
- func (c *JetPlayerOnJetEventListenerClient) OnJetEvent(ctx context.Context, arg0 int64, arg1 int16, arg2 int8, arg3 int8, arg4 int8, ...) error
- func (c *JetPlayerOnJetEventListenerClient) OnJetNumQueuedSegmentUpdate(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *JetPlayerOnJetEventListenerClient) OnJetPauseUpdate(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *JetPlayerOnJetEventListenerClient) OnJetUserIdUpdate(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error
- type LoudnessCodecControllerClient
- func (c *LoudnessCodecControllerClient) AddMediaCodec(ctx context.Context, arg0 int64) (bool, error)
- func (c *LoudnessCodecControllerClient) Close(ctx context.Context) error
- func (c *LoudnessCodecControllerClient) Create1(ctx context.Context, arg0 int32) (int64, error)
- func (c *LoudnessCodecControllerClient) Create3_1(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) (int64, error)
- func (c *LoudnessCodecControllerClient) GetLoudnessCodecParams(ctx context.Context, arg0 int64) (int64, error)
- func (c *LoudnessCodecControllerClient) RemoveMediaCodec(ctx context.Context, arg0 int64) error
- type MetadataBuilderClient
- func (c *MetadataBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *MetadataBuilderClient) PutBitmap(ctx context.Context, arg0 string, arg1 int64) (int64, error)
- func (c *MetadataBuilderClient) PutLong(ctx context.Context, arg0 string, arg1 int64) (int64, error)
- func (c *MetadataBuilderClient) PutRating(ctx context.Context, arg0 string, arg1 int64) (int64, error)
- func (c *MetadataBuilderClient) PutString(ctx context.Context, arg0 string, arg1 string) (int64, error)
- func (c *MetadataBuilderClient) PutText(ctx context.Context, arg0 string, arg1 string) (int64, error)
- func (c *MetadataBuilderClient) SetBitmapDimensionLimit(ctx context.Context, arg0 int32) (int64, error)
- type MetadataClient
- func (c *MetadataClient) ContainsKey(ctx context.Context, arg0 string) (bool, error)
- func (c *MetadataClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *MetadataClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *MetadataClient) GetBitmap(ctx context.Context, arg0 string) (int64, error)
- func (c *MetadataClient) GetBitmapDimensionLimit(ctx context.Context) (int32, error)
- func (c *MetadataClient) GetDescription(ctx context.Context) (int64, error)
- func (c *MetadataClient) GetLong(ctx context.Context, arg0 string) (int64, error)
- func (c *MetadataClient) GetRating(ctx context.Context, arg0 string) (int64, error)
- func (c *MetadataClient) GetString(ctx context.Context, arg0 string) (string, error)
- func (c *MetadataClient) GetText(ctx context.Context, arg0 string) (int64, error)
- func (c *MetadataClient) HashCode(ctx context.Context) (int32, error)
- func (c *MetadataClient) KeySet(ctx context.Context) (int64, error)
- func (c *MetadataClient) Size(ctx context.Context) (int32, error)
- func (c *MetadataClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type MetadataEditorClient
- type MetadataRetrieverBitmapParamsClient
- func (c *MetadataRetrieverBitmapParamsClient) GetActualConfig(ctx context.Context) (int64, error)
- func (c *MetadataRetrieverBitmapParamsClient) GetPreferredConfig(ctx context.Context) (int64, error)
- func (c *MetadataRetrieverBitmapParamsClient) SetPreferredConfig(ctx context.Context, arg0 int64) error
- type MetadataRetrieverClient
- func (c *MetadataRetrieverClient) Close(ctx context.Context, handle int64) error
- func (c *MetadataRetrieverClient) ExtractMetadata(ctx context.Context, handle int64, arg0 int32) (string, error)
- func (c *MetadataRetrieverClient) GetEmbeddedPicture(ctx context.Context, handle int64) (int64, error)
- func (c *MetadataRetrieverClient) GetFrameAtIndex1(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *MetadataRetrieverClient) GetFrameAtIndex2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)
- func (c *MetadataRetrieverClient) GetFrameAtTime0(ctx context.Context, handle int64) (int64, error)
- func (c *MetadataRetrieverClient) GetFrameAtTime1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *MetadataRetrieverClient) GetFrameAtTime2_2(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error)
- func (c *MetadataRetrieverClient) GetFrameAtTime3_3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) (int64, error)
- func (c *MetadataRetrieverClient) GetFramesAtIndex2(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)
- func (c *MetadataRetrieverClient) GetFramesAtIndex3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) (int64, error)
- func (c *MetadataRetrieverClient) GetImageAtIndex1(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *MetadataRetrieverClient) GetImageAtIndex2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)
- func (c *MetadataRetrieverClient) GetPrimaryImage0(ctx context.Context, handle int64) (int64, error)
- func (c *MetadataRetrieverClient) GetPrimaryImage1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *MetadataRetrieverClient) GetScaledFrameAtTime4(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) (int64, error)
- func (c *MetadataRetrieverClient) GetScaledFrameAtTime5_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) (int64, error)
- func (c *MetadataRetrieverClient) Release(ctx context.Context, handle int64) error
- func (c *MetadataRetrieverClient) SetDataSource1_1(ctx context.Context, handle int64, arg0 int64) error
- func (c *MetadataRetrieverClient) SetDataSource1_2(ctx context.Context, handle int64, arg0 int64) error
- func (c *MetadataRetrieverClient) SetDataSource1_4(ctx context.Context, handle int64, arg0 string) error
- func (c *MetadataRetrieverClient) SetDataSource2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *MetadataRetrieverClient) SetDataSource3_3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error
- type MicrophoneDirectionClient
- type MicrophoneInfoClient
- func (c *MicrophoneInfoClient) GetAddress(ctx context.Context) (string, error)
- func (c *MicrophoneInfoClient) GetDescription(ctx context.Context) (string, error)
- func (c *MicrophoneInfoClient) GetDirectionality(ctx context.Context) (int32, error)
- func (c *MicrophoneInfoClient) GetGroup(ctx context.Context) (int32, error)
- func (c *MicrophoneInfoClient) GetId(ctx context.Context) (int32, error)
- func (c *MicrophoneInfoClient) GetIndexInTheGroup(ctx context.Context) (int32, error)
- func (c *MicrophoneInfoClient) GetLocation(ctx context.Context) (int32, error)
- func (c *MicrophoneInfoClient) GetMaxSpl(ctx context.Context) (float32, error)
- func (c *MicrophoneInfoClient) GetMinSpl(ctx context.Context) (float32, error)
- func (c *MicrophoneInfoClient) GetOrientation(ctx context.Context) (int64, error)
- func (c *MicrophoneInfoClient) GetPosition(ctx context.Context) (int64, error)
- func (c *MicrophoneInfoClient) GetSensitivity(ctx context.Context) (float32, error)
- func (c *MicrophoneInfoClient) GetType(ctx context.Context) (int32, error)
- type MicrophoneInfoCoordinate3FClient
- type MuxerClient
- func (c *MuxerClient) AddTrack(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *MuxerClient) Release(ctx context.Context, handle int64) error
- func (c *MuxerClient) SetLocation(ctx context.Context, handle int64, arg0 float32, arg1 float32) error
- func (c *MuxerClient) SetOrientationHint(ctx context.Context, handle int64, arg0 int32) error
- func (c *MuxerClient) Start(ctx context.Context, handle int64) error
- func (c *MuxerClient) Stop(ctx context.Context, handle int64) error
- type ParserClient
- func (c *ParserClient) Advance(ctx context.Context, arg0 int64) (bool, error)
- func (c *ParserClient) Create(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ParserClient) CreateByName(ctx context.Context, arg0 string, arg1 int64) (int64, error)
- func (c *ParserClient) GetLogSessionId(ctx context.Context) (int64, error)
- func (c *ParserClient) GetParserName(ctx context.Context) (string, error)
- func (c *ParserClient) GetParserNames(ctx context.Context, arg0 int64) (int64, error)
- func (c *ParserClient) Release(ctx context.Context) error
- func (c *ParserClient) Seek(ctx context.Context, arg0 int64) error
- func (c *ParserClient) SetLogSessionId(ctx context.Context, arg0 int64) error
- func (c *ParserClient) SetParameter(ctx context.Context, arg0 string, arg1 int64) (int64, error)
- func (c *ParserClient) SupportsParameter(ctx context.Context, arg0 string) (bool, error)
- type ParserInputReaderClient
- type ParserOutputConsumerClient
- func (c *ParserOutputConsumerClient) OnSampleCompleted(ctx context.Context, arg0 int32, arg1 int64, arg2 int32, arg3 int32, ...) error
- func (c *ParserOutputConsumerClient) OnSampleDataFound(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *ParserOutputConsumerClient) OnSeekMapFound(ctx context.Context, arg0 int64) error
- func (c *ParserOutputConsumerClient) OnTrackCountFound(ctx context.Context, arg0 int32) error
- func (c *ParserOutputConsumerClient) OnTrackDataFound(ctx context.Context, arg0 int32, arg1 int64) error
- type ParserSeekMapClient
- type ParserSeekPointClient
- type ParserSeekableInputReaderClient
- type PlaybackParamsClient
- func (c *PlaybackParamsClient) AllowDefaults(ctx context.Context, handle int64) (int64, error)
- func (c *PlaybackParamsClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *PlaybackParamsClient) GetAudioFallbackMode(ctx context.Context, handle int64) (int32, error)
- func (c *PlaybackParamsClient) GetPitch(ctx context.Context, handle int64) (float32, error)
- func (c *PlaybackParamsClient) GetSpeed(ctx context.Context, handle int64) (float32, error)
- func (c *PlaybackParamsClient) SetAudioFallbackMode(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *PlaybackParamsClient) SetPitch(ctx context.Context, handle int64, arg0 float32) (int64, error)
- func (c *PlaybackParamsClient) SetSpeed(ctx context.Context, handle int64, arg0 float32) (int64, error)
- func (c *PlaybackParamsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type RatingClient
- func (c *RatingClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *RatingClient) GetPercentRating(ctx context.Context) (float32, error)
- func (c *RatingClient) GetRatingStyle(ctx context.Context) (int32, error)
- func (c *RatingClient) GetStarRating(ctx context.Context) (float32, error)
- func (c *RatingClient) HasHeart(ctx context.Context) (bool, error)
- func (c *RatingClient) IsRated(ctx context.Context) (bool, error)
- func (c *RatingClient) IsThumbUp(ctx context.Context) (bool, error)
- func (c *RatingClient) NewHeartRating(ctx context.Context, arg0 bool) (int64, error)
- func (c *RatingClient) NewPercentageRating(ctx context.Context, arg0 float32) (int64, error)
- func (c *RatingClient) NewStarRating(ctx context.Context, arg0 int32, arg1 float32) (int64, error)
- func (c *RatingClient) NewThumbRating(ctx context.Context, arg0 bool) (int64, error)
- func (c *RatingClient) NewUnratedRating(ctx context.Context, arg0 int32) (int64, error)
- func (c *RatingClient) ToString(ctx context.Context) (string, error)
- func (c *RatingClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type RemoteControlClientClient
- func (c *RemoteControlClientClient) EditMetadata(ctx context.Context, handle int64, arg0 bool) (int64, error)
- func (c *RemoteControlClientClient) GetMediaSession(ctx context.Context, handle int64) (int64, error)
- func (c *RemoteControlClientClient) SetMetadataUpdateListener(ctx context.Context, handle int64, arg0 int64) error
- func (c *RemoteControlClientClient) SetOnGetPlaybackPositionListener(ctx context.Context, handle int64, arg0 int64) error
- func (c *RemoteControlClientClient) SetPlaybackPositionUpdateListener(ctx context.Context, handle int64, arg0 int64) error
- func (c *RemoteControlClientClient) SetPlaybackState1(ctx context.Context, handle int64, arg0 int32) error
- func (c *RemoteControlClientClient) SetPlaybackState3_1(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 float32) error
- func (c *RemoteControlClientClient) SetTransportControlFlags(ctx context.Context, handle int64, arg0 int32) error
- type RemoteControlClientMetadataEditorClient
- func (c *RemoteControlClientMetadataEditorClient) Clone(ctx context.Context) (int64, error)
- func (c *RemoteControlClientMetadataEditorClient) PutBitmap(ctx context.Context, arg0 int32, arg1 int64) (int64, error)
- func (c *RemoteControlClientMetadataEditorClient) PutLong(ctx context.Context, arg0 int32, arg1 int64) (int64, error)
- func (c *RemoteControlClientMetadataEditorClient) PutObject(ctx context.Context, arg0 int32, arg1 int64) (int64, error)
- func (c *RemoteControlClientMetadataEditorClient) PutString(ctx context.Context, arg0 int32, arg1 string) (int64, error)
- type RemoteControlClientOnGetPlaybackPositionListenerClient
- type RemoteControlClientOnMetadataUpdateListenerClient
- type RemoteControlClientOnPlaybackPositionUpdateListenerClient
- type RemoteControllerClient
- func (c *RemoteControllerClient) ClearArtworkConfiguration(ctx context.Context, handle int64) (bool, error)
- func (c *RemoteControllerClient) EditMetadata(ctx context.Context, handle int64) (int64, error)
- func (c *RemoteControllerClient) GetEstimatedMediaPosition(ctx context.Context, handle int64) (int64, error)
- func (c *RemoteControllerClient) SeekTo(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *RemoteControllerClient) SendMediaKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *RemoteControllerClient) SetArtworkConfiguration(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)
- func (c *RemoteControllerClient) SetSynchronizationMode(ctx context.Context, handle int64, arg0 int32) (bool, error)
- type RemoteControllerOnClientUpdateListenerClient
- func (c *RemoteControllerOnClientUpdateListenerClient) OnClientChange(ctx context.Context, arg0 bool) error
- func (c *RemoteControllerOnClientUpdateListenerClient) OnClientMetadataUpdate(ctx context.Context, arg0 int64) error
- func (c *RemoteControllerOnClientUpdateListenerClient) OnClientPlaybackStateUpdate1(ctx context.Context, arg0 int32) error
- func (c *RemoteControllerOnClientUpdateListenerClient) OnClientPlaybackStateUpdate4_1(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 float32) error
- func (c *RemoteControllerOnClientUpdateListenerClient) OnClientTransportControlUpdate(ctx context.Context, arg0 int32) error
- type Route2InfoBuilderClient
- func (c *Route2InfoBuilderClient) AddFeature(ctx context.Context, arg0 string) (int64, error)
- func (c *Route2InfoBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *Route2InfoBuilderClient) ClearFeatures(ctx context.Context) (int64, error)
- func (c *Route2InfoBuilderClient) SetClientPackageName(ctx context.Context, arg0 string) (int64, error)
- func (c *Route2InfoBuilderClient) SetConnectionState(ctx context.Context, arg0 int32) (int64, error)
- func (c *Route2InfoBuilderClient) SetDescription(ctx context.Context, arg0 string) (int64, error)
- func (c *Route2InfoBuilderClient) SetExtras(ctx context.Context, arg0 int64) (int64, error)
- func (c *Route2InfoBuilderClient) SetIconUri(ctx context.Context, arg0 int64) (int64, error)
- func (c *Route2InfoBuilderClient) SetSuitabilityStatus(ctx context.Context, arg0 int32) (int64, error)
- func (c *Route2InfoBuilderClient) SetType(ctx context.Context, arg0 int32) (int64, error)
- func (c *Route2InfoBuilderClient) SetVisibilityPublic(ctx context.Context) (int64, error)
- func (c *Route2InfoBuilderClient) SetVolume(ctx context.Context, arg0 int32) (int64, error)
- func (c *Route2InfoBuilderClient) SetVolumeHandling(ctx context.Context, arg0 int32) (int64, error)
- func (c *Route2InfoBuilderClient) SetVolumeMax(ctx context.Context, arg0 int32) (int64, error)
- type Route2InfoClient
- func (c *Route2InfoClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *Route2InfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *Route2InfoClient) GetClientPackageName(ctx context.Context) (string, error)
- func (c *Route2InfoClient) GetConnectionState(ctx context.Context) (int32, error)
- func (c *Route2InfoClient) GetDeduplicationIds(ctx context.Context) (int64, error)
- func (c *Route2InfoClient) GetDescription(ctx context.Context) (int64, error)
- func (c *Route2InfoClient) GetExtras(ctx context.Context) (int64, error)
- func (c *Route2InfoClient) GetFeatures(ctx context.Context) (int64, error)
- func (c *Route2InfoClient) GetIconUri(ctx context.Context) (int64, error)
- func (c *Route2InfoClient) GetId(ctx context.Context) (string, error)
- func (c *Route2InfoClient) GetName(ctx context.Context) (int64, error)
- func (c *Route2InfoClient) GetSuitabilityStatus(ctx context.Context) (int32, error)
- func (c *Route2InfoClient) GetType(ctx context.Context) (int32, error)
- func (c *Route2InfoClient) GetVolume(ctx context.Context) (int32, error)
- func (c *Route2InfoClient) GetVolumeHandling(ctx context.Context) (int32, error)
- func (c *Route2InfoClient) GetVolumeMax(ctx context.Context) (int32, error)
- func (c *Route2InfoClient) HashCode(ctx context.Context) (int32, error)
- func (c *Route2InfoClient) IsSystemRoute(ctx context.Context) (bool, error)
- func (c *Route2InfoClient) ToString(ctx context.Context) (string, error)
- func (c *Route2InfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type Route2ProviderServiceClient
- func (c *Route2ProviderServiceClient) GetAllSessionInfo(ctx context.Context) (int64, error)
- func (c *Route2ProviderServiceClient) GetSessionInfo(ctx context.Context, arg0 string) (int64, error)
- func (c *Route2ProviderServiceClient) NotifyRequestFailed(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *Route2ProviderServiceClient) NotifySessionCreated(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *Route2ProviderServiceClient) NotifySessionReleased(ctx context.Context, arg0 string) error
- func (c *Route2ProviderServiceClient) NotifySessionUpdated(ctx context.Context, arg0 int64) error
- func (c *Route2ProviderServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error)
- func (c *Route2ProviderServiceClient) OnCreateSession(ctx context.Context, arg0 int64, arg1 string, arg2 string, arg3 int64) error
- func (c *Route2ProviderServiceClient) OnDeselectRoute(ctx context.Context, arg0 int64, arg1 string, arg2 string) error
- func (c *Route2ProviderServiceClient) OnDiscoveryPreferenceChanged(ctx context.Context, arg0 int64) error
- func (c *Route2ProviderServiceClient) OnReleaseSession(ctx context.Context, arg0 int64, arg1 string) error
- func (c *Route2ProviderServiceClient) OnSelectRoute(ctx context.Context, arg0 int64, arg1 string, arg2 string) error
- func (c *Route2ProviderServiceClient) OnSetRouteVolume(ctx context.Context, arg0 int64, arg1 string, arg2 int32) error
- func (c *Route2ProviderServiceClient) OnSetSessionVolume(ctx context.Context, arg0 int64, arg1 string, arg2 int32) error
- func (c *Route2ProviderServiceClient) OnTransferToRoute(ctx context.Context, arg0 int64, arg1 string, arg2 string) error
- type RouteDiscoveryPreferenceBuilderClient
- type RouteDiscoveryPreferenceClient
- func (c *RouteDiscoveryPreferenceClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *RouteDiscoveryPreferenceClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *RouteDiscoveryPreferenceClient) GetPreferredFeatures(ctx context.Context) (int64, error)
- func (c *RouteDiscoveryPreferenceClient) HashCode(ctx context.Context) (int32, error)
- func (c *RouteDiscoveryPreferenceClient) ShouldPerformActiveScan(ctx context.Context) (bool, error)
- func (c *RouteDiscoveryPreferenceClient) ToString(ctx context.Context) (string, error)
- func (c *RouteDiscoveryPreferenceClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type RouteListingPreferenceBuilderClient
- func (c *RouteListingPreferenceBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *RouteListingPreferenceBuilderClient) SetLinkedItemComponentName(ctx context.Context, arg0 int64) (int64, error)
- func (c *RouteListingPreferenceBuilderClient) SetUseSystemOrdering(ctx context.Context, arg0 bool) (int64, error)
- type RouteListingPreferenceClient
- func (c *RouteListingPreferenceClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *RouteListingPreferenceClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *RouteListingPreferenceClient) GetItems(ctx context.Context) (int64, error)
- func (c *RouteListingPreferenceClient) GetLinkedItemComponentName(ctx context.Context) (int64, error)
- func (c *RouteListingPreferenceClient) GetUseSystemOrdering(ctx context.Context) (bool, error)
- func (c *RouteListingPreferenceClient) HashCode(ctx context.Context) (int32, error)
- func (c *RouteListingPreferenceClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type RouteListingPreferenceItemClient
- func (c *RouteListingPreferenceItemClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *RouteListingPreferenceItemClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *RouteListingPreferenceItemClient) GetCustomSubtextMessage(ctx context.Context) (int64, error)
- func (c *RouteListingPreferenceItemClient) GetFlags(ctx context.Context) (int32, error)
- func (c *RouteListingPreferenceItemClient) GetRouteId(ctx context.Context) (string, error)
- func (c *RouteListingPreferenceItemClient) GetSelectionBehavior(ctx context.Context) (int32, error)
- func (c *RouteListingPreferenceItemClient) GetSubText(ctx context.Context) (int32, error)
- func (c *RouteListingPreferenceItemClient) HashCode(ctx context.Context) (int32, error)
- func (c *RouteListingPreferenceItemClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type Router2Client
- func (c *Router2Client) CancelScanRequest(ctx context.Context, arg0 int64) error
- func (c *Router2Client) GetController(ctx context.Context, arg0 string) (int64, error)
- func (c *Router2Client) GetControllers(ctx context.Context) (int64, error)
- func (c *Router2Client) GetInstance1(ctx context.Context, arg0 int64) (int64, error)
- func (c *Router2Client) GetInstance4_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) (int64, error)
- func (c *Router2Client) GetRouteListingPreference(ctx context.Context) (int64, error)
- func (c *Router2Client) GetRoutes(ctx context.Context) (int64, error)
- func (c *Router2Client) GetSystemController(ctx context.Context) (int64, error)
- func (c *Router2Client) RegisterControllerCallback(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *Router2Client) RegisterRouteCallback(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- func (c *Router2Client) RegisterTransferCallback(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *Router2Client) RequestScan(ctx context.Context, arg0 int64) (int64, error)
- func (c *Router2Client) SetOnGetControllerHintsListener(ctx context.Context, arg0 int64) error
- func (c *Router2Client) SetRouteListingPreference(ctx context.Context, arg0 int64) error
- func (c *Router2Client) SetRouteVolume(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *Router2Client) ShowSystemOutputSwitcher(ctx context.Context) (bool, error)
- func (c *Router2Client) Stop(ctx context.Context) error
- func (c *Router2Client) TransferTo(ctx context.Context, arg0 int64) error
- func (c *Router2Client) UnregisterControllerCallback(ctx context.Context, arg0 int64) error
- func (c *Router2Client) UnregisterRouteCallback(ctx context.Context, arg0 int64) error
- func (c *Router2Client) UnregisterTransferCallback(ctx context.Context, arg0 int64) error
- type Router2ControllerCallbackClient
- type Router2OnGetControllerHintsListenerClient
- type Router2RoutingControllerClient
- func (c *Router2RoutingControllerClient) DeselectRoute(ctx context.Context, arg0 int64) error
- func (c *Router2RoutingControllerClient) GetControlHints(ctx context.Context) (int64, error)
- func (c *Router2RoutingControllerClient) GetDeselectableRoutes(ctx context.Context) (int64, error)
- func (c *Router2RoutingControllerClient) GetId(ctx context.Context) (string, error)
- func (c *Router2RoutingControllerClient) GetRoutingSessionInfo(ctx context.Context) (int64, error)
- func (c *Router2RoutingControllerClient) GetSelectableRoutes(ctx context.Context) (int64, error)
- func (c *Router2RoutingControllerClient) GetSelectedRoutes(ctx context.Context) (int64, error)
- func (c *Router2RoutingControllerClient) GetTransferableRoutes(ctx context.Context) (int64, error)
- func (c *Router2RoutingControllerClient) GetVolume(ctx context.Context) (int32, error)
- func (c *Router2RoutingControllerClient) GetVolumeHandling(ctx context.Context) (int32, error)
- func (c *Router2RoutingControllerClient) GetVolumeMax(ctx context.Context) (int32, error)
- func (c *Router2RoutingControllerClient) IsReleased(ctx context.Context) (bool, error)
- func (c *Router2RoutingControllerClient) Release(ctx context.Context) error
- func (c *Router2RoutingControllerClient) SelectRoute(ctx context.Context, arg0 int64) error
- func (c *Router2RoutingControllerClient) SetVolume(ctx context.Context, arg0 int32) error
- func (c *Router2RoutingControllerClient) ToString(ctx context.Context) (string, error)
- func (c *Router2RoutingControllerClient) WasTransferInitiatedBySelf(ctx context.Context) (bool, error)
- type Router2ScanRequestClient
- type Router2TransferCallbackClient
- type RouterCallbackClient
- func (c *RouterCallbackClient) OnRouteAdded(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RouterCallbackClient) OnRouteChanged(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RouterCallbackClient) OnRouteGrouped(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int32) error
- func (c *RouterCallbackClient) OnRoutePresentationDisplayChanged(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RouterCallbackClient) OnRouteRemoved(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RouterCallbackClient) OnRouteSelected(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
- func (c *RouterCallbackClient) OnRouteUngrouped(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- func (c *RouterCallbackClient) OnRouteUnselected(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
- func (c *RouterCallbackClient) OnRouteVolumeChanged(ctx context.Context, arg0 int64, arg1 int64) error
- type RouterClient
- func (c *RouterClient) AddCallback2(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *RouterClient) AddCallback3_1(ctx context.Context, arg0 int32, arg1 int64, arg2 int32) error
- func (c *RouterClient) AddUserRoute(ctx context.Context, arg0 int64) error
- func (c *RouterClient) ClearUserRoutes(ctx context.Context) error
- func (c *RouterClient) CreateRouteCategory2(ctx context.Context, arg0 int32, arg1 bool) (int64, error)
- func (c *RouterClient) CreateRouteCategory2_1(ctx context.Context, arg0 string, arg1 bool) (int64, error)
- func (c *RouterClient) CreateUserRoute(ctx context.Context, arg0 int64) (int64, error)
- func (c *RouterClient) GetCategoryAt(ctx context.Context, arg0 int32) (int64, error)
- func (c *RouterClient) GetCategoryCount(ctx context.Context) (int32, error)
- func (c *RouterClient) GetDefaultRoute(ctx context.Context) (int64, error)
- func (c *RouterClient) GetRouteAt(ctx context.Context, arg0 int32) (int64, error)
- func (c *RouterClient) GetRouteCount(ctx context.Context) (int32, error)
- func (c *RouterClient) GetSelectedRoute(ctx context.Context, arg0 int32) (int64, error)
- func (c *RouterClient) RemoveCallback(ctx context.Context, arg0 int64) error
- func (c *RouterClient) RemoveUserRoute(ctx context.Context, arg0 int64) error
- func (c *RouterClient) SelectRoute(ctx context.Context, arg0 int32, arg1 int64) error
- type RouterRouteCategoryClient
- func (c *RouterRouteCategoryClient) GetName0(ctx context.Context) (int64, error)
- func (c *RouterRouteCategoryClient) GetName1_1(ctx context.Context, arg0 int64) (int64, error)
- func (c *RouterRouteCategoryClient) GetSupportedTypes(ctx context.Context) (int32, error)
- func (c *RouterRouteCategoryClient) IsGroupable(ctx context.Context) (bool, error)
- func (c *RouterRouteCategoryClient) ToString(ctx context.Context) (string, error)
- type RouterRouteGroupClient
- func (c *RouterRouteGroupClient) AddRoute1(ctx context.Context, arg0 int64) error
- func (c *RouterRouteGroupClient) AddRoute2_1(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *RouterRouteGroupClient) GetRouteAt(ctx context.Context, arg0 int32) (int64, error)
- func (c *RouterRouteGroupClient) GetRouteCount(ctx context.Context) (int32, error)
- func (c *RouterRouteGroupClient) RemoveRoute1(ctx context.Context, arg0 int64) error
- func (c *RouterRouteGroupClient) RemoveRoute1_1(ctx context.Context, arg0 int32) error
- func (c *RouterRouteGroupClient) RequestSetVolume(ctx context.Context, arg0 int32) error
- func (c *RouterRouteGroupClient) RequestUpdateVolume(ctx context.Context, arg0 int32) error
- func (c *RouterRouteGroupClient) SetIconDrawable(ctx context.Context, arg0 int64) error
- func (c *RouterRouteGroupClient) SetIconResource(ctx context.Context, arg0 int32) error
- func (c *RouterRouteGroupClient) ToString(ctx context.Context) (string, error)
- type RouterRouteInfoClient
- func (c *RouterRouteInfoClient) GetCategory(ctx context.Context) (int64, error)
- func (c *RouterRouteInfoClient) GetDescription(ctx context.Context) (int64, error)
- func (c *RouterRouteInfoClient) GetDeviceType(ctx context.Context) (int32, error)
- func (c *RouterRouteInfoClient) GetGroup(ctx context.Context) (int64, error)
- func (c *RouterRouteInfoClient) GetIconDrawable(ctx context.Context) (int64, error)
- func (c *RouterRouteInfoClient) GetName0(ctx context.Context) (int64, error)
- func (c *RouterRouteInfoClient) GetName1_1(ctx context.Context, arg0 int64) (int64, error)
- func (c *RouterRouteInfoClient) GetPlaybackStream(ctx context.Context) (int32, error)
- func (c *RouterRouteInfoClient) GetPlaybackType(ctx context.Context) (int32, error)
- func (c *RouterRouteInfoClient) GetPresentationDisplay(ctx context.Context) (int64, error)
- func (c *RouterRouteInfoClient) GetStatus(ctx context.Context) (int64, error)
- func (c *RouterRouteInfoClient) GetSupportedTypes(ctx context.Context) (int32, error)
- func (c *RouterRouteInfoClient) GetTag(ctx context.Context) (int64, error)
- func (c *RouterRouteInfoClient) GetVolume(ctx context.Context) (int32, error)
- func (c *RouterRouteInfoClient) GetVolumeHandling(ctx context.Context) (int32, error)
- func (c *RouterRouteInfoClient) GetVolumeMax(ctx context.Context) (int32, error)
- func (c *RouterRouteInfoClient) IsConnecting(ctx context.Context) (bool, error)
- func (c *RouterRouteInfoClient) IsEnabled(ctx context.Context) (bool, error)
- func (c *RouterRouteInfoClient) RequestSetVolume(ctx context.Context, arg0 int32) error
- func (c *RouterRouteInfoClient) RequestUpdateVolume(ctx context.Context, arg0 int32) error
- func (c *RouterRouteInfoClient) SetTag(ctx context.Context, arg0 int64) error
- func (c *RouterRouteInfoClient) ToString(ctx context.Context) (string, error)
- type RouterSimpleCallbackClient
- func (c *RouterSimpleCallbackClient) OnRouteAdded(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RouterSimpleCallbackClient) OnRouteChanged(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RouterSimpleCallbackClient) OnRouteGrouped(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int32) error
- func (c *RouterSimpleCallbackClient) OnRouteRemoved(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RouterSimpleCallbackClient) OnRouteSelected(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
- func (c *RouterSimpleCallbackClient) OnRouteUngrouped(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- func (c *RouterSimpleCallbackClient) OnRouteUnselected(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
- func (c *RouterSimpleCallbackClient) OnRouteVolumeChanged(ctx context.Context, arg0 int64, arg1 int64) error
- type RouterUserRouteInfoClient
- func (c *RouterUserRouteInfoClient) GetRemoteControlClient(ctx context.Context) (int64, error)
- func (c *RouterUserRouteInfoClient) RequestSetVolume(ctx context.Context, arg0 int32) error
- func (c *RouterUserRouteInfoClient) RequestUpdateVolume(ctx context.Context, arg0 int32) error
- func (c *RouterUserRouteInfoClient) SetDescription(ctx context.Context, arg0 string) error
- func (c *RouterUserRouteInfoClient) SetIconDrawable(ctx context.Context, arg0 int64) error
- func (c *RouterUserRouteInfoClient) SetIconResource(ctx context.Context, arg0 int32) error
- func (c *RouterUserRouteInfoClient) SetName1(ctx context.Context, arg0 int32) error
- func (c *RouterUserRouteInfoClient) SetName1_1(ctx context.Context, arg0 string) error
- func (c *RouterUserRouteInfoClient) SetPlaybackStream(ctx context.Context, arg0 int32) error
- func (c *RouterUserRouteInfoClient) SetPlaybackType(ctx context.Context, arg0 int32) error
- func (c *RouterUserRouteInfoClient) SetRemoteControlClient(ctx context.Context, arg0 int64) error
- func (c *RouterUserRouteInfoClient) SetStatus(ctx context.Context, arg0 string) error
- func (c *RouterUserRouteInfoClient) SetVolume(ctx context.Context, arg0 int32) error
- func (c *RouterUserRouteInfoClient) SetVolumeCallback(ctx context.Context, arg0 int64) error
- func (c *RouterUserRouteInfoClient) SetVolumeHandling(ctx context.Context, arg0 int32) error
- func (c *RouterUserRouteInfoClient) SetVolumeMax(ctx context.Context, arg0 int32) error
- type RouterVolumeCallbackClient
- type RoutingSessionInfoBuilderClient
- func (c *RoutingSessionInfoBuilderClient) AddDeselectableRoute(ctx context.Context, arg0 string) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) AddSelectableRoute(ctx context.Context, arg0 string) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) AddSelectedRoute(ctx context.Context, arg0 string) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) AddTransferableRoute(ctx context.Context, arg0 string) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) ClearDeselectableRoutes(ctx context.Context) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) ClearSelectableRoutes(ctx context.Context) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) ClearSelectedRoutes(ctx context.Context) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) ClearTransferableRoutes(ctx context.Context) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) RemoveDeselectableRoute(ctx context.Context, arg0 string) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) RemoveSelectableRoute(ctx context.Context, arg0 string) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) RemoveSelectedRoute(ctx context.Context, arg0 string) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) RemoveTransferableRoute(ctx context.Context, arg0 string) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) SetControlHints(ctx context.Context, arg0 int64) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) SetName(ctx context.Context, arg0 string) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) SetTransferInitiator(ctx context.Context, arg0 int64, arg1 string) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) SetTransferReason(ctx context.Context, arg0 int32) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) SetVolume(ctx context.Context, arg0 int32) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) SetVolumeHandling(ctx context.Context, arg0 int32) (int64, error)
- func (c *RoutingSessionInfoBuilderClient) SetVolumeMax(ctx context.Context, arg0 int32) (int64, error)
- type RoutingSessionInfoClient
- func (c *RoutingSessionInfoClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *RoutingSessionInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *RoutingSessionInfoClient) GetClientPackageName(ctx context.Context) (string, error)
- func (c *RoutingSessionInfoClient) GetControlHints(ctx context.Context) (int64, error)
- func (c *RoutingSessionInfoClient) GetDeselectableRoutes(ctx context.Context) (int64, error)
- func (c *RoutingSessionInfoClient) GetId(ctx context.Context) (string, error)
- func (c *RoutingSessionInfoClient) GetName(ctx context.Context) (int64, error)
- func (c *RoutingSessionInfoClient) GetSelectableRoutes(ctx context.Context) (int64, error)
- func (c *RoutingSessionInfoClient) GetSelectedRoutes(ctx context.Context) (int64, error)
- func (c *RoutingSessionInfoClient) GetTransferReason(ctx context.Context) (int32, error)
- func (c *RoutingSessionInfoClient) GetTransferableRoutes(ctx context.Context) (int64, error)
- func (c *RoutingSessionInfoClient) GetVolume(ctx context.Context) (int32, error)
- func (c *RoutingSessionInfoClient) GetVolumeHandling(ctx context.Context) (int32, error)
- func (c *RoutingSessionInfoClient) GetVolumeMax(ctx context.Context) (int32, error)
- func (c *RoutingSessionInfoClient) HashCode(ctx context.Context) (int32, error)
- func (c *RoutingSessionInfoClient) ToString(ctx context.Context) (string, error)
- func (c *RoutingSessionInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type ScannerConnectionClient
- func (c *ScannerConnectionClient) Connect(ctx context.Context, handle int64) error
- func (c *ScannerConnectionClient) Disconnect(ctx context.Context, handle int64) error
- func (c *ScannerConnectionClient) OnServiceConnected(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
- func (c *ScannerConnectionClient) OnServiceDisconnected(ctx context.Context, handle int64, arg0 int64) error
- func (c *ScannerConnectionClient) ScanFile2_1(ctx context.Context, handle int64, arg0 string, arg1 string) error
- func (c *ScannerConnectionClient) ScanFile4(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, ...) error
- type ScannerConnectionMediaScannerConnectionClientClient
- type ScannerConnectionOnScanCompletedListenerClient
- type Session2BuilderClient
- func (c *Session2BuilderClient) Build(ctx context.Context) (int64, error)
- func (c *Session2BuilderClient) SetExtras(ctx context.Context, arg0 int64) (int64, error)
- func (c *Session2BuilderClient) SetId(ctx context.Context, arg0 string) (int64, error)
- func (c *Session2BuilderClient) SetSessionActivity(ctx context.Context, arg0 int64) (int64, error)
- func (c *Session2BuilderClient) SetSessionCallback(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- type Session2Client
- func (c *Session2Client) BroadcastSessionCommand(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *Session2Client) CancelSessionCommand(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *Session2Client) Close(ctx context.Context) error
- func (c *Session2Client) GetConnectedControllers(ctx context.Context) (int64, error)
- func (c *Session2Client) GetId(ctx context.Context) (string, error)
- func (c *Session2Client) GetToken(ctx context.Context) (int64, error)
- func (c *Session2Client) IsPlaybackActive(ctx context.Context) (bool, error)
- func (c *Session2Client) SendSessionCommand(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
- func (c *Session2Client) SetPlaybackActive(ctx context.Context, arg0 bool) error
- type Session2CommandClient
- func (c *Session2CommandClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *Session2CommandClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *Session2CommandClient) GetCommandCode(ctx context.Context, handle int64) (int32, error)
- func (c *Session2CommandClient) GetCustomAction(ctx context.Context, handle int64) (string, error)
- func (c *Session2CommandClient) GetCustomExtras(ctx context.Context, handle int64) (int64, error)
- func (c *Session2CommandClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *Session2CommandClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type Session2CommandGroupBuilderClient
- type Session2CommandGroupClient
- func (c *Session2CommandGroupClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *Session2CommandGroupClient) GetCommands(ctx context.Context) (int64, error)
- func (c *Session2CommandGroupClient) HasCommand1(ctx context.Context, arg0 int64) (bool, error)
- func (c *Session2CommandGroupClient) HasCommand1_1(ctx context.Context, arg0 int32) (bool, error)
- func (c *Session2CommandGroupClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type Session2CommandResultClient
- type Session2ControllerInfoClient
- func (c *Session2ControllerInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *Session2ControllerInfoClient) GetConnectionHints(ctx context.Context) (int64, error)
- func (c *Session2ControllerInfoClient) GetPackageName(ctx context.Context) (string, error)
- func (c *Session2ControllerInfoClient) GetRemoteUserInfo(ctx context.Context) (int64, error)
- func (c *Session2ControllerInfoClient) GetUid(ctx context.Context) (int32, error)
- func (c *Session2ControllerInfoClient) HashCode(ctx context.Context) (int32, error)
- func (c *Session2ControllerInfoClient) ToString(ctx context.Context) (string, error)
- type Session2ServiceClient
- func (c *Session2ServiceClient) AddSession(ctx context.Context, arg0 int64) error
- func (c *Session2ServiceClient) GetSessions(ctx context.Context) (int64, error)
- func (c *Session2ServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error)
- func (c *Session2ServiceClient) OnCreate(ctx context.Context) error
- func (c *Session2ServiceClient) OnDestroy(ctx context.Context) error
- func (c *Session2ServiceClient) OnGetSession(ctx context.Context, arg0 int64) (int64, error)
- func (c *Session2ServiceClient) OnUpdateNotification(ctx context.Context, arg0 int64) (int64, error)
- func (c *Session2ServiceClient) RemoveSession(ctx context.Context, arg0 int64) error
- type Session2ServiceMediaNotificationClient
- type Session2SessionCallbackClient
- func (c *Session2SessionCallbackClient) OnCommandResult(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64, ...) error
- func (c *Session2SessionCallbackClient) OnConnect(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *Session2SessionCallbackClient) OnDisconnected(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *Session2SessionCallbackClient) OnPostConnect(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *Session2SessionCallbackClient) OnSessionCommand(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) (int64, error)
- type Session2TokenClient
- func (c *Session2TokenClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *Session2TokenClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *Session2TokenClient) GetExtras(ctx context.Context, handle int64) (int64, error)
- func (c *Session2TokenClient) GetPackageName(ctx context.Context, handle int64) (string, error)
- func (c *Session2TokenClient) GetServiceName(ctx context.Context, handle int64) (string, error)
- func (c *Session2TokenClient) GetType(ctx context.Context, handle int64) (int32, error)
- func (c *Session2TokenClient) GetUid(ctx context.Context, handle int64) (int32, error)
- func (c *Session2TokenClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *Session2TokenClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *Session2TokenClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type SoundPoolBuilderClient
- func (c *SoundPoolBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *SoundPoolBuilderClient) SetAudioAttributes(ctx context.Context, arg0 int64) (int64, error)
- func (c *SoundPoolBuilderClient) SetAudioSessionId(ctx context.Context, arg0 int32) (int64, error)
- func (c *SoundPoolBuilderClient) SetContext(ctx context.Context, arg0 int64) (int64, error)
- func (c *SoundPoolBuilderClient) SetMaxStreams(ctx context.Context, arg0 int32) (int64, error)
- type SoundPoolClient
- func (c *SoundPoolClient) AutoPause(ctx context.Context, handle int64) error
- func (c *SoundPoolClient) AutoResume(ctx context.Context, handle int64) error
- func (c *SoundPoolClient) Load2_1(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int32, error)
- func (c *SoundPoolClient) Load2_3(ctx context.Context, handle int64, arg0 string, arg1 int32) (int32, error)
- func (c *SoundPoolClient) Load3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (int32, error)
- func (c *SoundPoolClient) Load4_2(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, ...) (int32, error)
- func (c *SoundPoolClient) Pause(ctx context.Context, handle int64, arg0 int32) error
- func (c *SoundPoolClient) Play(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 float32, ...) (int32, error)
- func (c *SoundPoolClient) Release(ctx context.Context, handle int64) error
- func (c *SoundPoolClient) Resume(ctx context.Context, handle int64, arg0 int32) error
- func (c *SoundPoolClient) SetLoop(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
- func (c *SoundPoolClient) SetOnLoadCompleteListener(ctx context.Context, handle int64, arg0 int64) error
- func (c *SoundPoolClient) SetPriority(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
- func (c *SoundPoolClient) SetRate(ctx context.Context, handle int64, arg0 int32, arg1 float32) error
- func (c *SoundPoolClient) SetVolume(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 float32) error
- func (c *SoundPoolClient) Stop(ctx context.Context, handle int64, arg0 int32) error
- func (c *SoundPoolClient) Unload(ctx context.Context, handle int64, arg0 int32) (bool, error)
- type SoundPoolOnLoadCompleteListenerClient
- type SpatializerClient
- func (c *SpatializerClient) AddOnHeadTrackerAvailableListener(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *SpatializerClient) AddOnSpatializerStateChangedListener(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *SpatializerClient) CanBeSpatialized(ctx context.Context, arg0 int64, arg1 int64) (bool, error)
- func (c *SpatializerClient) GetImmersiveAudioLevel(ctx context.Context) (int32, error)
- func (c *SpatializerClient) GetSpatializedChannelMasks(ctx context.Context) (int64, error)
- func (c *SpatializerClient) IsAvailable(ctx context.Context) (bool, error)
- func (c *SpatializerClient) IsEnabled(ctx context.Context) (bool, error)
- func (c *SpatializerClient) IsHeadTrackerAvailable(ctx context.Context) (bool, error)
- func (c *SpatializerClient) RemoveOnHeadTrackerAvailableListener(ctx context.Context, arg0 int64) error
- func (c *SpatializerClient) RemoveOnSpatializerStateChangedListener(ctx context.Context, arg0 int64) error
- type SpatializerOnHeadTrackerAvailableListenerClient
- type SpatializerOnSpatializerStateChangedListenerClient
- type SubtitleDataClient
- func (c *SubtitleDataClient) GetData(ctx context.Context, handle int64) (int64, error)
- func (c *SubtitleDataClient) GetDurationUs(ctx context.Context, handle int64) (int64, error)
- func (c *SubtitleDataClient) GetStartTimeUs(ctx context.Context, handle int64) (int64, error)
- func (c *SubtitleDataClient) GetTrackIndex(ctx context.Context, handle int64) (int32, error)
- type SyncClient
- func (c *SyncClient) CreateInputSurface(ctx context.Context, handle int64) (int64, error)
- func (c *SyncClient) Flush(ctx context.Context, handle int64) error
- func (c *SyncClient) GetPlaybackParams(ctx context.Context, handle int64) (int64, error)
- func (c *SyncClient) GetSyncParams(ctx context.Context, handle int64) (int64, error)
- func (c *SyncClient) GetTimestamp(ctx context.Context, handle int64) (int64, error)
- func (c *SyncClient) Release(ctx context.Context, handle int64) error
- func (c *SyncClient) SetAudioTrack(ctx context.Context, handle int64, arg0 int64) error
- func (c *SyncClient) SetPlaybackParams(ctx context.Context, handle int64, arg0 int64) error
- func (c *SyncClient) SetSurface(ctx context.Context, handle int64, arg0 int64) error
- func (c *SyncClient) SetSyncParams(ctx context.Context, handle int64, arg0 int64) error
- type SyncEventClient
- func (c *SyncEventClient) CreateEvent(ctx context.Context, arg0 int32) (int64, error)
- func (c *SyncEventClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *SyncEventClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *SyncEventClient) GetAudioSessionId(ctx context.Context) (int32, error)
- func (c *SyncEventClient) GetType(ctx context.Context) (int32, error)
- func (c *SyncEventClient) HashCode(ctx context.Context) (int32, error)
- func (c *SyncEventClient) SetAudioSessionId(ctx context.Context, arg0 int32) (int64, error)
- func (c *SyncEventClient) ToString(ctx context.Context) (string, error)
- func (c *SyncEventClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type SyncOnErrorListenerClient
- type SyncParamsClient
- func (c *SyncParamsClient) AllowDefaults(ctx context.Context, handle int64) (int64, error)
- func (c *SyncParamsClient) GetAudioAdjustMode(ctx context.Context, handle int64) (int32, error)
- func (c *SyncParamsClient) GetFrameRate(ctx context.Context, handle int64) (float32, error)
- func (c *SyncParamsClient) GetSyncSource(ctx context.Context, handle int64) (int32, error)
- func (c *SyncParamsClient) GetTolerance(ctx context.Context, handle int64) (float32, error)
- func (c *SyncParamsClient) SetAudioAdjustMode(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *SyncParamsClient) SetFrameRate(ctx context.Context, handle int64, arg0 float32) (int64, error)
- func (c *SyncParamsClient) SetSyncSource(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *SyncParamsClient) SetTolerance(ctx context.Context, handle int64, arg0 float32) (int64, error)
- type ThumbnailUtilsClient
- func (c *ThumbnailUtilsClient) CreateAudioThumbnail2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
- func (c *ThumbnailUtilsClient) CreateAudioThumbnail3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)
- func (c *ThumbnailUtilsClient) CreateImageThumbnail2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
- func (c *ThumbnailUtilsClient) CreateImageThumbnail3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)
- func (c *ThumbnailUtilsClient) CreateVideoThumbnail2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
- func (c *ThumbnailUtilsClient) CreateVideoThumbnail3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)
- func (c *ThumbnailUtilsClient) ExtractThumbnail3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (int64, error)
- func (c *ThumbnailUtilsClient) ExtractThumbnail4_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) (int64, error)
- type TimedMetaDataClient
- type TimedTextClient
- type TimestampClient
- func (c *TimestampClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *TimestampClient) GetAnchorMediaTimeUs(ctx context.Context, handle int64) (int64, error)
- func (c *TimestampClient) GetAnchorSystemNanoTime(ctx context.Context, handle int64) (int64, error)
- func (c *TimestampClient) GetAnchorSytemNanoTime(ctx context.Context, handle int64) (int64, error)
- func (c *TimestampClient) GetMediaClockRate(ctx context.Context, handle int64) (float32, error)
- func (c *TimestampClient) ToString(ctx context.Context, handle int64) (string, error)
- type ToneGeneratorClient
- func (c *ToneGeneratorClient) GetAudioSessionId(ctx context.Context, handle int64) (int32, error)
- func (c *ToneGeneratorClient) Release(ctx context.Context, handle int64) error
- func (c *ToneGeneratorClient) StartTone1(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *ToneGeneratorClient) StartTone2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)
- func (c *ToneGeneratorClient) StopTone(ctx context.Context, handle int64) error
- type VolumeAutomationClient
- type VolumeProviderClient
- func (c *VolumeProviderClient) GetCurrentVolume(ctx context.Context) (int32, error)
- func (c *VolumeProviderClient) GetMaxVolume(ctx context.Context) (int32, error)
- func (c *VolumeProviderClient) GetVolumeControl(ctx context.Context) (int32, error)
- func (c *VolumeProviderClient) GetVolumeControlId(ctx context.Context) (string, error)
- func (c *VolumeProviderClient) OnAdjustVolume(ctx context.Context, arg0 int32) error
- func (c *VolumeProviderClient) OnSetVolumeTo(ctx context.Context, arg0 int32) error
- func (c *VolumeProviderClient) SetCurrentVolume(ctx context.Context, arg0 int32) error
- type VolumeShaperClient
- func (c *VolumeShaperClient) Apply(ctx context.Context, arg0 int64) error
- func (c *VolumeShaperClient) Close(ctx context.Context) error
- func (c *VolumeShaperClient) GetVolume(ctx context.Context) (float32, error)
- func (c *VolumeShaperClient) Replace(ctx context.Context, arg0 int64, arg1 int64, arg2 bool) error
- type VolumeShaperConfigurationClient
- func (c *VolumeShaperConfigurationClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *VolumeShaperConfigurationClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *VolumeShaperConfigurationClient) GetDuration(ctx context.Context) (int64, error)
- func (c *VolumeShaperConfigurationClient) GetInterpolatorType(ctx context.Context) (int32, error)
- func (c *VolumeShaperConfigurationClient) GetMaximumCurvePoints(ctx context.Context) (int32, error)
- func (c *VolumeShaperConfigurationClient) GetTimes(ctx context.Context) (int64, error)
- func (c *VolumeShaperConfigurationClient) GetVolumes(ctx context.Context) (int64, error)
- func (c *VolumeShaperConfigurationClient) HashCode(ctx context.Context) (int32, error)
- func (c *VolumeShaperConfigurationClient) ToString(ctx context.Context) (string, error)
- func (c *VolumeShaperConfigurationClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type VolumeShaperOperationClient
- func (c *VolumeShaperOperationClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *VolumeShaperOperationClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *VolumeShaperOperationClient) HashCode(ctx context.Context) (int32, error)
- func (c *VolumeShaperOperationClient) ToString(ctx context.Context) (string, error)
- func (c *VolumeShaperOperationClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionSoundClient ¶
type ActionSoundClient struct {
// contains filtered or unexported fields
}
ActionSoundClient wraps the gRPC ActionSoundService client.
func NewActionSoundClient ¶
func NewActionSoundClient(cc grpc.ClientConnInterface) *ActionSoundClient
NewActionSoundClient creates a new ActionSound client.
func (*ActionSoundClient) MustPlayShutterSound ¶
MustPlayShutterSound calls the MustPlayShutterSound RPC.
type ApplicationMediaCapabilitiesBuilderClient ¶
type ApplicationMediaCapabilitiesBuilderClient struct {
// contains filtered or unexported fields
}
ApplicationMediaCapabilitiesBuilderClient wraps the gRPC ApplicationMediaCapabilitiesBuilderService client.
func NewApplicationMediaCapabilitiesBuilderClient ¶
func NewApplicationMediaCapabilitiesBuilderClient(cc grpc.ClientConnInterface) *ApplicationMediaCapabilitiesBuilderClient
NewApplicationMediaCapabilitiesBuilderClient creates a new ApplicationMediaCapabilitiesBuilder client.
func (*ApplicationMediaCapabilitiesBuilderClient) AddSupportedHdrType ¶
func (c *ApplicationMediaCapabilitiesBuilderClient) AddSupportedHdrType(ctx context.Context, arg0 string) (int64, error)
AddSupportedHdrType calls the AddSupportedHdrType RPC.
func (*ApplicationMediaCapabilitiesBuilderClient) AddSupportedVideoMimeType ¶
func (c *ApplicationMediaCapabilitiesBuilderClient) AddSupportedVideoMimeType(ctx context.Context, arg0 string) (int64, error)
AddSupportedVideoMimeType calls the AddSupportedVideoMimeType RPC.
func (*ApplicationMediaCapabilitiesBuilderClient) AddUnsupportedHdrType ¶
func (c *ApplicationMediaCapabilitiesBuilderClient) AddUnsupportedHdrType(ctx context.Context, arg0 string) (int64, error)
AddUnsupportedHdrType calls the AddUnsupportedHdrType RPC.
func (*ApplicationMediaCapabilitiesBuilderClient) AddUnsupportedVideoMimeType ¶
func (c *ApplicationMediaCapabilitiesBuilderClient) AddUnsupportedVideoMimeType(ctx context.Context, arg0 string) (int64, error)
AddUnsupportedVideoMimeType calls the AddUnsupportedVideoMimeType RPC.
type ApplicationMediaCapabilitiesClient ¶
type ApplicationMediaCapabilitiesClient struct {
// contains filtered or unexported fields
}
ApplicationMediaCapabilitiesClient wraps the gRPC ApplicationMediaCapabilitiesService client.
func NewApplicationMediaCapabilitiesClient ¶
func NewApplicationMediaCapabilitiesClient(cc grpc.ClientConnInterface) *ApplicationMediaCapabilitiesClient
NewApplicationMediaCapabilitiesClient creates a new ApplicationMediaCapabilities client.
func (*ApplicationMediaCapabilitiesClient) CreateFromXml ¶
func (c *ApplicationMediaCapabilitiesClient) CreateFromXml(ctx context.Context, arg0 int64) (int64, error)
CreateFromXml calls the CreateFromXml RPC.
func (*ApplicationMediaCapabilitiesClient) DescribeContents ¶
func (c *ApplicationMediaCapabilitiesClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*ApplicationMediaCapabilitiesClient) GetSupportedHdrTypes ¶
func (c *ApplicationMediaCapabilitiesClient) GetSupportedHdrTypes(ctx context.Context) (int64, error)
GetSupportedHdrTypes calls the GetSupportedHdrTypes RPC.
func (*ApplicationMediaCapabilitiesClient) GetSupportedVideoMimeTypes ¶
func (c *ApplicationMediaCapabilitiesClient) GetSupportedVideoMimeTypes(ctx context.Context) (int64, error)
GetSupportedVideoMimeTypes calls the GetSupportedVideoMimeTypes RPC.
func (*ApplicationMediaCapabilitiesClient) GetUnsupportedHdrTypes ¶
func (c *ApplicationMediaCapabilitiesClient) GetUnsupportedHdrTypes(ctx context.Context) (int64, error)
GetUnsupportedHdrTypes calls the GetUnsupportedHdrTypes RPC.
func (*ApplicationMediaCapabilitiesClient) GetUnsupportedVideoMimeTypes ¶
func (c *ApplicationMediaCapabilitiesClient) GetUnsupportedVideoMimeTypes(ctx context.Context) (int64, error)
GetUnsupportedVideoMimeTypes calls the GetUnsupportedVideoMimeTypes RPC.
func (*ApplicationMediaCapabilitiesClient) IsFormatSpecified ¶
func (c *ApplicationMediaCapabilitiesClient) IsFormatSpecified(ctx context.Context, arg0 string) (bool, error)
IsFormatSpecified calls the IsFormatSpecified RPC.
func (*ApplicationMediaCapabilitiesClient) IsHdrTypeSupported ¶
func (c *ApplicationMediaCapabilitiesClient) IsHdrTypeSupported(ctx context.Context, arg0 string) (bool, error)
IsHdrTypeSupported calls the IsHdrTypeSupported RPC.
func (*ApplicationMediaCapabilitiesClient) IsVideoMimeTypeSupported ¶
func (c *ApplicationMediaCapabilitiesClient) IsVideoMimeTypeSupported(ctx context.Context, arg0 string) (bool, error)
IsVideoMimeTypeSupported calls the IsVideoMimeTypeSupported RPC.
func (*ApplicationMediaCapabilitiesClient) ToString ¶
func (c *ApplicationMediaCapabilitiesClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*ApplicationMediaCapabilitiesClient) WriteToParcel ¶
func (c *ApplicationMediaCapabilitiesClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type AsyncPlayerClient ¶
type AsyncPlayerClient struct {
// contains filtered or unexported fields
}
AsyncPlayerClient wraps the gRPC AsyncPlayerService client.
func NewAsyncPlayerClient ¶
func NewAsyncPlayerClient(cc grpc.ClientConnInterface) *AsyncPlayerClient
NewAsyncPlayerClient creates a new AsyncPlayer client.
func (*AsyncPlayerClient) Play4 ¶
func (c *AsyncPlayerClient) Play4(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 bool, arg3 int64) error
Play4 calls the Play4 RPC.
type AudioAttributesBuilderClient ¶
type AudioAttributesBuilderClient struct {
// contains filtered or unexported fields
}
AudioAttributesBuilderClient wraps the gRPC AudioAttributesBuilderService client.
func NewAudioAttributesBuilderClient ¶
func NewAudioAttributesBuilderClient(cc grpc.ClientConnInterface) *AudioAttributesBuilderClient
NewAudioAttributesBuilderClient creates a new AudioAttributesBuilder client.
func (*AudioAttributesBuilderClient) Build ¶
func (c *AudioAttributesBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*AudioAttributesBuilderClient) SetAllowedCapturePolicy ¶
func (c *AudioAttributesBuilderClient) SetAllowedCapturePolicy(ctx context.Context, arg0 int32) (int64, error)
SetAllowedCapturePolicy calls the SetAllowedCapturePolicy RPC.
func (*AudioAttributesBuilderClient) SetContentType ¶
func (c *AudioAttributesBuilderClient) SetContentType(ctx context.Context, arg0 int32) (int64, error)
SetContentType calls the SetContentType RPC.
func (*AudioAttributesBuilderClient) SetHapticChannelsMuted ¶
func (c *AudioAttributesBuilderClient) SetHapticChannelsMuted(ctx context.Context, arg0 bool) (int64, error)
SetHapticChannelsMuted calls the SetHapticChannelsMuted RPC.
func (*AudioAttributesBuilderClient) SetIsContentSpatialized ¶
func (c *AudioAttributesBuilderClient) SetIsContentSpatialized(ctx context.Context, arg0 bool) (int64, error)
SetIsContentSpatialized calls the SetIsContentSpatialized RPC.
func (*AudioAttributesBuilderClient) SetLegacyStreamType ¶
func (c *AudioAttributesBuilderClient) SetLegacyStreamType(ctx context.Context, arg0 int32) (int64, error)
SetLegacyStreamType calls the SetLegacyStreamType RPC.
func (*AudioAttributesBuilderClient) SetSpatializationBehavior ¶
func (c *AudioAttributesBuilderClient) SetSpatializationBehavior(ctx context.Context, arg0 int32) (int64, error)
SetSpatializationBehavior calls the SetSpatializationBehavior RPC.
type AudioAttributesClient ¶
type AudioAttributesClient struct {
// contains filtered or unexported fields
}
AudioAttributesClient wraps the gRPC AudioAttributesService client.
func NewAudioAttributesClient ¶
func NewAudioAttributesClient(cc grpc.ClientConnInterface) *AudioAttributesClient
NewAudioAttributesClient creates a new AudioAttributes client.
func (*AudioAttributesClient) AreHapticChannelsMuted ¶
func (c *AudioAttributesClient) AreHapticChannelsMuted(ctx context.Context) (bool, error)
AreHapticChannelsMuted calls the AreHapticChannelsMuted RPC.
func (*AudioAttributesClient) DescribeContents ¶
func (c *AudioAttributesClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AudioAttributesClient) GetAllowedCapturePolicy ¶
func (c *AudioAttributesClient) GetAllowedCapturePolicy(ctx context.Context) (int32, error)
GetAllowedCapturePolicy calls the GetAllowedCapturePolicy RPC.
func (*AudioAttributesClient) GetContentType ¶
func (c *AudioAttributesClient) GetContentType(ctx context.Context) (int32, error)
GetContentType calls the GetContentType RPC.
func (*AudioAttributesClient) GetFlags ¶
func (c *AudioAttributesClient) GetFlags(ctx context.Context) (int32, error)
GetFlags calls the GetFlags RPC.
func (*AudioAttributesClient) GetSpatializationBehavior ¶
func (c *AudioAttributesClient) GetSpatializationBehavior(ctx context.Context) (int32, error)
GetSpatializationBehavior calls the GetSpatializationBehavior RPC.
func (*AudioAttributesClient) GetUsage ¶
func (c *AudioAttributesClient) GetUsage(ctx context.Context) (int32, error)
GetUsage calls the GetUsage RPC.
func (*AudioAttributesClient) GetVolumeControlStream ¶
func (c *AudioAttributesClient) GetVolumeControlStream(ctx context.Context) (int32, error)
GetVolumeControlStream calls the GetVolumeControlStream RPC.
func (*AudioAttributesClient) HashCode ¶
func (c *AudioAttributesClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*AudioAttributesClient) IsContentSpatialized ¶
func (c *AudioAttributesClient) IsContentSpatialized(ctx context.Context) (bool, error)
IsContentSpatialized calls the IsContentSpatialized RPC.
func (*AudioAttributesClient) ToString ¶
func (c *AudioAttributesClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*AudioAttributesClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type AudioDescriptorClient ¶
type AudioDescriptorClient struct {
// contains filtered or unexported fields
}
AudioDescriptorClient wraps the gRPC AudioDescriptorService client.
func NewAudioDescriptorClient ¶
func NewAudioDescriptorClient(cc grpc.ClientConnInterface) *AudioDescriptorClient
NewAudioDescriptorClient creates a new AudioDescriptor client.
func (*AudioDescriptorClient) DescribeContents ¶
func (c *AudioDescriptorClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AudioDescriptorClient) GetDescriptor ¶
func (c *AudioDescriptorClient) GetDescriptor(ctx context.Context) (int64, error)
GetDescriptor calls the GetDescriptor RPC.
func (*AudioDescriptorClient) GetEncapsulationType ¶
func (c *AudioDescriptorClient) GetEncapsulationType(ctx context.Context) (int32, error)
GetEncapsulationType calls the GetEncapsulationType RPC.
func (*AudioDescriptorClient) GetStandard ¶
func (c *AudioDescriptorClient) GetStandard(ctx context.Context) (int32, error)
GetStandard calls the GetStandard RPC.
func (*AudioDescriptorClient) HashCode ¶
func (c *AudioDescriptorClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*AudioDescriptorClient) ToString ¶
func (c *AudioDescriptorClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*AudioDescriptorClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type AudioDeviceCallbackClient ¶
type AudioDeviceCallbackClient struct {
// contains filtered or unexported fields
}
AudioDeviceCallbackClient wraps the gRPC AudioDeviceCallbackService client.
func NewAudioDeviceCallbackClient ¶
func NewAudioDeviceCallbackClient(cc grpc.ClientConnInterface) *AudioDeviceCallbackClient
NewAudioDeviceCallbackClient creates a new AudioDeviceCallback client.
func (*AudioDeviceCallbackClient) OnAudioDevicesAdded ¶
func (c *AudioDeviceCallbackClient) OnAudioDevicesAdded(ctx context.Context, arg0 int64) error
OnAudioDevicesAdded calls the OnAudioDevicesAdded RPC.
func (*AudioDeviceCallbackClient) OnAudioDevicesRemoved ¶
func (c *AudioDeviceCallbackClient) OnAudioDevicesRemoved(ctx context.Context, arg0 int64) error
OnAudioDevicesRemoved calls the OnAudioDevicesRemoved RPC.
type AudioFocusRequestBuilderClient ¶
type AudioFocusRequestBuilderClient struct {
// contains filtered or unexported fields
}
AudioFocusRequestBuilderClient wraps the gRPC AudioFocusRequestBuilderService client.
func NewAudioFocusRequestBuilderClient ¶
func NewAudioFocusRequestBuilderClient(cc grpc.ClientConnInterface) *AudioFocusRequestBuilderClient
NewAudioFocusRequestBuilderClient creates a new AudioFocusRequestBuilder client.
func (*AudioFocusRequestBuilderClient) Build ¶
func (c *AudioFocusRequestBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*AudioFocusRequestBuilderClient) SetAcceptsDelayedFocusGain ¶
func (c *AudioFocusRequestBuilderClient) SetAcceptsDelayedFocusGain(ctx context.Context, arg0 bool) (int64, error)
SetAcceptsDelayedFocusGain calls the SetAcceptsDelayedFocusGain RPC.
func (*AudioFocusRequestBuilderClient) SetAudioAttributes ¶
func (c *AudioFocusRequestBuilderClient) SetAudioAttributes(ctx context.Context, arg0 int64) (int64, error)
SetAudioAttributes calls the SetAudioAttributes RPC.
func (*AudioFocusRequestBuilderClient) SetFocusGain ¶
func (c *AudioFocusRequestBuilderClient) SetFocusGain(ctx context.Context, arg0 int32) (int64, error)
SetFocusGain calls the SetFocusGain RPC.
func (*AudioFocusRequestBuilderClient) SetForceDucking ¶
func (c *AudioFocusRequestBuilderClient) SetForceDucking(ctx context.Context, arg0 bool) (int64, error)
SetForceDucking calls the SetForceDucking RPC.
func (*AudioFocusRequestBuilderClient) SetOnAudioFocusChangeListener ¶
func (c *AudioFocusRequestBuilderClient) SetOnAudioFocusChangeListener(ctx context.Context, arg0 int64) (int64, error)
SetOnAudioFocusChangeListener calls the SetOnAudioFocusChangeListener RPC.
func (*AudioFocusRequestBuilderClient) SetWillPauseWhenDucked ¶
func (c *AudioFocusRequestBuilderClient) SetWillPauseWhenDucked(ctx context.Context, arg0 bool) (int64, error)
SetWillPauseWhenDucked calls the SetWillPauseWhenDucked RPC.
type AudioFocusRequestClient ¶
type AudioFocusRequestClient struct {
// contains filtered or unexported fields
}
AudioFocusRequestClient wraps the gRPC AudioFocusRequestService client.
func NewAudioFocusRequestClient ¶
func NewAudioFocusRequestClient(cc grpc.ClientConnInterface) *AudioFocusRequestClient
NewAudioFocusRequestClient creates a new AudioFocusRequest client.
func (*AudioFocusRequestClient) AcceptsDelayedFocusGain ¶
func (c *AudioFocusRequestClient) AcceptsDelayedFocusGain(ctx context.Context) (bool, error)
AcceptsDelayedFocusGain calls the AcceptsDelayedFocusGain RPC.
func (*AudioFocusRequestClient) GetAudioAttributes ¶
func (c *AudioFocusRequestClient) GetAudioAttributes(ctx context.Context) (int64, error)
GetAudioAttributes calls the GetAudioAttributes RPC.
func (*AudioFocusRequestClient) GetFocusGain ¶
func (c *AudioFocusRequestClient) GetFocusGain(ctx context.Context) (int32, error)
GetFocusGain calls the GetFocusGain RPC.
func (*AudioFocusRequestClient) WillPauseWhenDucked ¶
func (c *AudioFocusRequestClient) WillPauseWhenDucked(ctx context.Context) (bool, error)
WillPauseWhenDucked calls the WillPauseWhenDucked RPC.
type AudioFormatBuilderClient ¶
type AudioFormatBuilderClient struct {
// contains filtered or unexported fields
}
AudioFormatBuilderClient wraps the gRPC AudioFormatBuilderService client.
func NewAudioFormatBuilderClient ¶
func NewAudioFormatBuilderClient(cc grpc.ClientConnInterface) *AudioFormatBuilderClient
NewAudioFormatBuilderClient creates a new AudioFormatBuilder client.
func (*AudioFormatBuilderClient) Build ¶
func (c *AudioFormatBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*AudioFormatBuilderClient) SetChannelIndexMask ¶
func (c *AudioFormatBuilderClient) SetChannelIndexMask(ctx context.Context, arg0 int32) (int64, error)
SetChannelIndexMask calls the SetChannelIndexMask RPC.
func (*AudioFormatBuilderClient) SetChannelMask ¶
SetChannelMask calls the SetChannelMask RPC.
func (*AudioFormatBuilderClient) SetEncoding ¶
SetEncoding calls the SetEncoding RPC.
func (*AudioFormatBuilderClient) SetSampleRate ¶
SetSampleRate calls the SetSampleRate RPC.
type AudioFormatClient ¶
type AudioFormatClient struct {
// contains filtered or unexported fields
}
AudioFormatClient wraps the gRPC AudioFormatService client.
func NewAudioFormatClient ¶
func NewAudioFormatClient(cc grpc.ClientConnInterface) *AudioFormatClient
NewAudioFormatClient creates a new AudioFormat client.
func (*AudioFormatClient) DescribeContents ¶
func (c *AudioFormatClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AudioFormatClient) GetChannelCount ¶
func (c *AudioFormatClient) GetChannelCount(ctx context.Context) (int32, error)
GetChannelCount calls the GetChannelCount RPC.
func (*AudioFormatClient) GetChannelIndexMask ¶
func (c *AudioFormatClient) GetChannelIndexMask(ctx context.Context) (int32, error)
GetChannelIndexMask calls the GetChannelIndexMask RPC.
func (*AudioFormatClient) GetChannelMask ¶
func (c *AudioFormatClient) GetChannelMask(ctx context.Context) (int32, error)
GetChannelMask calls the GetChannelMask RPC.
func (*AudioFormatClient) GetEncoding ¶
func (c *AudioFormatClient) GetEncoding(ctx context.Context) (int32, error)
GetEncoding calls the GetEncoding RPC.
func (*AudioFormatClient) GetFrameSizeInBytes ¶
func (c *AudioFormatClient) GetFrameSizeInBytes(ctx context.Context) (int32, error)
GetFrameSizeInBytes calls the GetFrameSizeInBytes RPC.
func (*AudioFormatClient) GetSampleRate ¶
func (c *AudioFormatClient) GetSampleRate(ctx context.Context) (int32, error)
GetSampleRate calls the GetSampleRate RPC.
func (*AudioFormatClient) HashCode ¶
func (c *AudioFormatClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*AudioFormatClient) ToString ¶
func (c *AudioFormatClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*AudioFormatClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type AudioMetadataClient ¶
type AudioMetadataClient struct {
// contains filtered or unexported fields
}
AudioMetadataClient wraps the gRPC AudioMetadataService client.
func NewAudioMetadataClient ¶
func NewAudioMetadataClient(cc grpc.ClientConnInterface) *AudioMetadataClient
NewAudioMetadataClient creates a new AudioMetadata client.
type AudioMetadataKeyClient ¶
type AudioMetadataKeyClient struct {
// contains filtered or unexported fields
}
AudioMetadataKeyClient wraps the gRPC AudioMetadataKeyService client.
func NewAudioMetadataKeyClient ¶
func NewAudioMetadataKeyClient(cc grpc.ClientConnInterface) *AudioMetadataKeyClient
NewAudioMetadataKeyClient creates a new AudioMetadataKey client.
func (*AudioMetadataKeyClient) GetName ¶
func (c *AudioMetadataKeyClient) GetName(ctx context.Context) (string, error)
GetName calls the GetName RPC.
func (*AudioMetadataKeyClient) GetValueClass ¶
func (c *AudioMetadataKeyClient) GetValueClass(ctx context.Context) (int64, error)
GetValueClass calls the GetValueClass RPC.
type AudioMetadataReadMapClient ¶
type AudioMetadataReadMapClient struct {
// contains filtered or unexported fields
}
AudioMetadataReadMapClient wraps the gRPC AudioMetadataReadMapService client.
func NewAudioMetadataReadMapClient ¶
func NewAudioMetadataReadMapClient(cc grpc.ClientConnInterface) *AudioMetadataReadMapClient
NewAudioMetadataReadMapClient creates a new AudioMetadataReadMap client.
type AudioMixerAttributesBuilderClient ¶
type AudioMixerAttributesBuilderClient struct {
// contains filtered or unexported fields
}
AudioMixerAttributesBuilderClient wraps the gRPC AudioMixerAttributesBuilderService client.
func NewAudioMixerAttributesBuilderClient ¶
func NewAudioMixerAttributesBuilderClient(cc grpc.ClientConnInterface) *AudioMixerAttributesBuilderClient
NewAudioMixerAttributesBuilderClient creates a new AudioMixerAttributesBuilder client.
func (*AudioMixerAttributesBuilderClient) Build ¶
func (c *AudioMixerAttributesBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*AudioMixerAttributesBuilderClient) SetMixerBehavior ¶
func (c *AudioMixerAttributesBuilderClient) SetMixerBehavior(ctx context.Context, arg0 int32) (int64, error)
SetMixerBehavior calls the SetMixerBehavior RPC.
type AudioMixerAttributesClient ¶
type AudioMixerAttributesClient struct {
// contains filtered or unexported fields
}
AudioMixerAttributesClient wraps the gRPC AudioMixerAttributesService client.
func NewAudioMixerAttributesClient ¶
func NewAudioMixerAttributesClient(cc grpc.ClientConnInterface) *AudioMixerAttributesClient
NewAudioMixerAttributesClient creates a new AudioMixerAttributes client.
func (*AudioMixerAttributesClient) DescribeContents ¶
func (c *AudioMixerAttributesClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AudioMixerAttributesClient) GetFormat ¶
func (c *AudioMixerAttributesClient) GetFormat(ctx context.Context) (int64, error)
GetFormat calls the GetFormat RPC.
func (*AudioMixerAttributesClient) GetMixerBehavior ¶
func (c *AudioMixerAttributesClient) GetMixerBehavior(ctx context.Context) (int32, error)
GetMixerBehavior calls the GetMixerBehavior RPC.
func (*AudioMixerAttributesClient) HashCode ¶
func (c *AudioMixerAttributesClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*AudioMixerAttributesClient) ToString ¶
func (c *AudioMixerAttributesClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*AudioMixerAttributesClient) WriteToParcel ¶
func (c *AudioMixerAttributesClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type AudioPlaybackCaptureConfigurationBuilderClient ¶
type AudioPlaybackCaptureConfigurationBuilderClient struct {
// contains filtered or unexported fields
}
AudioPlaybackCaptureConfigurationBuilderClient wraps the gRPC AudioPlaybackCaptureConfigurationBuilderService client.
func NewAudioPlaybackCaptureConfigurationBuilderClient ¶
func NewAudioPlaybackCaptureConfigurationBuilderClient(cc grpc.ClientConnInterface) *AudioPlaybackCaptureConfigurationBuilderClient
NewAudioPlaybackCaptureConfigurationBuilderClient creates a new AudioPlaybackCaptureConfigurationBuilder client.
func (*AudioPlaybackCaptureConfigurationBuilderClient) AddMatchingUid ¶
func (c *AudioPlaybackCaptureConfigurationBuilderClient) AddMatchingUid(ctx context.Context, arg0 int32) (int64, error)
AddMatchingUid calls the AddMatchingUid RPC.
func (*AudioPlaybackCaptureConfigurationBuilderClient) AddMatchingUsage ¶
func (c *AudioPlaybackCaptureConfigurationBuilderClient) AddMatchingUsage(ctx context.Context, arg0 int32) (int64, error)
AddMatchingUsage calls the AddMatchingUsage RPC.
func (*AudioPlaybackCaptureConfigurationBuilderClient) Build ¶
func (c *AudioPlaybackCaptureConfigurationBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*AudioPlaybackCaptureConfigurationBuilderClient) ExcludeUid ¶
func (c *AudioPlaybackCaptureConfigurationBuilderClient) ExcludeUid(ctx context.Context, arg0 int32) (int64, error)
ExcludeUid calls the ExcludeUid RPC.
func (*AudioPlaybackCaptureConfigurationBuilderClient) ExcludeUsage ¶
func (c *AudioPlaybackCaptureConfigurationBuilderClient) ExcludeUsage(ctx context.Context, arg0 int32) (int64, error)
ExcludeUsage calls the ExcludeUsage RPC.
type AudioPlaybackCaptureConfigurationClient ¶
type AudioPlaybackCaptureConfigurationClient struct {
// contains filtered or unexported fields
}
AudioPlaybackCaptureConfigurationClient wraps the gRPC AudioPlaybackCaptureConfigurationService client.
func NewAudioPlaybackCaptureConfigurationClient ¶
func NewAudioPlaybackCaptureConfigurationClient(cc grpc.ClientConnInterface) *AudioPlaybackCaptureConfigurationClient
NewAudioPlaybackCaptureConfigurationClient creates a new AudioPlaybackCaptureConfiguration client.
func (*AudioPlaybackCaptureConfigurationClient) GetExcludeUids ¶
func (c *AudioPlaybackCaptureConfigurationClient) GetExcludeUids(ctx context.Context) (int64, error)
GetExcludeUids calls the GetExcludeUids RPC.
func (*AudioPlaybackCaptureConfigurationClient) GetExcludeUsages ¶
func (c *AudioPlaybackCaptureConfigurationClient) GetExcludeUsages(ctx context.Context) (int64, error)
GetExcludeUsages calls the GetExcludeUsages RPC.
func (*AudioPlaybackCaptureConfigurationClient) GetMatchingUids ¶
func (c *AudioPlaybackCaptureConfigurationClient) GetMatchingUids(ctx context.Context) (int64, error)
GetMatchingUids calls the GetMatchingUids RPC.
func (*AudioPlaybackCaptureConfigurationClient) GetMatchingUsages ¶
func (c *AudioPlaybackCaptureConfigurationClient) GetMatchingUsages(ctx context.Context) (int64, error)
GetMatchingUsages calls the GetMatchingUsages RPC.
func (*AudioPlaybackCaptureConfigurationClient) GetMediaProjection ¶
func (c *AudioPlaybackCaptureConfigurationClient) GetMediaProjection(ctx context.Context) (int64, error)
GetMediaProjection calls the GetMediaProjection RPC.
type AudioPlaybackConfigurationClient ¶
type AudioPlaybackConfigurationClient struct {
// contains filtered or unexported fields
}
AudioPlaybackConfigurationClient wraps the gRPC AudioPlaybackConfigurationService client.
func NewAudioPlaybackConfigurationClient ¶
func NewAudioPlaybackConfigurationClient(cc grpc.ClientConnInterface) *AudioPlaybackConfigurationClient
NewAudioPlaybackConfigurationClient creates a new AudioPlaybackConfiguration client.
func (*AudioPlaybackConfigurationClient) DescribeContents ¶
func (c *AudioPlaybackConfigurationClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AudioPlaybackConfigurationClient) GetAudioAttributes ¶
func (c *AudioPlaybackConfigurationClient) GetAudioAttributes(ctx context.Context) (int64, error)
GetAudioAttributes calls the GetAudioAttributes RPC.
func (*AudioPlaybackConfigurationClient) GetAudioDeviceInfo ¶
func (c *AudioPlaybackConfigurationClient) GetAudioDeviceInfo(ctx context.Context) (int64, error)
GetAudioDeviceInfo calls the GetAudioDeviceInfo RPC.
func (*AudioPlaybackConfigurationClient) HashCode ¶
func (c *AudioPlaybackConfigurationClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*AudioPlaybackConfigurationClient) ToString ¶
func (c *AudioPlaybackConfigurationClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*AudioPlaybackConfigurationClient) WriteToParcel ¶
func (c *AudioPlaybackConfigurationClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type AudioPresentationBuilderClient ¶
type AudioPresentationBuilderClient struct {
// contains filtered or unexported fields
}
AudioPresentationBuilderClient wraps the gRPC AudioPresentationBuilderService client.
func NewAudioPresentationBuilderClient ¶
func NewAudioPresentationBuilderClient(cc grpc.ClientConnInterface) *AudioPresentationBuilderClient
NewAudioPresentationBuilderClient creates a new AudioPresentationBuilder client.
func (*AudioPresentationBuilderClient) Build ¶
func (c *AudioPresentationBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*AudioPresentationBuilderClient) SetHasAudioDescription ¶
func (c *AudioPresentationBuilderClient) SetHasAudioDescription(ctx context.Context, arg0 bool) (int64, error)
SetHasAudioDescription calls the SetHasAudioDescription RPC.
func (*AudioPresentationBuilderClient) SetHasDialogueEnhancement ¶
func (c *AudioPresentationBuilderClient) SetHasDialogueEnhancement(ctx context.Context, arg0 bool) (int64, error)
SetHasDialogueEnhancement calls the SetHasDialogueEnhancement RPC.
func (*AudioPresentationBuilderClient) SetHasSpokenSubtitles ¶
func (c *AudioPresentationBuilderClient) SetHasSpokenSubtitles(ctx context.Context, arg0 bool) (int64, error)
SetHasSpokenSubtitles calls the SetHasSpokenSubtitles RPC.
func (*AudioPresentationBuilderClient) SetMasteringIndication ¶
func (c *AudioPresentationBuilderClient) SetMasteringIndication(ctx context.Context, arg0 int32) (int64, error)
SetMasteringIndication calls the SetMasteringIndication RPC.
func (*AudioPresentationBuilderClient) SetProgramId ¶
func (c *AudioPresentationBuilderClient) SetProgramId(ctx context.Context, arg0 int32) (int64, error)
SetProgramId calls the SetProgramId RPC.
type AudioPresentationClient ¶
type AudioPresentationClient struct {
// contains filtered or unexported fields
}
AudioPresentationClient wraps the gRPC AudioPresentationService client.
func NewAudioPresentationClient ¶
func NewAudioPresentationClient(cc grpc.ClientConnInterface) *AudioPresentationClient
NewAudioPresentationClient creates a new AudioPresentation client.
func (*AudioPresentationClient) DescribeContents ¶
func (c *AudioPresentationClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AudioPresentationClient) GetLocale ¶
func (c *AudioPresentationClient) GetLocale(ctx context.Context) (int64, error)
GetLocale calls the GetLocale RPC.
func (*AudioPresentationClient) GetMasteringIndication ¶
func (c *AudioPresentationClient) GetMasteringIndication(ctx context.Context) (int32, error)
GetMasteringIndication calls the GetMasteringIndication RPC.
func (*AudioPresentationClient) GetPresentationId ¶
func (c *AudioPresentationClient) GetPresentationId(ctx context.Context) (int32, error)
GetPresentationId calls the GetPresentationId RPC.
func (*AudioPresentationClient) GetProgramId ¶
func (c *AudioPresentationClient) GetProgramId(ctx context.Context) (int32, error)
GetProgramId calls the GetProgramId RPC.
func (*AudioPresentationClient) HasAudioDescription ¶
func (c *AudioPresentationClient) HasAudioDescription(ctx context.Context) (bool, error)
HasAudioDescription calls the HasAudioDescription RPC.
func (*AudioPresentationClient) HasDialogueEnhancement ¶
func (c *AudioPresentationClient) HasDialogueEnhancement(ctx context.Context) (bool, error)
HasDialogueEnhancement calls the HasDialogueEnhancement RPC.
func (*AudioPresentationClient) HasSpokenSubtitles ¶
func (c *AudioPresentationClient) HasSpokenSubtitles(ctx context.Context) (bool, error)
HasSpokenSubtitles calls the HasSpokenSubtitles RPC.
func (*AudioPresentationClient) HashCode ¶
func (c *AudioPresentationClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*AudioPresentationClient) ToString ¶
func (c *AudioPresentationClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*AudioPresentationClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type AudioProfileClient ¶
type AudioProfileClient struct {
// contains filtered or unexported fields
}
AudioProfileClient wraps the gRPC AudioProfileService client.
func NewAudioProfileClient ¶
func NewAudioProfileClient(cc grpc.ClientConnInterface) *AudioProfileClient
NewAudioProfileClient creates a new AudioProfile client.
func (*AudioProfileClient) DescribeContents ¶
func (c *AudioProfileClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AudioProfileClient) GetChannelIndexMasks ¶
func (c *AudioProfileClient) GetChannelIndexMasks(ctx context.Context) (int64, error)
GetChannelIndexMasks calls the GetChannelIndexMasks RPC.
func (*AudioProfileClient) GetChannelMasks ¶
func (c *AudioProfileClient) GetChannelMasks(ctx context.Context) (int64, error)
GetChannelMasks calls the GetChannelMasks RPC.
func (*AudioProfileClient) GetEncapsulationType ¶
func (c *AudioProfileClient) GetEncapsulationType(ctx context.Context) (int32, error)
GetEncapsulationType calls the GetEncapsulationType RPC.
func (*AudioProfileClient) GetFormat ¶
func (c *AudioProfileClient) GetFormat(ctx context.Context) (int32, error)
GetFormat calls the GetFormat RPC.
func (*AudioProfileClient) GetSampleRates ¶
func (c *AudioProfileClient) GetSampleRates(ctx context.Context) (int64, error)
GetSampleRates calls the GetSampleRates RPC.
func (*AudioProfileClient) HashCode ¶
func (c *AudioProfileClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*AudioProfileClient) ToString ¶
func (c *AudioProfileClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*AudioProfileClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type AudioRecordingConfigurationClient ¶
type AudioRecordingConfigurationClient struct {
// contains filtered or unexported fields
}
AudioRecordingConfigurationClient wraps the gRPC AudioRecordingConfigurationService client.
func NewAudioRecordingConfigurationClient ¶
func NewAudioRecordingConfigurationClient(cc grpc.ClientConnInterface) *AudioRecordingConfigurationClient
NewAudioRecordingConfigurationClient creates a new AudioRecordingConfiguration client.
func (*AudioRecordingConfigurationClient) DescribeContents ¶
func (c *AudioRecordingConfigurationClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AudioRecordingConfigurationClient) GetAudioDevice ¶
func (c *AudioRecordingConfigurationClient) GetAudioDevice(ctx context.Context) (int64, error)
GetAudioDevice calls the GetAudioDevice RPC.
func (*AudioRecordingConfigurationClient) GetAudioSource ¶
func (c *AudioRecordingConfigurationClient) GetAudioSource(ctx context.Context) (int32, error)
GetAudioSource calls the GetAudioSource RPC.
func (*AudioRecordingConfigurationClient) GetClientAudioSessionId ¶
func (c *AudioRecordingConfigurationClient) GetClientAudioSessionId(ctx context.Context) (int32, error)
GetClientAudioSessionId calls the GetClientAudioSessionId RPC.
func (*AudioRecordingConfigurationClient) GetClientAudioSource ¶
func (c *AudioRecordingConfigurationClient) GetClientAudioSource(ctx context.Context) (int32, error)
GetClientAudioSource calls the GetClientAudioSource RPC.
func (*AudioRecordingConfigurationClient) GetClientEffects ¶
func (c *AudioRecordingConfigurationClient) GetClientEffects(ctx context.Context) (int64, error)
GetClientEffects calls the GetClientEffects RPC.
func (*AudioRecordingConfigurationClient) GetClientFormat ¶
func (c *AudioRecordingConfigurationClient) GetClientFormat(ctx context.Context) (int64, error)
GetClientFormat calls the GetClientFormat RPC.
func (*AudioRecordingConfigurationClient) GetEffects ¶
func (c *AudioRecordingConfigurationClient) GetEffects(ctx context.Context) (int64, error)
GetEffects calls the GetEffects RPC.
func (*AudioRecordingConfigurationClient) GetFormat ¶
func (c *AudioRecordingConfigurationClient) GetFormat(ctx context.Context) (int64, error)
GetFormat calls the GetFormat RPC.
func (*AudioRecordingConfigurationClient) HashCode ¶
func (c *AudioRecordingConfigurationClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*AudioRecordingConfigurationClient) IsClientSilenced ¶
func (c *AudioRecordingConfigurationClient) IsClientSilenced(ctx context.Context) (bool, error)
IsClientSilenced calls the IsClientSilenced RPC.
func (*AudioRecordingConfigurationClient) WriteToParcel ¶
func (c *AudioRecordingConfigurationClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type AudioRecordingMonitorClient ¶
type AudioRecordingMonitorClient struct {
// contains filtered or unexported fields
}
AudioRecordingMonitorClient wraps the gRPC AudioRecordingMonitorService client.
func NewAudioRecordingMonitorClient ¶
func NewAudioRecordingMonitorClient(cc grpc.ClientConnInterface) *AudioRecordingMonitorClient
NewAudioRecordingMonitorClient creates a new AudioRecordingMonitor client.
func (*AudioRecordingMonitorClient) GetActiveRecordingConfiguration ¶
func (c *AudioRecordingMonitorClient) GetActiveRecordingConfiguration(ctx context.Context) (int64, error)
GetActiveRecordingConfiguration calls the GetActiveRecordingConfiguration RPC.
func (*AudioRecordingMonitorClient) RegisterAudioRecordingCallback ¶
func (c *AudioRecordingMonitorClient) RegisterAudioRecordingCallback(ctx context.Context, arg0 int64, arg1 int64) error
RegisterAudioRecordingCallback calls the RegisterAudioRecordingCallback RPC.
func (*AudioRecordingMonitorClient) UnregisterAudioRecordingCallback ¶
func (c *AudioRecordingMonitorClient) UnregisterAudioRecordingCallback(ctx context.Context, arg0 int64) error
UnregisterAudioRecordingCallback calls the UnregisterAudioRecordingCallback RPC.
type AudioRoutingClient ¶
type AudioRoutingClient struct {
// contains filtered or unexported fields
}
AudioRoutingClient wraps the gRPC AudioRoutingService client.
func NewAudioRoutingClient ¶
func NewAudioRoutingClient(cc grpc.ClientConnInterface) *AudioRoutingClient
NewAudioRoutingClient creates a new AudioRouting client.
func (*AudioRoutingClient) GetPreferredDevice ¶
func (c *AudioRoutingClient) GetPreferredDevice(ctx context.Context) (int64, error)
GetPreferredDevice calls the GetPreferredDevice RPC.
func (*AudioRoutingClient) GetRoutedDevice ¶
func (c *AudioRoutingClient) GetRoutedDevice(ctx context.Context) (int64, error)
GetRoutedDevice calls the GetRoutedDevice RPC.
func (*AudioRoutingClient) RemoveOnRoutingChangedListener ¶
func (c *AudioRoutingClient) RemoveOnRoutingChangedListener(ctx context.Context, arg0 int64) error
RemoveOnRoutingChangedListener calls the RemoveOnRoutingChangedListener RPC.
func (*AudioRoutingClient) SetPreferredDevice ¶
SetPreferredDevice calls the SetPreferredDevice RPC.
type AudioRoutingOnRoutingChangedListenerClient ¶
type AudioRoutingOnRoutingChangedListenerClient struct {
// contains filtered or unexported fields
}
AudioRoutingOnRoutingChangedListenerClient wraps the gRPC AudioRoutingOnRoutingChangedListenerService client.
func NewAudioRoutingOnRoutingChangedListenerClient ¶
func NewAudioRoutingOnRoutingChangedListenerClient(cc grpc.ClientConnInterface) *AudioRoutingOnRoutingChangedListenerClient
NewAudioRoutingOnRoutingChangedListenerClient creates a new AudioRoutingOnRoutingChangedListener client.
func (*AudioRoutingOnRoutingChangedListenerClient) OnRoutingChanged ¶
func (c *AudioRoutingOnRoutingChangedListenerClient) OnRoutingChanged(ctx context.Context, arg0 int64) error
OnRoutingChanged calls the OnRoutingChanged RPC.
type AudioTimestampClient ¶
type AudioTimestampClient struct {
// contains filtered or unexported fields
}
AudioTimestampClient wraps the gRPC AudioTimestampService client.
func NewAudioTimestampClient ¶
func NewAudioTimestampClient(cc grpc.ClientConnInterface) *AudioTimestampClient
NewAudioTimestampClient creates a new AudioTimestamp client.
func (*AudioTimestampClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*AudioTimestampClient) WriteToParcel ¶
func (c *AudioTimestampClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type AudioTrackBuilderClient ¶
type AudioTrackBuilderClient struct {
// contains filtered or unexported fields
}
AudioTrackBuilderClient wraps the gRPC AudioTrackBuilderService client.
func NewAudioTrackBuilderClient ¶
func NewAudioTrackBuilderClient(cc grpc.ClientConnInterface) *AudioTrackBuilderClient
NewAudioTrackBuilderClient creates a new AudioTrackBuilder client.
func (*AudioTrackBuilderClient) Build ¶
func (c *AudioTrackBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*AudioTrackBuilderClient) SetAudioAttributes ¶
func (c *AudioTrackBuilderClient) SetAudioAttributes(ctx context.Context, arg0 int64) (int64, error)
SetAudioAttributes calls the SetAudioAttributes RPC.
func (*AudioTrackBuilderClient) SetAudioFormat ¶
SetAudioFormat calls the SetAudioFormat RPC.
func (*AudioTrackBuilderClient) SetBufferSizeInBytes ¶
func (c *AudioTrackBuilderClient) SetBufferSizeInBytes(ctx context.Context, arg0 int32) (int64, error)
SetBufferSizeInBytes calls the SetBufferSizeInBytes RPC.
func (*AudioTrackBuilderClient) SetContext ¶
SetContext calls the SetContext RPC.
func (*AudioTrackBuilderClient) SetEncapsulationMode ¶
func (c *AudioTrackBuilderClient) SetEncapsulationMode(ctx context.Context, arg0 int32) (int64, error)
SetEncapsulationMode calls the SetEncapsulationMode RPC.
func (*AudioTrackBuilderClient) SetOffloadedPlayback ¶
func (c *AudioTrackBuilderClient) SetOffloadedPlayback(ctx context.Context, arg0 bool) (int64, error)
SetOffloadedPlayback calls the SetOffloadedPlayback RPC.
func (*AudioTrackBuilderClient) SetPerformanceMode ¶
func (c *AudioTrackBuilderClient) SetPerformanceMode(ctx context.Context, arg0 int32) (int64, error)
SetPerformanceMode calls the SetPerformanceMode RPC.
func (*AudioTrackBuilderClient) SetSessionId ¶
SetSessionId calls the SetSessionId RPC.
func (*AudioTrackBuilderClient) SetTransferMode ¶
SetTransferMode calls the SetTransferMode RPC.
type AudioTrackClient ¶
type AudioTrackClient struct {
// contains filtered or unexported fields
}
AudioTrackClient wraps the gRPC AudioTrackService client.
func NewAudioTrackClient ¶
func NewAudioTrackClient(cc grpc.ClientConnInterface) *AudioTrackClient
NewAudioTrackClient creates a new AudioTrack client.
func (*AudioTrackClient) AddOnCodecFormatChangedListener ¶
func (c *AudioTrackClient) AddOnCodecFormatChangedListener(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
AddOnCodecFormatChangedListener calls the AddOnCodecFormatChangedListener RPC.
func (*AudioTrackClient) AttachAuxEffect ¶
func (c *AudioTrackClient) AttachAuxEffect(ctx context.Context, handle int64, arg0 int32) (int32, error)
AttachAuxEffect calls the AttachAuxEffect RPC.
func (*AudioTrackClient) CreateVolumeShaper ¶
func (c *AudioTrackClient) CreateVolumeShaper(ctx context.Context, handle int64, arg0 int64) (int64, error)
CreateVolumeShaper calls the CreateVolumeShaper RPC.
func (*AudioTrackClient) Flush ¶
func (c *AudioTrackClient) Flush(ctx context.Context, handle int64) error
Flush calls the Flush RPC.
func (*AudioTrackClient) GetAudioAttributes ¶
GetAudioAttributes calls the GetAudioAttributes RPC.
func (*AudioTrackClient) GetAudioDescriptionMixLeveldB ¶
func (c *AudioTrackClient) GetAudioDescriptionMixLeveldB(ctx context.Context, handle int64) (float32, error)
GetAudioDescriptionMixLeveldB calls the GetAudioDescriptionMixLeveldB RPC.
func (*AudioTrackClient) GetAudioFormat ¶
GetAudioFormat calls the GetAudioFormat RPC.
func (*AudioTrackClient) GetAudioSessionId ¶
GetAudioSessionId calls the GetAudioSessionId RPC.
func (*AudioTrackClient) GetBufferCapacityInFrames ¶
func (c *AudioTrackClient) GetBufferCapacityInFrames(ctx context.Context, handle int64) (int32, error)
GetBufferCapacityInFrames calls the GetBufferCapacityInFrames RPC.
func (*AudioTrackClient) GetBufferSizeInFrames ¶
GetBufferSizeInFrames calls the GetBufferSizeInFrames RPC.
func (*AudioTrackClient) GetChannelConfiguration ¶
func (c *AudioTrackClient) GetChannelConfiguration(ctx context.Context, handle int64) (int32, error)
GetChannelConfiguration calls the GetChannelConfiguration RPC.
func (*AudioTrackClient) GetChannelCount ¶
GetChannelCount calls the GetChannelCount RPC.
func (*AudioTrackClient) GetDualMonoMode ¶
GetDualMonoMode calls the GetDualMonoMode RPC.
func (*AudioTrackClient) GetLogSessionId ¶
GetLogSessionId calls the GetLogSessionId RPC.
func (*AudioTrackClient) GetMaxVolume ¶
GetMaxVolume calls the GetMaxVolume RPC.
func (*AudioTrackClient) GetMetrics ¶
GetMetrics calls the GetMetrics RPC.
func (*AudioTrackClient) GetMinBufferSize ¶
func (c *AudioTrackClient) GetMinBufferSize(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) (int32, error)
GetMinBufferSize calls the GetMinBufferSize RPC.
func (*AudioTrackClient) GetMinVolume ¶
GetMinVolume calls the GetMinVolume RPC.
func (*AudioTrackClient) GetNativeOutputSampleRate ¶
func (c *AudioTrackClient) GetNativeOutputSampleRate(ctx context.Context, handle int64, arg0 int32) (int32, error)
GetNativeOutputSampleRate calls the GetNativeOutputSampleRate RPC.
func (*AudioTrackClient) GetNotificationMarkerPosition ¶
func (c *AudioTrackClient) GetNotificationMarkerPosition(ctx context.Context, handle int64) (int32, error)
GetNotificationMarkerPosition calls the GetNotificationMarkerPosition RPC.
func (*AudioTrackClient) GetOffloadDelay ¶
GetOffloadDelay calls the GetOffloadDelay RPC.
func (*AudioTrackClient) GetOffloadPadding ¶
GetOffloadPadding calls the GetOffloadPadding RPC.
func (*AudioTrackClient) GetPerformanceMode ¶
GetPerformanceMode calls the GetPerformanceMode RPC.
func (*AudioTrackClient) GetPlayState ¶
GetPlayState calls the GetPlayState RPC.
func (*AudioTrackClient) GetPlaybackHeadPosition ¶
func (c *AudioTrackClient) GetPlaybackHeadPosition(ctx context.Context, handle int64) (int32, error)
GetPlaybackHeadPosition calls the GetPlaybackHeadPosition RPC.
func (*AudioTrackClient) GetPlaybackParams ¶
GetPlaybackParams calls the GetPlaybackParams RPC.
func (*AudioTrackClient) GetPlaybackRate ¶
GetPlaybackRate calls the GetPlaybackRate RPC.
func (*AudioTrackClient) GetPositionNotificationPeriod ¶
func (c *AudioTrackClient) GetPositionNotificationPeriod(ctx context.Context, handle int64) (int32, error)
GetPositionNotificationPeriod calls the GetPositionNotificationPeriod RPC.
func (*AudioTrackClient) GetPreferredDevice ¶
GetPreferredDevice calls the GetPreferredDevice RPC.
func (*AudioTrackClient) GetRoutedDevice ¶
GetRoutedDevice calls the GetRoutedDevice RPC.
func (*AudioTrackClient) GetRoutedDevices ¶
GetRoutedDevices calls the GetRoutedDevices RPC.
func (*AudioTrackClient) GetSampleRate ¶
GetSampleRate calls the GetSampleRate RPC.
func (*AudioTrackClient) GetStartThresholdInFrames ¶
func (c *AudioTrackClient) GetStartThresholdInFrames(ctx context.Context, handle int64) (int32, error)
GetStartThresholdInFrames calls the GetStartThresholdInFrames RPC.
func (*AudioTrackClient) GetStreamType ¶
GetStreamType calls the GetStreamType RPC.
func (*AudioTrackClient) GetTimestamp ¶
func (c *AudioTrackClient) GetTimestamp(ctx context.Context, handle int64, arg0 int64) (bool, error)
GetTimestamp calls the GetTimestamp RPC.
func (*AudioTrackClient) GetUnderrunCount ¶
GetUnderrunCount calls the GetUnderrunCount RPC.
func (*AudioTrackClient) IsDirectPlaybackSupported ¶
func (c *AudioTrackClient) IsDirectPlaybackSupported(ctx context.Context, handle int64, arg0 int64, arg1 int64) (bool, error)
IsDirectPlaybackSupported calls the IsDirectPlaybackSupported RPC.
func (*AudioTrackClient) IsOffloadedPlayback ¶
IsOffloadedPlayback calls the IsOffloadedPlayback RPC.
func (*AudioTrackClient) Pause ¶
func (c *AudioTrackClient) Pause(ctx context.Context, handle int64) error
Pause calls the Pause RPC.
func (*AudioTrackClient) Play ¶
func (c *AudioTrackClient) Play(ctx context.Context, handle int64) error
Play calls the Play RPC.
func (*AudioTrackClient) RegisterStreamEventCallback ¶
func (c *AudioTrackClient) RegisterStreamEventCallback(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
RegisterStreamEventCallback calls the RegisterStreamEventCallback RPC.
func (*AudioTrackClient) Release ¶
func (c *AudioTrackClient) Release(ctx context.Context, handle int64) error
Release calls the Release RPC.
func (*AudioTrackClient) ReloadStaticData ¶
ReloadStaticData calls the ReloadStaticData RPC.
func (*AudioTrackClient) RemoveOnCodecFormatChangedListener ¶
func (c *AudioTrackClient) RemoveOnCodecFormatChangedListener(ctx context.Context, handle int64, arg0 int64) error
RemoveOnCodecFormatChangedListener calls the RemoveOnCodecFormatChangedListener RPC.
func (*AudioTrackClient) RemoveOnRoutingChangedListener1 ¶
func (c *AudioTrackClient) RemoveOnRoutingChangedListener1(ctx context.Context, handle int64, arg0 int64) error
RemoveOnRoutingChangedListener1 calls the RemoveOnRoutingChangedListener1 RPC.
func (*AudioTrackClient) RemoveOnRoutingChangedListener1_1 ¶
func (c *AudioTrackClient) RemoveOnRoutingChangedListener1_1(ctx context.Context, handle int64, arg0 int64) error
RemoveOnRoutingChangedListener1_1 calls the RemoveOnRoutingChangedListener1_1 RPC.
func (*AudioTrackClient) SetAudioDescriptionMixLeveldB ¶
func (c *AudioTrackClient) SetAudioDescriptionMixLeveldB(ctx context.Context, handle int64, arg0 float32) (bool, error)
SetAudioDescriptionMixLeveldB calls the SetAudioDescriptionMixLeveldB RPC.
func (*AudioTrackClient) SetAuxEffectSendLevel ¶
func (c *AudioTrackClient) SetAuxEffectSendLevel(ctx context.Context, handle int64, arg0 float32) (int32, error)
SetAuxEffectSendLevel calls the SetAuxEffectSendLevel RPC.
func (*AudioTrackClient) SetBufferSizeInFrames ¶
func (c *AudioTrackClient) SetBufferSizeInFrames(ctx context.Context, handle int64, arg0 int32) (int32, error)
SetBufferSizeInFrames calls the SetBufferSizeInFrames RPC.
func (*AudioTrackClient) SetDualMonoMode ¶
func (c *AudioTrackClient) SetDualMonoMode(ctx context.Context, handle int64, arg0 int32) (bool, error)
SetDualMonoMode calls the SetDualMonoMode RPC.
func (*AudioTrackClient) SetLogSessionId ¶
SetLogSessionId calls the SetLogSessionId RPC.
func (*AudioTrackClient) SetLoopPoints ¶
func (c *AudioTrackClient) SetLoopPoints(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32) (int32, error)
SetLoopPoints calls the SetLoopPoints RPC.
func (*AudioTrackClient) SetNotificationMarkerPosition ¶
func (c *AudioTrackClient) SetNotificationMarkerPosition(ctx context.Context, handle int64, arg0 int32) (int32, error)
SetNotificationMarkerPosition calls the SetNotificationMarkerPosition RPC.
func (*AudioTrackClient) SetOffloadDelayPadding ¶
func (c *AudioTrackClient) SetOffloadDelayPadding(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
SetOffloadDelayPadding calls the SetOffloadDelayPadding RPC.
func (*AudioTrackClient) SetOffloadEndOfStream ¶
func (c *AudioTrackClient) SetOffloadEndOfStream(ctx context.Context, handle int64) error
SetOffloadEndOfStream calls the SetOffloadEndOfStream RPC.
func (*AudioTrackClient) SetPlaybackHeadPosition ¶
func (c *AudioTrackClient) SetPlaybackHeadPosition(ctx context.Context, handle int64, arg0 int32) (int32, error)
SetPlaybackHeadPosition calls the SetPlaybackHeadPosition RPC.
func (*AudioTrackClient) SetPlaybackParams ¶
SetPlaybackParams calls the SetPlaybackParams RPC.
func (*AudioTrackClient) SetPlaybackPositionUpdateListener ¶
func (c *AudioTrackClient) SetPlaybackPositionUpdateListener(ctx context.Context, handle int64, arg0 int64) error
SetPlaybackPositionUpdateListener calls the SetPlaybackPositionUpdateListener RPC.
func (*AudioTrackClient) SetPlaybackRate ¶
func (c *AudioTrackClient) SetPlaybackRate(ctx context.Context, handle int64, arg0 int32) (int32, error)
SetPlaybackRate calls the SetPlaybackRate RPC.
func (*AudioTrackClient) SetPositionNotificationPeriod ¶
func (c *AudioTrackClient) SetPositionNotificationPeriod(ctx context.Context, handle int64, arg0 int32) (int32, error)
SetPositionNotificationPeriod calls the SetPositionNotificationPeriod RPC.
func (*AudioTrackClient) SetPreferredDevice ¶
func (c *AudioTrackClient) SetPreferredDevice(ctx context.Context, handle int64, arg0 int64) (bool, error)
SetPreferredDevice calls the SetPreferredDevice RPC.
func (*AudioTrackClient) SetPresentation ¶
func (c *AudioTrackClient) SetPresentation(ctx context.Context, handle int64, arg0 int64) (int32, error)
SetPresentation calls the SetPresentation RPC.
func (*AudioTrackClient) SetStartThresholdInFrames ¶
func (c *AudioTrackClient) SetStartThresholdInFrames(ctx context.Context, handle int64, arg0 int32) (int32, error)
SetStartThresholdInFrames calls the SetStartThresholdInFrames RPC.
func (*AudioTrackClient) SetStereoVolume ¶
func (c *AudioTrackClient) SetStereoVolume(ctx context.Context, handle int64, arg0 float32, arg1 float32) (int32, error)
SetStereoVolume calls the SetStereoVolume RPC.
func (*AudioTrackClient) SetVolume ¶
func (c *AudioTrackClient) SetVolume(ctx context.Context, handle int64, arg0 float32) (int32, error)
SetVolume calls the SetVolume RPC.
func (*AudioTrackClient) Stop ¶
func (c *AudioTrackClient) Stop(ctx context.Context, handle int64) error
Stop calls the Stop RPC.
func (*AudioTrackClient) UnregisterStreamEventCallback ¶
func (c *AudioTrackClient) UnregisterStreamEventCallback(ctx context.Context, handle int64, arg0 int64) error
UnregisterStreamEventCallback calls the UnregisterStreamEventCallback RPC.
func (*AudioTrackClient) Write3 ¶
func (c *AudioTrackClient) Write3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (int32, error)
Write3 calls the Write3 RPC.
func (*AudioTrackClient) Write3_3 ¶
func (c *AudioTrackClient) Write3_3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (int32, error)
Write3_3 calls the Write3_3 RPC.
func (*AudioTrackClient) Write4_1 ¶
func (c *AudioTrackClient) Write4_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, arg3 int32) (int32, error)
Write4_1 calls the Write4_1 RPC.
type AudioTrackOnCodecFormatChangedListenerClient ¶
type AudioTrackOnCodecFormatChangedListenerClient struct {
// contains filtered or unexported fields
}
AudioTrackOnCodecFormatChangedListenerClient wraps the gRPC AudioTrackOnCodecFormatChangedListenerService client.
func NewAudioTrackOnCodecFormatChangedListenerClient ¶
func NewAudioTrackOnCodecFormatChangedListenerClient(cc grpc.ClientConnInterface) *AudioTrackOnCodecFormatChangedListenerClient
NewAudioTrackOnCodecFormatChangedListenerClient creates a new AudioTrackOnCodecFormatChangedListener client.
func (*AudioTrackOnCodecFormatChangedListenerClient) OnCodecFormatChanged ¶
func (c *AudioTrackOnCodecFormatChangedListenerClient) OnCodecFormatChanged(ctx context.Context, arg0 int64, arg1 int64) error
OnCodecFormatChanged calls the OnCodecFormatChanged RPC.
type AudioTrackOnPlaybackPositionUpdateListenerClient ¶
type AudioTrackOnPlaybackPositionUpdateListenerClient struct {
// contains filtered or unexported fields
}
AudioTrackOnPlaybackPositionUpdateListenerClient wraps the gRPC AudioTrackOnPlaybackPositionUpdateListenerService client.
func NewAudioTrackOnPlaybackPositionUpdateListenerClient ¶
func NewAudioTrackOnPlaybackPositionUpdateListenerClient(cc grpc.ClientConnInterface) *AudioTrackOnPlaybackPositionUpdateListenerClient
NewAudioTrackOnPlaybackPositionUpdateListenerClient creates a new AudioTrackOnPlaybackPositionUpdateListener client.
func (*AudioTrackOnPlaybackPositionUpdateListenerClient) OnMarkerReached ¶
func (c *AudioTrackOnPlaybackPositionUpdateListenerClient) OnMarkerReached(ctx context.Context, arg0 int64) error
OnMarkerReached calls the OnMarkerReached RPC.
func (*AudioTrackOnPlaybackPositionUpdateListenerClient) OnPeriodicNotification ¶
func (c *AudioTrackOnPlaybackPositionUpdateListenerClient) OnPeriodicNotification(ctx context.Context, arg0 int64) error
OnPeriodicNotification calls the OnPeriodicNotification RPC.
type AudioTrackOnRoutingChangedListenerClient ¶
type AudioTrackOnRoutingChangedListenerClient struct {
// contains filtered or unexported fields
}
AudioTrackOnRoutingChangedListenerClient wraps the gRPC AudioTrackOnRoutingChangedListenerService client.
func NewAudioTrackOnRoutingChangedListenerClient ¶
func NewAudioTrackOnRoutingChangedListenerClient(cc grpc.ClientConnInterface) *AudioTrackOnRoutingChangedListenerClient
NewAudioTrackOnRoutingChangedListenerClient creates a new AudioTrackOnRoutingChangedListener client.
func (*AudioTrackOnRoutingChangedListenerClient) OnRoutingChanged ¶
func (c *AudioTrackOnRoutingChangedListenerClient) OnRoutingChanged(ctx context.Context, arg0 int64) error
OnRoutingChanged calls the OnRoutingChanged RPC.
type AudioTrackStreamEventCallbackClient ¶
type AudioTrackStreamEventCallbackClient struct {
// contains filtered or unexported fields
}
AudioTrackStreamEventCallbackClient wraps the gRPC AudioTrackStreamEventCallbackService client.
func NewAudioTrackStreamEventCallbackClient ¶
func NewAudioTrackStreamEventCallbackClient(cc grpc.ClientConnInterface) *AudioTrackStreamEventCallbackClient
NewAudioTrackStreamEventCallbackClient creates a new AudioTrackStreamEventCallback client.
func (*AudioTrackStreamEventCallbackClient) OnDataRequest ¶
func (c *AudioTrackStreamEventCallbackClient) OnDataRequest(ctx context.Context, arg0 int64, arg1 int32) error
OnDataRequest calls the OnDataRequest RPC.
func (*AudioTrackStreamEventCallbackClient) OnPresentationEnded ¶
func (c *AudioTrackStreamEventCallbackClient) OnPresentationEnded(ctx context.Context, arg0 int64) error
OnPresentationEnded calls the OnPresentationEnded RPC.
func (*AudioTrackStreamEventCallbackClient) OnTearDown ¶
func (c *AudioTrackStreamEventCallbackClient) OnTearDown(ctx context.Context, arg0 int64) error
OnTearDown calls the OnTearDown RPC.
type BrowserServiceBrowserRootClient ¶
type BrowserServiceBrowserRootClient struct {
// contains filtered or unexported fields
}
BrowserServiceBrowserRootClient wraps the gRPC BrowserServiceBrowserRootService client.
func NewBrowserServiceBrowserRootClient ¶
func NewBrowserServiceBrowserRootClient(cc grpc.ClientConnInterface) *BrowserServiceBrowserRootClient
NewBrowserServiceBrowserRootClient creates a new BrowserServiceBrowserRoot client.
type BrowserServiceClient ¶
type BrowserServiceClient struct {
// contains filtered or unexported fields
}
BrowserServiceClient wraps the gRPC BrowserServiceService client.
func NewBrowserServiceClient ¶
func NewBrowserServiceClient(cc grpc.ClientConnInterface) *BrowserServiceClient
NewBrowserServiceClient creates a new BrowserService client.
func (*BrowserServiceClient) GetBrowserRootHints ¶
func (c *BrowserServiceClient) GetBrowserRootHints(ctx context.Context) (int64, error)
GetBrowserRootHints calls the GetBrowserRootHints RPC.
func (*BrowserServiceClient) GetCurrentBrowserInfo ¶
func (c *BrowserServiceClient) GetCurrentBrowserInfo(ctx context.Context) (int64, error)
GetCurrentBrowserInfo calls the GetCurrentBrowserInfo RPC.
func (*BrowserServiceClient) GetSessionToken ¶
func (c *BrowserServiceClient) GetSessionToken(ctx context.Context) (int64, error)
GetSessionToken calls the GetSessionToken RPC.
func (*BrowserServiceClient) NotifyChildrenChanged1 ¶
func (c *BrowserServiceClient) NotifyChildrenChanged1(ctx context.Context, arg0 string) error
NotifyChildrenChanged1 calls the NotifyChildrenChanged1 RPC.
func (*BrowserServiceClient) NotifyChildrenChanged2_1 ¶
func (c *BrowserServiceClient) NotifyChildrenChanged2_1(ctx context.Context, arg0 string, arg1 int64) error
NotifyChildrenChanged2_1 calls the NotifyChildrenChanged2_1 RPC.
func (*BrowserServiceClient) OnCreate ¶
func (c *BrowserServiceClient) OnCreate(ctx context.Context) error
OnCreate calls the OnCreate RPC.
func (*BrowserServiceClient) OnGetRoot ¶
func (c *BrowserServiceClient) OnGetRoot(ctx context.Context, arg0 string, arg1 int32, arg2 int64) (int64, error)
OnGetRoot calls the OnGetRoot RPC.
func (*BrowserServiceClient) SetSessionToken ¶
func (c *BrowserServiceClient) SetSessionToken(ctx context.Context, arg0 int64) error
SetSessionToken calls the SetSessionToken RPC.
type BrowserServiceResultClient ¶
type BrowserServiceResultClient struct {
// contains filtered or unexported fields
}
BrowserServiceResultClient wraps the gRPC BrowserServiceResultService client.
func NewBrowserServiceResultClient ¶
func NewBrowserServiceResultClient(cc grpc.ClientConnInterface) *BrowserServiceResultClient
NewBrowserServiceResultClient creates a new BrowserServiceResult client.
type CamcorderProfileClient ¶
type CamcorderProfileClient struct {
// contains filtered or unexported fields
}
CamcorderProfileClient wraps the gRPC CamcorderProfileService client.
func NewCamcorderProfileClient ¶
func NewCamcorderProfileClient(cc grpc.ClientConnInterface) *CamcorderProfileClient
NewCamcorderProfileClient creates a new CamcorderProfile client.
func (*CamcorderProfileClient) GetAll ¶
func (c *CamcorderProfileClient) GetAll(ctx context.Context, arg0 string, arg1 int32) (int64, error)
GetAll calls the GetAll RPC.
func (*CamcorderProfileClient) HasProfile1 ¶
HasProfile1 calls the HasProfile1 RPC.
func (*CamcorderProfileClient) HasProfile2_1 ¶
func (c *CamcorderProfileClient) HasProfile2_1(ctx context.Context, arg0 int32, arg1 int32) (bool, error)
HasProfile2_1 calls the HasProfile2_1 RPC.
type CameraPrewarmServiceClient ¶
type CameraPrewarmServiceClient struct {
// contains filtered or unexported fields
}
CameraPrewarmServiceClient wraps the gRPC CameraPrewarmServiceService client.
func NewCameraPrewarmServiceClient ¶
func NewCameraPrewarmServiceClient(cc grpc.ClientConnInterface) *CameraPrewarmServiceClient
NewCameraPrewarmServiceClient creates a new CameraPrewarmService client.
func (*CameraPrewarmServiceClient) OnCooldown ¶
func (c *CameraPrewarmServiceClient) OnCooldown(ctx context.Context, arg0 bool) error
OnCooldown calls the OnCooldown RPC.
type CameraProfileClient ¶
type CameraProfileClient struct {
// contains filtered or unexported fields
}
CameraProfileClient wraps the gRPC CameraProfileService client.
func NewCameraProfileClient ¶
func NewCameraProfileClient(cc grpc.ClientConnInterface) *CameraProfileClient
NewCameraProfileClient creates a new CameraProfile client.
func (*CameraProfileClient) GetJpegEncodingQualityParameter1 ¶
func (c *CameraProfileClient) GetJpegEncodingQualityParameter1(ctx context.Context, handle int64, arg0 int32) (int32, error)
GetJpegEncodingQualityParameter1 calls the GetJpegEncodingQualityParameter1 RPC.
func (*CameraProfileClient) GetJpegEncodingQualityParameter2_1 ¶
func (c *CameraProfileClient) GetJpegEncodingQualityParameter2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int32, error)
GetJpegEncodingQualityParameter2_1 calls the GetJpegEncodingQualityParameter2_1 RPC.
type CasClient ¶
type CasClient struct {
// contains filtered or unexported fields
}
CasClient wraps the gRPC CasService client.
func NewCasClient ¶
func NewCasClient(cc grpc.ClientConnInterface) *CasClient
NewCasClient creates a new Cas client.
func (*CasClient) EnumeratePlugins ¶
EnumeratePlugins calls the EnumeratePlugins RPC.
func (*CasClient) IsSystemIdSupported ¶
func (c *CasClient) IsSystemIdSupported(ctx context.Context, handle int64, arg0 int32) (bool, error)
IsSystemIdSupported calls the IsSystemIdSupported RPC.
func (*CasClient) OpenSession0 ¶
OpenSession0 calls the OpenSession0 RPC.
func (*CasClient) OpenSession2_1 ¶
func (c *CasClient) OpenSession2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)
OpenSession2_1 calls the OpenSession2_1 RPC.
func (*CasClient) ProcessEmm1 ¶
ProcessEmm1 calls the ProcessEmm1 RPC.
func (*CasClient) ProcessEmm3_1 ¶
func (c *CasClient) ProcessEmm3_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) error
ProcessEmm3_1 calls the ProcessEmm3_1 RPC.
func (*CasClient) RefreshEntitlements ¶
func (c *CasClient) RefreshEntitlements(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
RefreshEntitlements calls the RefreshEntitlements RPC.
type CasEventListenerClient ¶
type CasEventListenerClient struct {
// contains filtered or unexported fields
}
CasEventListenerClient wraps the gRPC CasEventListenerService client.
func NewCasEventListenerClient ¶
func NewCasEventListenerClient(cc grpc.ClientConnInterface) *CasEventListenerClient
NewCasEventListenerClient creates a new CasEventListener client.
type CasPluginDescriptorClient ¶
type CasPluginDescriptorClient struct {
// contains filtered or unexported fields
}
CasPluginDescriptorClient wraps the gRPC CasPluginDescriptorService client.
func NewCasPluginDescriptorClient ¶
func NewCasPluginDescriptorClient(cc grpc.ClientConnInterface) *CasPluginDescriptorClient
NewCasPluginDescriptorClient creates a new CasPluginDescriptor client.
func (*CasPluginDescriptorClient) GetName ¶
func (c *CasPluginDescriptorClient) GetName(ctx context.Context) (string, error)
GetName calls the GetName RPC.
func (*CasPluginDescriptorClient) GetSystemId ¶
func (c *CasPluginDescriptorClient) GetSystemId(ctx context.Context) (int32, error)
GetSystemId calls the GetSystemId RPC.
type CasSessionClient ¶
type CasSessionClient struct {
// contains filtered or unexported fields
}
CasSessionClient wraps the gRPC CasSessionService client.
func NewCasSessionClient ¶
func NewCasSessionClient(cc grpc.ClientConnInterface) *CasSessionClient
NewCasSessionClient creates a new CasSession client.
func (*CasSessionClient) Close ¶
func (c *CasSessionClient) Close(ctx context.Context) error
Close calls the Close RPC.
func (*CasSessionClient) GetSessionId ¶
func (c *CasSessionClient) GetSessionId(ctx context.Context) (int64, error)
GetSessionId calls the GetSessionId RPC.
func (*CasSessionClient) ProcessEcm1 ¶
func (c *CasSessionClient) ProcessEcm1(ctx context.Context, arg0 int64) error
ProcessEcm1 calls the ProcessEcm1 RPC.
func (*CasSessionClient) ProcessEcm3_1 ¶
func (c *CasSessionClient) ProcessEcm3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error
ProcessEcm3_1 calls the ProcessEcm3_1 RPC.
func (*CasSessionClient) SendSessionEvent ¶
func (c *CasSessionClient) SendSessionEvent(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error
SendSessionEvent calls the SendSessionEvent RPC.
func (*CasSessionClient) SetPrivateData ¶
func (c *CasSessionClient) SetPrivateData(ctx context.Context, arg0 int64) error
SetPrivateData calls the SetPrivateData RPC.
type CasStateExceptionClient ¶
type CasStateExceptionClient struct {
// contains filtered or unexported fields
}
CasStateExceptionClient wraps the gRPC CasStateExceptionService client.
func NewCasStateExceptionClient ¶
func NewCasStateExceptionClient(cc grpc.ClientConnInterface) *CasStateExceptionClient
NewCasStateExceptionClient creates a new CasStateException client.
func (*CasStateExceptionClient) GetDiagnosticInfo ¶
func (c *CasStateExceptionClient) GetDiagnosticInfo(ctx context.Context) (string, error)
GetDiagnosticInfo calls the GetDiagnosticInfo RPC.
type CodecBufferInfoClient ¶
type CodecBufferInfoClient struct {
// contains filtered or unexported fields
}
CodecBufferInfoClient wraps the gRPC CodecBufferInfoService client.
func NewCodecBufferInfoClient ¶
func NewCodecBufferInfoClient(cc grpc.ClientConnInterface) *CodecBufferInfoClient
NewCodecBufferInfoClient creates a new CodecBufferInfo client.
type CodecCallbackClient ¶
type CodecCallbackClient struct {
// contains filtered or unexported fields
}
CodecCallbackClient wraps the gRPC CodecCallbackService client.
func NewCodecCallbackClient ¶
func NewCodecCallbackClient(cc grpc.ClientConnInterface) *CodecCallbackClient
NewCodecCallbackClient creates a new CodecCallback client.
func (*CodecCallbackClient) OnCryptoError ¶
OnCryptoError calls the OnCryptoError RPC.
func (*CodecCallbackClient) OnInputBufferAvailable ¶
func (c *CodecCallbackClient) OnInputBufferAvailable(ctx context.Context, arg0 int64, arg1 int32) error
OnInputBufferAvailable calls the OnInputBufferAvailable RPC.
func (*CodecCallbackClient) OnMetricsFlushed ¶
OnMetricsFlushed calls the OnMetricsFlushed RPC.
func (*CodecCallbackClient) OnOutputBufferAvailable ¶
func (c *CodecCallbackClient) OnOutputBufferAvailable(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
OnOutputBufferAvailable calls the OnOutputBufferAvailable RPC.
func (*CodecCallbackClient) OnOutputFormatChanged ¶
func (c *CodecCallbackClient) OnOutputFormatChanged(ctx context.Context, arg0 int64, arg1 int64) error
OnOutputFormatChanged calls the OnOutputFormatChanged RPC.
type CodecClient ¶
type CodecClient struct {
// contains filtered or unexported fields
}
CodecClient wraps the gRPC CodecService client.
func NewCodecClient ¶
func NewCodecClient(cc grpc.ClientConnInterface) *CodecClient
NewCodecClient creates a new Codec client.
func (*CodecClient) Configure4 ¶
func (c *CodecClient) Configure4(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int32) error
Configure4 calls the Configure4 RPC.
func (*CodecClient) Configure4_1 ¶
func (c *CodecClient) Configure4_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int64) error
Configure4_1 calls the Configure4_1 RPC.
func (*CodecClient) CreateByCodecName ¶
CreateByCodecName calls the CreateByCodecName RPC.
func (*CodecClient) CreateDecoderByType ¶
CreateDecoderByType calls the CreateDecoderByType RPC.
func (*CodecClient) CreateEncoderByType ¶
CreateEncoderByType calls the CreateEncoderByType RPC.
func (*CodecClient) CreateInputSurface ¶
func (c *CodecClient) CreateInputSurface(ctx context.Context) (int64, error)
CreateInputSurface calls the CreateInputSurface RPC.
func (*CodecClient) CreatePersistentInputSurface ¶
func (c *CodecClient) CreatePersistentInputSurface(ctx context.Context) (int64, error)
CreatePersistentInputSurface calls the CreatePersistentInputSurface RPC.
func (*CodecClient) DequeueInputBuffer ¶
DequeueInputBuffer calls the DequeueInputBuffer RPC.
func (*CodecClient) DequeueOutputBuffer ¶
func (c *CodecClient) DequeueOutputBuffer(ctx context.Context, arg0 int64, arg1 int64) (int32, error)
DequeueOutputBuffer calls the DequeueOutputBuffer RPC.
func (*CodecClient) DetachOutputSurface ¶
func (c *CodecClient) DetachOutputSurface(ctx context.Context) error
DetachOutputSurface calls the DetachOutputSurface RPC.
func (*CodecClient) Flush ¶
func (c *CodecClient) Flush(ctx context.Context) error
Flush calls the Flush RPC.
func (*CodecClient) GetCanonicalName ¶
func (c *CodecClient) GetCanonicalName(ctx context.Context) (string, error)
GetCanonicalName calls the GetCanonicalName RPC.
func (*CodecClient) GetCodecInfo ¶
func (c *CodecClient) GetCodecInfo(ctx context.Context) (int64, error)
GetCodecInfo calls the GetCodecInfo RPC.
func (*CodecClient) GetInputBuffer ¶
GetInputBuffer calls the GetInputBuffer RPC.
func (*CodecClient) GetInputBuffers ¶
func (c *CodecClient) GetInputBuffers(ctx context.Context) (int64, error)
GetInputBuffers calls the GetInputBuffers RPC.
func (*CodecClient) GetInputFormat ¶
func (c *CodecClient) GetInputFormat(ctx context.Context) (int64, error)
GetInputFormat calls the GetInputFormat RPC.
func (*CodecClient) GetInputImage ¶
GetInputImage calls the GetInputImage RPC.
func (*CodecClient) GetMetrics ¶
func (c *CodecClient) GetMetrics(ctx context.Context) (int64, error)
GetMetrics calls the GetMetrics RPC.
func (*CodecClient) GetName ¶
func (c *CodecClient) GetName(ctx context.Context) (string, error)
GetName calls the GetName RPC.
func (*CodecClient) GetOutputBuffer ¶
GetOutputBuffer calls the GetOutputBuffer RPC.
func (*CodecClient) GetOutputBuffers ¶
func (c *CodecClient) GetOutputBuffers(ctx context.Context) (int64, error)
GetOutputBuffers calls the GetOutputBuffers RPC.
func (*CodecClient) GetOutputFormat0 ¶
func (c *CodecClient) GetOutputFormat0(ctx context.Context) (int64, error)
GetOutputFormat0 calls the GetOutputFormat0 RPC.
func (*CodecClient) GetOutputFormat1_1 ¶
GetOutputFormat1_1 calls the GetOutputFormat1_1 RPC.
func (*CodecClient) GetOutputFrame ¶
GetOutputFrame calls the GetOutputFrame RPC.
func (*CodecClient) GetOutputImage ¶
GetOutputImage calls the GetOutputImage RPC.
func (*CodecClient) GetParameterDescriptor ¶
GetParameterDescriptor calls the GetParameterDescriptor RPC.
func (*CodecClient) GetQueueRequest ¶
GetQueueRequest calls the GetQueueRequest RPC.
func (*CodecClient) GetSupportedVendorParameters ¶
func (c *CodecClient) GetSupportedVendorParameters(ctx context.Context) (int64, error)
GetSupportedVendorParameters calls the GetSupportedVendorParameters RPC.
func (*CodecClient) MapHardwareBuffer ¶
MapHardwareBuffer calls the MapHardwareBuffer RPC.
func (*CodecClient) QueueInputBuffer ¶
func (c *CodecClient) QueueInputBuffer(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64, arg4 int32) error
QueueInputBuffer calls the QueueInputBuffer RPC.
func (*CodecClient) QueueSecureInputBuffer ¶
func (c *CodecClient) QueueSecureInputBuffer(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int64, arg4 int32) error
QueueSecureInputBuffer calls the QueueSecureInputBuffer RPC.
func (*CodecClient) Release ¶
func (c *CodecClient) Release(ctx context.Context) error
Release calls the Release RPC.
func (*CodecClient) ReleaseOutputBuffer2 ¶
ReleaseOutputBuffer2 calls the ReleaseOutputBuffer2 RPC.
func (*CodecClient) ReleaseOutputBuffer2_1 ¶
ReleaseOutputBuffer2_1 calls the ReleaseOutputBuffer2_1 RPC.
func (*CodecClient) Reset ¶
func (c *CodecClient) Reset(ctx context.Context) error
Reset calls the Reset RPC.
func (*CodecClient) SetAudioPresentation ¶
func (c *CodecClient) SetAudioPresentation(ctx context.Context, arg0 int64) error
SetAudioPresentation calls the SetAudioPresentation RPC.
func (*CodecClient) SetCallback ¶
func (c *CodecClient) SetCallback(ctx context.Context, arg0 int64) error
SetCallback calls the SetCallback RPC.
func (*CodecClient) SetInputSurface ¶
func (c *CodecClient) SetInputSurface(ctx context.Context, arg0 int64) error
SetInputSurface calls the SetInputSurface RPC.
func (*CodecClient) SetOutputSurface ¶
func (c *CodecClient) SetOutputSurface(ctx context.Context, arg0 int64) error
SetOutputSurface calls the SetOutputSurface RPC.
func (*CodecClient) SetParameters ¶
func (c *CodecClient) SetParameters(ctx context.Context, arg0 int64) error
SetParameters calls the SetParameters RPC.
func (*CodecClient) SetVideoScalingMode ¶
func (c *CodecClient) SetVideoScalingMode(ctx context.Context, arg0 int32) error
SetVideoScalingMode calls the SetVideoScalingMode RPC.
func (*CodecClient) SignalEndOfInputStream ¶
func (c *CodecClient) SignalEndOfInputStream(ctx context.Context) error
SignalEndOfInputStream calls the SignalEndOfInputStream RPC.
type CodecCodecExceptionClient ¶
type CodecCodecExceptionClient struct {
// contains filtered or unexported fields
}
CodecCodecExceptionClient wraps the gRPC CodecCodecExceptionService client.
func NewCodecCodecExceptionClient ¶
func NewCodecCodecExceptionClient(cc grpc.ClientConnInterface) *CodecCodecExceptionClient
NewCodecCodecExceptionClient creates a new CodecCodecException client.
func (*CodecCodecExceptionClient) GetDiagnosticInfo ¶
func (c *CodecCodecExceptionClient) GetDiagnosticInfo(ctx context.Context) (string, error)
GetDiagnosticInfo calls the GetDiagnosticInfo RPC.
func (*CodecCodecExceptionClient) GetErrorCode ¶
func (c *CodecCodecExceptionClient) GetErrorCode(ctx context.Context) (int32, error)
GetErrorCode calls the GetErrorCode RPC.
func (*CodecCodecExceptionClient) IsRecoverable ¶
func (c *CodecCodecExceptionClient) IsRecoverable(ctx context.Context) (bool, error)
IsRecoverable calls the IsRecoverable RPC.
func (*CodecCodecExceptionClient) IsTransient ¶
func (c *CodecCodecExceptionClient) IsTransient(ctx context.Context) (bool, error)
IsTransient calls the IsTransient RPC.
type CodecCryptoExceptionClient ¶
type CodecCryptoExceptionClient struct {
// contains filtered or unexported fields
}
CodecCryptoExceptionClient wraps the gRPC CodecCryptoExceptionService client.
func NewCodecCryptoExceptionClient ¶
func NewCodecCryptoExceptionClient(cc grpc.ClientConnInterface) *CodecCryptoExceptionClient
NewCodecCryptoExceptionClient creates a new CodecCryptoException client.
func (*CodecCryptoExceptionClient) GetCryptoInfo ¶
func (c *CodecCryptoExceptionClient) GetCryptoInfo(ctx context.Context) (int64, error)
GetCryptoInfo calls the GetCryptoInfo RPC.
func (*CodecCryptoExceptionClient) GetErrorCode ¶
func (c *CodecCryptoExceptionClient) GetErrorCode(ctx context.Context) (int32, error)
GetErrorCode calls the GetErrorCode RPC.
func (*CodecCryptoExceptionClient) GetErrorContext ¶
func (c *CodecCryptoExceptionClient) GetErrorContext(ctx context.Context) (int32, error)
GetErrorContext calls the GetErrorContext RPC.
func (*CodecCryptoExceptionClient) GetOemError ¶
func (c *CodecCryptoExceptionClient) GetOemError(ctx context.Context) (int32, error)
GetOemError calls the GetOemError RPC.
func (*CodecCryptoExceptionClient) GetVendorError ¶
func (c *CodecCryptoExceptionClient) GetVendorError(ctx context.Context) (int32, error)
GetVendorError calls the GetVendorError RPC.
type CodecCryptoInfoClient ¶
type CodecCryptoInfoClient struct {
// contains filtered or unexported fields
}
CodecCryptoInfoClient wraps the gRPC CodecCryptoInfoService client.
func NewCodecCryptoInfoClient ¶
func NewCodecCryptoInfoClient(cc grpc.ClientConnInterface) *CodecCryptoInfoClient
NewCodecCryptoInfoClient creates a new CodecCryptoInfo client.
func (*CodecCryptoInfoClient) GetPattern ¶
func (c *CodecCryptoInfoClient) GetPattern(ctx context.Context) (int64, error)
GetPattern calls the GetPattern RPC.
func (*CodecCryptoInfoClient) Set ¶
func (c *CodecCryptoInfoClient) Set(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 int64, arg4 int64, arg5 int32) error
Set calls the Set RPC.
func (*CodecCryptoInfoClient) SetPattern ¶
func (c *CodecCryptoInfoClient) SetPattern(ctx context.Context, arg0 int64) error
SetPattern calls the SetPattern RPC.
type CodecInfoAudioCapabilitiesClient ¶
type CodecInfoAudioCapabilitiesClient struct {
// contains filtered or unexported fields
}
CodecInfoAudioCapabilitiesClient wraps the gRPC CodecInfoAudioCapabilitiesService client.
func NewCodecInfoAudioCapabilitiesClient ¶
func NewCodecInfoAudioCapabilitiesClient(cc grpc.ClientConnInterface) *CodecInfoAudioCapabilitiesClient
NewCodecInfoAudioCapabilitiesClient creates a new CodecInfoAudioCapabilities client.
func (*CodecInfoAudioCapabilitiesClient) GetBitrateRange ¶
func (c *CodecInfoAudioCapabilitiesClient) GetBitrateRange(ctx context.Context) (int64, error)
GetBitrateRange calls the GetBitrateRange RPC.
func (*CodecInfoAudioCapabilitiesClient) GetInputChannelCountRanges ¶
func (c *CodecInfoAudioCapabilitiesClient) GetInputChannelCountRanges(ctx context.Context) (int64, error)
GetInputChannelCountRanges calls the GetInputChannelCountRanges RPC.
func (*CodecInfoAudioCapabilitiesClient) GetMaxInputChannelCount ¶
func (c *CodecInfoAudioCapabilitiesClient) GetMaxInputChannelCount(ctx context.Context) (int32, error)
GetMaxInputChannelCount calls the GetMaxInputChannelCount RPC.
func (*CodecInfoAudioCapabilitiesClient) GetMinInputChannelCount ¶
func (c *CodecInfoAudioCapabilitiesClient) GetMinInputChannelCount(ctx context.Context) (int32, error)
GetMinInputChannelCount calls the GetMinInputChannelCount RPC.
func (*CodecInfoAudioCapabilitiesClient) GetSupportedSampleRateRanges ¶
func (c *CodecInfoAudioCapabilitiesClient) GetSupportedSampleRateRanges(ctx context.Context) (int64, error)
GetSupportedSampleRateRanges calls the GetSupportedSampleRateRanges RPC.
func (*CodecInfoAudioCapabilitiesClient) GetSupportedSampleRates ¶
func (c *CodecInfoAudioCapabilitiesClient) GetSupportedSampleRates(ctx context.Context) (int64, error)
GetSupportedSampleRates calls the GetSupportedSampleRates RPC.
func (*CodecInfoAudioCapabilitiesClient) IsSampleRateSupported ¶
func (c *CodecInfoAudioCapabilitiesClient) IsSampleRateSupported(ctx context.Context, arg0 int32) (bool, error)
IsSampleRateSupported calls the IsSampleRateSupported RPC.
type CodecInfoClient ¶
type CodecInfoClient struct {
// contains filtered or unexported fields
}
CodecInfoClient wraps the gRPC CodecInfoService client.
func NewCodecInfoClient ¶
func NewCodecInfoClient(cc grpc.ClientConnInterface) *CodecInfoClient
NewCodecInfoClient creates a new CodecInfo client.
func (*CodecInfoClient) GetCanonicalName ¶
func (c *CodecInfoClient) GetCanonicalName(ctx context.Context) (string, error)
GetCanonicalName calls the GetCanonicalName RPC.
func (*CodecInfoClient) GetCapabilitiesForType ¶
GetCapabilitiesForType calls the GetCapabilitiesForType RPC.
func (*CodecInfoClient) GetName ¶
func (c *CodecInfoClient) GetName(ctx context.Context) (string, error)
GetName calls the GetName RPC.
func (*CodecInfoClient) GetSecurityModel ¶
func (c *CodecInfoClient) GetSecurityModel(ctx context.Context) (int32, error)
GetSecurityModel calls the GetSecurityModel RPC.
func (*CodecInfoClient) GetSupportedTypes ¶
func (c *CodecInfoClient) GetSupportedTypes(ctx context.Context) (int64, error)
GetSupportedTypes calls the GetSupportedTypes RPC.
func (*CodecInfoClient) IsAlias ¶
func (c *CodecInfoClient) IsAlias(ctx context.Context) (bool, error)
IsAlias calls the IsAlias RPC.
func (*CodecInfoClient) IsEncoder ¶
func (c *CodecInfoClient) IsEncoder(ctx context.Context) (bool, error)
IsEncoder calls the IsEncoder RPC.
func (*CodecInfoClient) IsHardwareAccelerated ¶
func (c *CodecInfoClient) IsHardwareAccelerated(ctx context.Context) (bool, error)
IsHardwareAccelerated calls the IsHardwareAccelerated RPC.
func (*CodecInfoClient) IsSoftwareOnly ¶
func (c *CodecInfoClient) IsSoftwareOnly(ctx context.Context) (bool, error)
IsSoftwareOnly calls the IsSoftwareOnly RPC.
type CodecInfoCodecCapabilitiesClient ¶
type CodecInfoCodecCapabilitiesClient struct {
// contains filtered or unexported fields
}
CodecInfoCodecCapabilitiesClient wraps the gRPC CodecInfoCodecCapabilitiesService client.
func NewCodecInfoCodecCapabilitiesClient ¶
func NewCodecInfoCodecCapabilitiesClient(cc grpc.ClientConnInterface) *CodecInfoCodecCapabilitiesClient
NewCodecInfoCodecCapabilitiesClient creates a new CodecInfoCodecCapabilities client.
func (*CodecInfoCodecCapabilitiesClient) CreateFromProfileLevel ¶
func (c *CodecInfoCodecCapabilitiesClient) CreateFromProfileLevel(ctx context.Context, arg0 string, arg1 int32, arg2 int32) (int64, error)
CreateFromProfileLevel calls the CreateFromProfileLevel RPC.
func (*CodecInfoCodecCapabilitiesClient) GetAudioCapabilities ¶
func (c *CodecInfoCodecCapabilitiesClient) GetAudioCapabilities(ctx context.Context) (int64, error)
GetAudioCapabilities calls the GetAudioCapabilities RPC.
func (*CodecInfoCodecCapabilitiesClient) GetDefaultFormat ¶
func (c *CodecInfoCodecCapabilitiesClient) GetDefaultFormat(ctx context.Context) (int64, error)
GetDefaultFormat calls the GetDefaultFormat RPC.
func (*CodecInfoCodecCapabilitiesClient) GetEncoderCapabilities ¶
func (c *CodecInfoCodecCapabilitiesClient) GetEncoderCapabilities(ctx context.Context) (int64, error)
GetEncoderCapabilities calls the GetEncoderCapabilities RPC.
func (*CodecInfoCodecCapabilitiesClient) GetMaxSupportedInstances ¶
func (c *CodecInfoCodecCapabilitiesClient) GetMaxSupportedInstances(ctx context.Context) (int32, error)
GetMaxSupportedInstances calls the GetMaxSupportedInstances RPC.
func (*CodecInfoCodecCapabilitiesClient) GetMimeType ¶
func (c *CodecInfoCodecCapabilitiesClient) GetMimeType(ctx context.Context) (string, error)
GetMimeType calls the GetMimeType RPC.
func (*CodecInfoCodecCapabilitiesClient) GetVideoCapabilities ¶
func (c *CodecInfoCodecCapabilitiesClient) GetVideoCapabilities(ctx context.Context) (int64, error)
GetVideoCapabilities calls the GetVideoCapabilities RPC.
func (*CodecInfoCodecCapabilitiesClient) IsFeatureRequired ¶
func (c *CodecInfoCodecCapabilitiesClient) IsFeatureRequired(ctx context.Context, arg0 string) (bool, error)
IsFeatureRequired calls the IsFeatureRequired RPC.
func (*CodecInfoCodecCapabilitiesClient) IsFeatureSupported ¶
func (c *CodecInfoCodecCapabilitiesClient) IsFeatureSupported(ctx context.Context, arg0 string) (bool, error)
IsFeatureSupported calls the IsFeatureSupported RPC.
func (*CodecInfoCodecCapabilitiesClient) IsFormatSupported ¶
func (c *CodecInfoCodecCapabilitiesClient) IsFormatSupported(ctx context.Context, arg0 int64) (bool, error)
IsFormatSupported calls the IsFormatSupported RPC.
type CodecInfoCodecProfileLevelClient ¶
type CodecInfoCodecProfileLevelClient struct {
// contains filtered or unexported fields
}
CodecInfoCodecProfileLevelClient wraps the gRPC CodecInfoCodecProfileLevelService client.
func NewCodecInfoCodecProfileLevelClient ¶
func NewCodecInfoCodecProfileLevelClient(cc grpc.ClientConnInterface) *CodecInfoCodecProfileLevelClient
NewCodecInfoCodecProfileLevelClient creates a new CodecInfoCodecProfileLevel client.
type CodecInfoEncoderCapabilitiesClient ¶
type CodecInfoEncoderCapabilitiesClient struct {
// contains filtered or unexported fields
}
CodecInfoEncoderCapabilitiesClient wraps the gRPC CodecInfoEncoderCapabilitiesService client.
func NewCodecInfoEncoderCapabilitiesClient ¶
func NewCodecInfoEncoderCapabilitiesClient(cc grpc.ClientConnInterface) *CodecInfoEncoderCapabilitiesClient
NewCodecInfoEncoderCapabilitiesClient creates a new CodecInfoEncoderCapabilities client.
func (*CodecInfoEncoderCapabilitiesClient) GetComplexityRange ¶
func (c *CodecInfoEncoderCapabilitiesClient) GetComplexityRange(ctx context.Context) (int64, error)
GetComplexityRange calls the GetComplexityRange RPC.
func (*CodecInfoEncoderCapabilitiesClient) GetQualityRange ¶
func (c *CodecInfoEncoderCapabilitiesClient) GetQualityRange(ctx context.Context) (int64, error)
GetQualityRange calls the GetQualityRange RPC.
func (*CodecInfoEncoderCapabilitiesClient) IsBitrateModeSupported ¶
func (c *CodecInfoEncoderCapabilitiesClient) IsBitrateModeSupported(ctx context.Context, arg0 int32) (bool, error)
IsBitrateModeSupported calls the IsBitrateModeSupported RPC.
type CodecInfoVideoCapabilitiesClient ¶
type CodecInfoVideoCapabilitiesClient struct {
// contains filtered or unexported fields
}
CodecInfoVideoCapabilitiesClient wraps the gRPC CodecInfoVideoCapabilitiesService client.
func NewCodecInfoVideoCapabilitiesClient ¶
func NewCodecInfoVideoCapabilitiesClient(cc grpc.ClientConnInterface) *CodecInfoVideoCapabilitiesClient
NewCodecInfoVideoCapabilitiesClient creates a new CodecInfoVideoCapabilities client.
func (*CodecInfoVideoCapabilitiesClient) AreSizeAndRateSupported ¶
func (c *CodecInfoVideoCapabilitiesClient) AreSizeAndRateSupported(ctx context.Context, arg0 int32, arg1 int32, arg2 float64) (bool, error)
AreSizeAndRateSupported calls the AreSizeAndRateSupported RPC.
func (*CodecInfoVideoCapabilitiesClient) GetAchievableFrameRatesFor ¶
func (c *CodecInfoVideoCapabilitiesClient) GetAchievableFrameRatesFor(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
GetAchievableFrameRatesFor calls the GetAchievableFrameRatesFor RPC.
func (*CodecInfoVideoCapabilitiesClient) GetBitrateRange ¶
func (c *CodecInfoVideoCapabilitiesClient) GetBitrateRange(ctx context.Context) (int64, error)
GetBitrateRange calls the GetBitrateRange RPC.
func (*CodecInfoVideoCapabilitiesClient) GetHeightAlignment ¶
func (c *CodecInfoVideoCapabilitiesClient) GetHeightAlignment(ctx context.Context) (int32, error)
GetHeightAlignment calls the GetHeightAlignment RPC.
func (*CodecInfoVideoCapabilitiesClient) GetSupportedFrameRates ¶
func (c *CodecInfoVideoCapabilitiesClient) GetSupportedFrameRates(ctx context.Context) (int64, error)
GetSupportedFrameRates calls the GetSupportedFrameRates RPC.
func (*CodecInfoVideoCapabilitiesClient) GetSupportedFrameRatesFor ¶
func (c *CodecInfoVideoCapabilitiesClient) GetSupportedFrameRatesFor(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
GetSupportedFrameRatesFor calls the GetSupportedFrameRatesFor RPC.
func (*CodecInfoVideoCapabilitiesClient) GetSupportedHeights ¶
func (c *CodecInfoVideoCapabilitiesClient) GetSupportedHeights(ctx context.Context) (int64, error)
GetSupportedHeights calls the GetSupportedHeights RPC.
func (*CodecInfoVideoCapabilitiesClient) GetSupportedHeightsFor ¶
func (c *CodecInfoVideoCapabilitiesClient) GetSupportedHeightsFor(ctx context.Context, arg0 int32) (int64, error)
GetSupportedHeightsFor calls the GetSupportedHeightsFor RPC.
func (*CodecInfoVideoCapabilitiesClient) GetSupportedPerformancePoints ¶
func (c *CodecInfoVideoCapabilitiesClient) GetSupportedPerformancePoints(ctx context.Context) (int64, error)
GetSupportedPerformancePoints calls the GetSupportedPerformancePoints RPC.
func (*CodecInfoVideoCapabilitiesClient) GetSupportedWidths ¶
func (c *CodecInfoVideoCapabilitiesClient) GetSupportedWidths(ctx context.Context) (int64, error)
GetSupportedWidths calls the GetSupportedWidths RPC.
func (*CodecInfoVideoCapabilitiesClient) GetSupportedWidthsFor ¶
func (c *CodecInfoVideoCapabilitiesClient) GetSupportedWidthsFor(ctx context.Context, arg0 int32) (int64, error)
GetSupportedWidthsFor calls the GetSupportedWidthsFor RPC.
func (*CodecInfoVideoCapabilitiesClient) GetWidthAlignment ¶
func (c *CodecInfoVideoCapabilitiesClient) GetWidthAlignment(ctx context.Context) (int32, error)
GetWidthAlignment calls the GetWidthAlignment RPC.
func (*CodecInfoVideoCapabilitiesClient) IsSizeSupported ¶
func (c *CodecInfoVideoCapabilitiesClient) IsSizeSupported(ctx context.Context, arg0 int32, arg1 int32) (bool, error)
IsSizeSupported calls the IsSizeSupported RPC.
type CodecLinearBlockClient ¶
type CodecLinearBlockClient struct {
// contains filtered or unexported fields
}
CodecLinearBlockClient wraps the gRPC CodecLinearBlockService client.
func NewCodecLinearBlockClient ¶
func NewCodecLinearBlockClient(cc grpc.ClientConnInterface) *CodecLinearBlockClient
NewCodecLinearBlockClient creates a new CodecLinearBlock client.
func (*CodecLinearBlockClient) IsCodecCopyFreeCompatible ¶
func (c *CodecLinearBlockClient) IsCodecCopyFreeCompatible(ctx context.Context, arg0 int64) (bool, error)
IsCodecCopyFreeCompatible calls the IsCodecCopyFreeCompatible RPC.
func (*CodecLinearBlockClient) IsMappable ¶
func (c *CodecLinearBlockClient) IsMappable(ctx context.Context) (bool, error)
IsMappable calls the IsMappable RPC.
func (*CodecLinearBlockClient) Map ¶
func (c *CodecLinearBlockClient) Map(ctx context.Context) (int64, error)
Map calls the Map RPC.
type CodecListClient ¶
type CodecListClient struct {
// contains filtered or unexported fields
}
CodecListClient wraps the gRPC CodecListService client.
func NewCodecListClient ¶
func NewCodecListClient(cc grpc.ClientConnInterface) *CodecListClient
NewCodecListClient creates a new CodecList client.
func (*CodecListClient) FindDecoderForFormat ¶
func (c *CodecListClient) FindDecoderForFormat(ctx context.Context, handle int64, arg0 int64) (string, error)
FindDecoderForFormat calls the FindDecoderForFormat RPC.
func (*CodecListClient) FindEncoderForFormat ¶
func (c *CodecListClient) FindEncoderForFormat(ctx context.Context, handle int64, arg0 int64) (string, error)
FindEncoderForFormat calls the FindEncoderForFormat RPC.
func (*CodecListClient) GetCodecCount ¶
GetCodecCount calls the GetCodecCount RPC.
func (*CodecListClient) GetCodecInfoAt ¶
func (c *CodecListClient) GetCodecInfoAt(ctx context.Context, handle int64, arg0 int32) (int64, error)
GetCodecInfoAt calls the GetCodecInfoAt RPC.
func (*CodecListClient) GetCodecInfos ¶
GetCodecInfos calls the GetCodecInfos RPC.
type CodecOnFirstTunnelFrameReadyListenerClient ¶
type CodecOnFirstTunnelFrameReadyListenerClient struct {
// contains filtered or unexported fields
}
CodecOnFirstTunnelFrameReadyListenerClient wraps the gRPC CodecOnFirstTunnelFrameReadyListenerService client.
func NewCodecOnFirstTunnelFrameReadyListenerClient ¶
func NewCodecOnFirstTunnelFrameReadyListenerClient(cc grpc.ClientConnInterface) *CodecOnFirstTunnelFrameReadyListenerClient
NewCodecOnFirstTunnelFrameReadyListenerClient creates a new CodecOnFirstTunnelFrameReadyListener client.
func (*CodecOnFirstTunnelFrameReadyListenerClient) OnFirstTunnelFrameReady ¶
func (c *CodecOnFirstTunnelFrameReadyListenerClient) OnFirstTunnelFrameReady(ctx context.Context, arg0 int64) error
OnFirstTunnelFrameReady calls the OnFirstTunnelFrameReady RPC.
type CodecOnFrameRenderedListenerClient ¶
type CodecOnFrameRenderedListenerClient struct {
// contains filtered or unexported fields
}
CodecOnFrameRenderedListenerClient wraps the gRPC CodecOnFrameRenderedListenerService client.
func NewCodecOnFrameRenderedListenerClient ¶
func NewCodecOnFrameRenderedListenerClient(cc grpc.ClientConnInterface) *CodecOnFrameRenderedListenerClient
NewCodecOnFrameRenderedListenerClient creates a new CodecOnFrameRenderedListener client.
func (*CodecOnFrameRenderedListenerClient) OnFrameRendered ¶
func (c *CodecOnFrameRenderedListenerClient) OnFrameRendered(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
OnFrameRendered calls the OnFrameRendered RPC.
type CodecOutputFrameClient ¶
type CodecOutputFrameClient struct {
// contains filtered or unexported fields
}
CodecOutputFrameClient wraps the gRPC CodecOutputFrameService client.
func NewCodecOutputFrameClient ¶
func NewCodecOutputFrameClient(cc grpc.ClientConnInterface) *CodecOutputFrameClient
NewCodecOutputFrameClient creates a new CodecOutputFrame client.
func (*CodecOutputFrameClient) GetBufferInfos ¶
func (c *CodecOutputFrameClient) GetBufferInfos(ctx context.Context) (int64, error)
GetBufferInfos calls the GetBufferInfos RPC.
func (*CodecOutputFrameClient) GetChangedKeys ¶
func (c *CodecOutputFrameClient) GetChangedKeys(ctx context.Context) (int64, error)
GetChangedKeys calls the GetChangedKeys RPC.
func (*CodecOutputFrameClient) GetFlags ¶
func (c *CodecOutputFrameClient) GetFlags(ctx context.Context) (int32, error)
GetFlags calls the GetFlags RPC.
func (*CodecOutputFrameClient) GetFormat ¶
func (c *CodecOutputFrameClient) GetFormat(ctx context.Context) (int64, error)
GetFormat calls the GetFormat RPC.
func (*CodecOutputFrameClient) GetHardwareBuffer ¶
func (c *CodecOutputFrameClient) GetHardwareBuffer(ctx context.Context) (int64, error)
GetHardwareBuffer calls the GetHardwareBuffer RPC.
func (*CodecOutputFrameClient) GetLinearBlock ¶
func (c *CodecOutputFrameClient) GetLinearBlock(ctx context.Context) (int64, error)
GetLinearBlock calls the GetLinearBlock RPC.
func (*CodecOutputFrameClient) GetPresentationTimeUs ¶
func (c *CodecOutputFrameClient) GetPresentationTimeUs(ctx context.Context) (int64, error)
GetPresentationTimeUs calls the GetPresentationTimeUs RPC.
type CodecParameterDescriptorClient ¶
type CodecParameterDescriptorClient struct {
// contains filtered or unexported fields
}
CodecParameterDescriptorClient wraps the gRPC CodecParameterDescriptorService client.
func NewCodecParameterDescriptorClient ¶
func NewCodecParameterDescriptorClient(cc grpc.ClientConnInterface) *CodecParameterDescriptorClient
NewCodecParameterDescriptorClient creates a new CodecParameterDescriptor client.
func (*CodecParameterDescriptorClient) GetName ¶
func (c *CodecParameterDescriptorClient) GetName(ctx context.Context) (string, error)
GetName calls the GetName RPC.
type CodecQueueRequestClient ¶
type CodecQueueRequestClient struct {
// contains filtered or unexported fields
}
CodecQueueRequestClient wraps the gRPC CodecQueueRequestService client.
func NewCodecQueueRequestClient ¶
func NewCodecQueueRequestClient(cc grpc.ClientConnInterface) *CodecQueueRequestClient
NewCodecQueueRequestClient creates a new CodecQueueRequest client.
func (*CodecQueueRequestClient) Queue ¶
func (c *CodecQueueRequestClient) Queue(ctx context.Context) error
Queue calls the Queue RPC.
func (*CodecQueueRequestClient) SetEncryptedLinearBlock ¶
func (c *CodecQueueRequestClient) SetEncryptedLinearBlock(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int64) (int64, error)
SetEncryptedLinearBlock calls the SetEncryptedLinearBlock RPC.
func (*CodecQueueRequestClient) SetFloatParameter ¶
func (c *CodecQueueRequestClient) SetFloatParameter(ctx context.Context, arg0 string, arg1 float32) (int64, error)
SetFloatParameter calls the SetFloatParameter RPC.
func (*CodecQueueRequestClient) SetHardwareBuffer ¶
SetHardwareBuffer calls the SetHardwareBuffer RPC.
func (*CodecQueueRequestClient) SetIntegerParameter ¶
func (c *CodecQueueRequestClient) SetIntegerParameter(ctx context.Context, arg0 string, arg1 int32) (int64, error)
SetIntegerParameter calls the SetIntegerParameter RPC.
func (*CodecQueueRequestClient) SetLinearBlock ¶
func (c *CodecQueueRequestClient) SetLinearBlock(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int64, error)
SetLinearBlock calls the SetLinearBlock RPC.
func (*CodecQueueRequestClient) SetLongParameter ¶
func (c *CodecQueueRequestClient) SetLongParameter(ctx context.Context, arg0 string, arg1 int64) (int64, error)
SetLongParameter calls the SetLongParameter RPC.
func (*CodecQueueRequestClient) SetPresentationTimeUs ¶
func (c *CodecQueueRequestClient) SetPresentationTimeUs(ctx context.Context, arg0 int64) (int64, error)
SetPresentationTimeUs calls the SetPresentationTimeUs RPC.
func (*CodecQueueRequestClient) SetStringParameter ¶
func (c *CodecQueueRequestClient) SetStringParameter(ctx context.Context, arg0 string, arg1 string) (int64, error)
SetStringParameter calls the SetStringParameter RPC.
type CommunicationManagerClient ¶
type CommunicationManagerClient struct {
// contains filtered or unexported fields
}
CommunicationManagerClient wraps the gRPC CommunicationManagerService client.
func NewCommunicationManagerClient ¶
func NewCommunicationManagerClient(cc grpc.ClientConnInterface) *CommunicationManagerClient
NewCommunicationManagerClient creates a new CommunicationManager client.
func (*CommunicationManagerClient) GetSession2Tokens ¶
func (c *CommunicationManagerClient) GetSession2Tokens(ctx context.Context) (int64, error)
GetSession2Tokens calls the GetSession2Tokens RPC.
func (*CommunicationManagerClient) GetVersion ¶
func (c *CommunicationManagerClient) GetVersion(ctx context.Context) (int32, error)
GetVersion calls the GetVersion RPC.
type Controller2BuilderClient ¶
type Controller2BuilderClient struct {
// contains filtered or unexported fields
}
Controller2BuilderClient wraps the gRPC Controller2BuilderService client.
func NewController2BuilderClient ¶
func NewController2BuilderClient(cc grpc.ClientConnInterface) *Controller2BuilderClient
NewController2BuilderClient creates a new Controller2Builder client.
func (*Controller2BuilderClient) Build ¶
func (c *Controller2BuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*Controller2BuilderClient) SetConnectionHints ¶
func (c *Controller2BuilderClient) SetConnectionHints(ctx context.Context, arg0 int64) (int64, error)
SetConnectionHints calls the SetConnectionHints RPC.
func (*Controller2BuilderClient) SetControllerCallback ¶
func (c *Controller2BuilderClient) SetControllerCallback(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
SetControllerCallback calls the SetControllerCallback RPC.
type Controller2Client ¶
type Controller2Client struct {
// contains filtered or unexported fields
}
Controller2Client wraps the gRPC Controller2Service client.
func NewController2Client ¶
func NewController2Client(cc grpc.ClientConnInterface) *Controller2Client
NewController2Client creates a new Controller2 client.
func (*Controller2Client) CancelSessionCommand ¶
func (c *Controller2Client) CancelSessionCommand(ctx context.Context, arg0 int64) error
CancelSessionCommand calls the CancelSessionCommand RPC.
func (*Controller2Client) Close ¶
func (c *Controller2Client) Close(ctx context.Context) error
Close calls the Close RPC.
func (*Controller2Client) GetConnectedToken ¶
func (c *Controller2Client) GetConnectedToken(ctx context.Context) (int64, error)
GetConnectedToken calls the GetConnectedToken RPC.
func (*Controller2Client) IsPlaybackActive ¶
func (c *Controller2Client) IsPlaybackActive(ctx context.Context) (bool, error)
IsPlaybackActive calls the IsPlaybackActive RPC.
func (*Controller2Client) SendSessionCommand ¶
func (c *Controller2Client) SendSessionCommand(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
SendSessionCommand calls the SendSessionCommand RPC.
type Controller2ControllerCallbackClient ¶
type Controller2ControllerCallbackClient struct {
// contains filtered or unexported fields
}
Controller2ControllerCallbackClient wraps the gRPC Controller2ControllerCallbackService client.
func NewController2ControllerCallbackClient ¶
func NewController2ControllerCallbackClient(cc grpc.ClientConnInterface) *Controller2ControllerCallbackClient
NewController2ControllerCallbackClient creates a new Controller2ControllerCallback client.
func (*Controller2ControllerCallbackClient) OnCommandResult ¶
func (c *Controller2ControllerCallbackClient) OnCommandResult(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64) error
OnCommandResult calls the OnCommandResult RPC.
func (*Controller2ControllerCallbackClient) OnConnected ¶
func (c *Controller2ControllerCallbackClient) OnConnected(ctx context.Context, arg0 int64, arg1 int64) error
OnConnected calls the OnConnected RPC.
func (*Controller2ControllerCallbackClient) OnDisconnected ¶
func (c *Controller2ControllerCallbackClient) OnDisconnected(ctx context.Context, arg0 int64) error
OnDisconnected calls the OnDisconnected RPC.
func (*Controller2ControllerCallbackClient) OnPlaybackActiveChanged ¶
func (c *Controller2ControllerCallbackClient) OnPlaybackActiveChanged(ctx context.Context, arg0 int64, arg1 bool) error
OnPlaybackActiveChanged calls the OnPlaybackActiveChanged RPC.
func (*Controller2ControllerCallbackClient) OnSessionCommand ¶
func (c *Controller2ControllerCallbackClient) OnSessionCommand(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
OnSessionCommand calls the OnSessionCommand RPC.
type CryptoClient ¶
type CryptoClient struct {
// contains filtered or unexported fields
}
CryptoClient wraps the gRPC CryptoService client.
func NewCryptoClient ¶
func NewCryptoClient(cc grpc.ClientConnInterface) *CryptoClient
NewCryptoClient creates a new Crypto client.
func (*CryptoClient) IsCryptoSchemeSupported ¶
func (c *CryptoClient) IsCryptoSchemeSupported(ctx context.Context, handle int64, arg0 int64) (bool, error)
IsCryptoSchemeSupported calls the IsCryptoSchemeSupported RPC.
func (*CryptoClient) Release ¶
func (c *CryptoClient) Release(ctx context.Context, handle int64) error
Release calls the Release RPC.
func (*CryptoClient) RequiresSecureDecoderComponent ¶
func (c *CryptoClient) RequiresSecureDecoderComponent(ctx context.Context, handle int64, arg0 string) (bool, error)
RequiresSecureDecoderComponent calls the RequiresSecureDecoderComponent RPC.
func (*CryptoClient) SetMediaDrmSession ¶
SetMediaDrmSession calls the SetMediaDrmSession RPC.
type CryptoExceptionClient ¶
type CryptoExceptionClient struct {
// contains filtered or unexported fields
}
CryptoExceptionClient wraps the gRPC CryptoExceptionService client.
func NewCryptoExceptionClient ¶
func NewCryptoExceptionClient(cc grpc.ClientConnInterface) *CryptoExceptionClient
NewCryptoExceptionClient creates a new CryptoException client.
func (*CryptoExceptionClient) GetErrorContext ¶
GetErrorContext calls the GetErrorContext RPC.
func (*CryptoExceptionClient) GetOemError ¶
GetOemError calls the GetOemError RPC.
func (*CryptoExceptionClient) GetVendorError ¶
GetVendorError calls the GetVendorError RPC.
type DataSourceClient ¶
type DataSourceClient struct {
// contains filtered or unexported fields
}
DataSourceClient wraps the gRPC DataSourceService client.
func NewDataSourceClient ¶
func NewDataSourceClient(cc grpc.ClientConnInterface) *DataSourceClient
NewDataSourceClient creates a new DataSource client.
type DescramblerClient ¶
type DescramblerClient struct {
// contains filtered or unexported fields
}
DescramblerClient wraps the gRPC DescramblerService client.
func NewDescramblerClient ¶
func NewDescramblerClient(cc grpc.ClientConnInterface) *DescramblerClient
NewDescramblerClient creates a new Descrambler client.
func (*DescramblerClient) Close ¶
func (c *DescramblerClient) Close(ctx context.Context, handle int64) error
Close calls the Close RPC.
func (*DescramblerClient) RequiresSecureDecoderComponent ¶
func (c *DescramblerClient) RequiresSecureDecoderComponent(ctx context.Context, handle int64, arg0 string) (bool, error)
RequiresSecureDecoderComponent calls the RequiresSecureDecoderComponent RPC.
func (*DescramblerClient) SetMediaCasSession ¶
SetMediaCasSession calls the SetMediaCasSession RPC.
type DescriptionBuilderClient ¶
type DescriptionBuilderClient struct {
// contains filtered or unexported fields
}
DescriptionBuilderClient wraps the gRPC DescriptionBuilderService client.
func NewDescriptionBuilderClient ¶
func NewDescriptionBuilderClient(cc grpc.ClientConnInterface) *DescriptionBuilderClient
NewDescriptionBuilderClient creates a new DescriptionBuilder client.
func (*DescriptionBuilderClient) Build ¶
func (c *DescriptionBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*DescriptionBuilderClient) SetDescription ¶
SetDescription calls the SetDescription RPC.
func (*DescriptionBuilderClient) SetIconBitmap ¶
SetIconBitmap calls the SetIconBitmap RPC.
func (*DescriptionBuilderClient) SetIconUri ¶
SetIconUri calls the SetIconUri RPC.
func (*DescriptionBuilderClient) SetMediaId ¶
SetMediaId calls the SetMediaId RPC.
func (*DescriptionBuilderClient) SetMediaUri ¶
SetMediaUri calls the SetMediaUri RPC.
func (*DescriptionBuilderClient) SetSubtitle ¶
SetSubtitle calls the SetSubtitle RPC.
type DescriptionClient ¶
type DescriptionClient struct {
// contains filtered or unexported fields
}
DescriptionClient wraps the gRPC DescriptionService client.
func NewDescriptionClient ¶
func NewDescriptionClient(cc grpc.ClientConnInterface) *DescriptionClient
NewDescriptionClient creates a new Description client.
func (*DescriptionClient) DescribeContents ¶
func (c *DescriptionClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*DescriptionClient) GetDescription ¶
func (c *DescriptionClient) GetDescription(ctx context.Context) (int64, error)
GetDescription calls the GetDescription RPC.
func (*DescriptionClient) GetExtras ¶
func (c *DescriptionClient) GetExtras(ctx context.Context) (int64, error)
GetExtras calls the GetExtras RPC.
func (*DescriptionClient) GetIconBitmap ¶
func (c *DescriptionClient) GetIconBitmap(ctx context.Context) (int64, error)
GetIconBitmap calls the GetIconBitmap RPC.
func (*DescriptionClient) GetIconUri ¶
func (c *DescriptionClient) GetIconUri(ctx context.Context) (int64, error)
GetIconUri calls the GetIconUri RPC.
func (*DescriptionClient) GetMediaId ¶
func (c *DescriptionClient) GetMediaId(ctx context.Context) (string, error)
GetMediaId calls the GetMediaId RPC.
func (*DescriptionClient) GetMediaUri ¶
func (c *DescriptionClient) GetMediaUri(ctx context.Context) (int64, error)
GetMediaUri calls the GetMediaUri RPC.
func (*DescriptionClient) GetSubtitle ¶
func (c *DescriptionClient) GetSubtitle(ctx context.Context) (int64, error)
GetSubtitle calls the GetSubtitle RPC.
func (*DescriptionClient) GetTitle ¶
func (c *DescriptionClient) GetTitle(ctx context.Context) (int64, error)
GetTitle calls the GetTitle RPC.
func (*DescriptionClient) ToString ¶
func (c *DescriptionClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*DescriptionClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type DrmClient ¶
type DrmClient struct {
// contains filtered or unexported fields
}
DrmClient wraps the gRPC DrmService client.
func NewDrmClient ¶
func NewDrmClient(cc grpc.ClientConnInterface) *DrmClient
NewDrmClient creates a new Drm client.
func (*DrmClient) ClearOnEventListener ¶
ClearOnEventListener calls the ClearOnEventListener RPC.
func (*DrmClient) ClearOnExpirationUpdateListener ¶
ClearOnExpirationUpdateListener calls the ClearOnExpirationUpdateListener RPC.
func (*DrmClient) ClearOnKeyStatusChangeListener ¶
ClearOnKeyStatusChangeListener calls the ClearOnKeyStatusChangeListener RPC.
func (*DrmClient) ClearOnSessionLostStateListener ¶
ClearOnSessionLostStateListener calls the ClearOnSessionLostStateListener RPC.
func (*DrmClient) CloseSession ¶
CloseSession calls the CloseSession RPC.
func (*DrmClient) GetConnectedHdcpLevel ¶
GetConnectedHdcpLevel calls the GetConnectedHdcpLevel RPC.
func (*DrmClient) GetCryptoSession ¶
func (c *DrmClient) GetCryptoSession(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string) (int64, error)
GetCryptoSession calls the GetCryptoSession RPC.
func (*DrmClient) GetLogMessages ¶
GetLogMessages calls the GetLogMessages RPC.
func (*DrmClient) GetMaxHdcpLevel ¶
GetMaxHdcpLevel calls the GetMaxHdcpLevel RPC.
func (*DrmClient) GetMaxSecurityLevel ¶
GetMaxSecurityLevel calls the GetMaxSecurityLevel RPC.
func (*DrmClient) GetMaxSessionCount ¶
GetMaxSessionCount calls the GetMaxSessionCount RPC.
func (*DrmClient) GetMetrics ¶
GetMetrics calls the GetMetrics RPC.
func (*DrmClient) GetOfflineLicenseKeySetIds ¶
GetOfflineLicenseKeySetIds calls the GetOfflineLicenseKeySetIds RPC.
func (*DrmClient) GetOfflineLicenseState ¶
func (c *DrmClient) GetOfflineLicenseState(ctx context.Context, handle int64, arg0 int64) (int32, error)
GetOfflineLicenseState calls the GetOfflineLicenseState RPC.
func (*DrmClient) GetOpenSessionCount ¶
GetOpenSessionCount calls the GetOpenSessionCount RPC.
func (*DrmClient) GetPlaybackComponent ¶
func (c *DrmClient) GetPlaybackComponent(ctx context.Context, handle int64, arg0 int64) (int64, error)
GetPlaybackComponent calls the GetPlaybackComponent RPC.
func (*DrmClient) GetPropertyByteArray ¶
func (c *DrmClient) GetPropertyByteArray(ctx context.Context, handle int64, arg0 string) (int64, error)
GetPropertyByteArray calls the GetPropertyByteArray RPC.
func (*DrmClient) GetPropertyString ¶
func (c *DrmClient) GetPropertyString(ctx context.Context, handle int64, arg0 string) (string, error)
GetPropertyString calls the GetPropertyString RPC.
func (*DrmClient) GetProvisionRequest ¶
GetProvisionRequest calls the GetProvisionRequest RPC.
func (*DrmClient) GetSecureStop ¶
GetSecureStop calls the GetSecureStop RPC.
func (*DrmClient) GetSecureStopIds ¶
GetSecureStopIds calls the GetSecureStopIds RPC.
func (*DrmClient) GetSecureStops ¶
GetSecureStops calls the GetSecureStops RPC.
func (*DrmClient) GetSecurityLevel ¶
GetSecurityLevel calls the GetSecurityLevel RPC.
func (*DrmClient) GetSupportedCryptoSchemes ¶
GetSupportedCryptoSchemes calls the GetSupportedCryptoSchemes RPC.
func (*DrmClient) IsCryptoSchemeSupported1 ¶
func (c *DrmClient) IsCryptoSchemeSupported1(ctx context.Context, handle int64, arg0 int64) (bool, error)
IsCryptoSchemeSupported1 calls the IsCryptoSchemeSupported1 RPC.
func (*DrmClient) IsCryptoSchemeSupported2_1 ¶
func (c *DrmClient) IsCryptoSchemeSupported2_1(ctx context.Context, handle int64, arg0 int64, arg1 string) (bool, error)
IsCryptoSchemeSupported2_1 calls the IsCryptoSchemeSupported2_1 RPC.
func (*DrmClient) IsCryptoSchemeSupported3_2 ¶
func (c *DrmClient) IsCryptoSchemeSupported3_2(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 int32) (bool, error)
IsCryptoSchemeSupported3_2 calls the IsCryptoSchemeSupported3_2 RPC.
func (*DrmClient) OpenSession0 ¶
OpenSession0 calls the OpenSession0 RPC.
func (*DrmClient) OpenSession1_1 ¶
OpenSession1_1 calls the OpenSession1_1 RPC.
func (*DrmClient) ProvideKeyResponse ¶
func (c *DrmClient) ProvideKeyResponse(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
ProvideKeyResponse calls the ProvideKeyResponse RPC.
func (*DrmClient) ProvideProvisionResponse ¶
ProvideProvisionResponse calls the ProvideProvisionResponse RPC.
func (*DrmClient) ReleaseAllSecureStops ¶
ReleaseAllSecureStops calls the ReleaseAllSecureStops RPC.
func (*DrmClient) ReleaseSecureStops ¶
ReleaseSecureStops calls the ReleaseSecureStops RPC.
func (*DrmClient) RemoveAllSecureStops ¶
RemoveAllSecureStops calls the RemoveAllSecureStops RPC.
func (*DrmClient) RemoveKeys ¶
RemoveKeys calls the RemoveKeys RPC.
func (*DrmClient) RemoveOfflineLicense ¶
RemoveOfflineLicense calls the RemoveOfflineLicense RPC.
func (*DrmClient) RemoveSecureStop ¶
RemoveSecureStop calls the RemoveSecureStop RPC.
func (*DrmClient) RequiresSecureDecoder1 ¶
func (c *DrmClient) RequiresSecureDecoder1(ctx context.Context, handle int64, arg0 string) (bool, error)
RequiresSecureDecoder1 calls the RequiresSecureDecoder1 RPC.
func (*DrmClient) RequiresSecureDecoder2_1 ¶
func (c *DrmClient) RequiresSecureDecoder2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) (bool, error)
RequiresSecureDecoder2_1 calls the RequiresSecureDecoder2_1 RPC.
func (*DrmClient) RestoreKeys ¶
RestoreKeys calls the RestoreKeys RPC.
func (*DrmClient) SetOnEventListener1 ¶
SetOnEventListener1 calls the SetOnEventListener1 RPC.
func (*DrmClient) SetOnEventListener2_1 ¶
func (c *DrmClient) SetOnEventListener2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
SetOnEventListener2_1 calls the SetOnEventListener2_1 RPC.
func (*DrmClient) SetOnExpirationUpdateListener ¶
func (c *DrmClient) SetOnExpirationUpdateListener(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
SetOnExpirationUpdateListener calls the SetOnExpirationUpdateListener RPC.
func (*DrmClient) SetOnKeyStatusChangeListener ¶
func (c *DrmClient) SetOnKeyStatusChangeListener(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
SetOnKeyStatusChangeListener calls the SetOnKeyStatusChangeListener RPC.
func (*DrmClient) SetOnSessionLostStateListener ¶
func (c *DrmClient) SetOnSessionLostStateListener(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
SetOnSessionLostStateListener calls the SetOnSessionLostStateListener RPC.
type DrmCryptoSessionClient ¶
type DrmCryptoSessionClient struct {
// contains filtered or unexported fields
}
DrmCryptoSessionClient wraps the gRPC DrmCryptoSessionService client.
func NewDrmCryptoSessionClient ¶
func NewDrmCryptoSessionClient(cc grpc.ClientConnInterface) *DrmCryptoSessionClient
NewDrmCryptoSessionClient creates a new DrmCryptoSession client.
func (*DrmCryptoSessionClient) Decrypt ¶
func (c *DrmCryptoSessionClient) Decrypt(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
Decrypt calls the Decrypt RPC.
func (*DrmCryptoSessionClient) Encrypt ¶
func (c *DrmCryptoSessionClient) Encrypt(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
Encrypt calls the Encrypt RPC.
type DrmExceptionClient ¶
type DrmExceptionClient struct {
// contains filtered or unexported fields
}
DrmExceptionClient wraps the gRPC DrmExceptionService client.
func NewDrmExceptionClient ¶
func NewDrmExceptionClient(cc grpc.ClientConnInterface) *DrmExceptionClient
NewDrmExceptionClient creates a new DrmException client.
func (*DrmExceptionClient) GetErrorContext ¶
GetErrorContext calls the GetErrorContext RPC.
func (*DrmExceptionClient) GetOemError ¶
GetOemError calls the GetOemError RPC.
func (*DrmExceptionClient) GetVendorError ¶
GetVendorError calls the GetVendorError RPC.
type DrmInitDataClient ¶
type DrmInitDataClient struct {
// contains filtered or unexported fields
}
DrmInitDataClient wraps the gRPC DrmInitDataService client.
func NewDrmInitDataClient ¶
func NewDrmInitDataClient(cc grpc.ClientConnInterface) *DrmInitDataClient
NewDrmInitDataClient creates a new DrmInitData client.
func (*DrmInitDataClient) GetSchemeInitDataAt ¶
GetSchemeInitDataAt calls the GetSchemeInitDataAt RPC.
func (*DrmInitDataClient) GetSchemeInitDataCount ¶
func (c *DrmInitDataClient) GetSchemeInitDataCount(ctx context.Context) (int32, error)
GetSchemeInitDataCount calls the GetSchemeInitDataCount RPC.
type DrmInitDataSchemeInitDataClient ¶
type DrmInitDataSchemeInitDataClient struct {
// contains filtered or unexported fields
}
DrmInitDataSchemeInitDataClient wraps the gRPC DrmInitDataSchemeInitDataService client.
func NewDrmInitDataSchemeInitDataClient ¶
func NewDrmInitDataSchemeInitDataClient(cc grpc.ClientConnInterface) *DrmInitDataSchemeInitDataClient
NewDrmInitDataSchemeInitDataClient creates a new DrmInitDataSchemeInitData client.
type DrmKeyRequestClient ¶
type DrmKeyRequestClient struct {
// contains filtered or unexported fields
}
DrmKeyRequestClient wraps the gRPC DrmKeyRequestService client.
func NewDrmKeyRequestClient ¶
func NewDrmKeyRequestClient(cc grpc.ClientConnInterface) *DrmKeyRequestClient
NewDrmKeyRequestClient creates a new DrmKeyRequest client.
func (*DrmKeyRequestClient) GetData ¶
func (c *DrmKeyRequestClient) GetData(ctx context.Context) (int64, error)
GetData calls the GetData RPC.
func (*DrmKeyRequestClient) GetDefaultUrl ¶
func (c *DrmKeyRequestClient) GetDefaultUrl(ctx context.Context) (string, error)
GetDefaultUrl calls the GetDefaultUrl RPC.
func (*DrmKeyRequestClient) GetRequestType ¶
func (c *DrmKeyRequestClient) GetRequestType(ctx context.Context) (int32, error)
GetRequestType calls the GetRequestType RPC.
type DrmKeyStatusClient ¶
type DrmKeyStatusClient struct {
// contains filtered or unexported fields
}
DrmKeyStatusClient wraps the gRPC DrmKeyStatusService client.
func NewDrmKeyStatusClient ¶
func NewDrmKeyStatusClient(cc grpc.ClientConnInterface) *DrmKeyStatusClient
NewDrmKeyStatusClient creates a new DrmKeyStatus client.
func (*DrmKeyStatusClient) GetKeyId ¶
func (c *DrmKeyStatusClient) GetKeyId(ctx context.Context) (int64, error)
GetKeyId calls the GetKeyId RPC.
func (*DrmKeyStatusClient) GetStatusCode ¶
func (c *DrmKeyStatusClient) GetStatusCode(ctx context.Context) (int32, error)
GetStatusCode calls the GetStatusCode RPC.
type DrmLogMessageClient ¶
type DrmLogMessageClient struct {
// contains filtered or unexported fields
}
DrmLogMessageClient wraps the gRPC DrmLogMessageService client.
func NewDrmLogMessageClient ¶
func NewDrmLogMessageClient(cc grpc.ClientConnInterface) *DrmLogMessageClient
NewDrmLogMessageClient creates a new DrmLogMessage client.
func (*DrmLogMessageClient) GetMessage ¶
func (c *DrmLogMessageClient) GetMessage(ctx context.Context) (string, error)
GetMessage calls the GetMessage RPC.
func (*DrmLogMessageClient) GetPriority ¶
func (c *DrmLogMessageClient) GetPriority(ctx context.Context) (int32, error)
GetPriority calls the GetPriority RPC.
func (*DrmLogMessageClient) GetTimestampMillis ¶
func (c *DrmLogMessageClient) GetTimestampMillis(ctx context.Context) (int64, error)
GetTimestampMillis calls the GetTimestampMillis RPC.
type DrmMediaDrmStateExceptionClient ¶
type DrmMediaDrmStateExceptionClient struct {
// contains filtered or unexported fields
}
DrmMediaDrmStateExceptionClient wraps the gRPC DrmMediaDrmStateExceptionService client.
func NewDrmMediaDrmStateExceptionClient ¶
func NewDrmMediaDrmStateExceptionClient(cc grpc.ClientConnInterface) *DrmMediaDrmStateExceptionClient
NewDrmMediaDrmStateExceptionClient creates a new DrmMediaDrmStateException client.
func (*DrmMediaDrmStateExceptionClient) GetDiagnosticInfo ¶
func (c *DrmMediaDrmStateExceptionClient) GetDiagnosticInfo(ctx context.Context) (string, error)
GetDiagnosticInfo calls the GetDiagnosticInfo RPC.
func (*DrmMediaDrmStateExceptionClient) GetErrorCode ¶
func (c *DrmMediaDrmStateExceptionClient) GetErrorCode(ctx context.Context) (int32, error)
GetErrorCode calls the GetErrorCode RPC.
func (*DrmMediaDrmStateExceptionClient) GetErrorContext ¶
func (c *DrmMediaDrmStateExceptionClient) GetErrorContext(ctx context.Context) (int32, error)
GetErrorContext calls the GetErrorContext RPC.
func (*DrmMediaDrmStateExceptionClient) GetOemError ¶
func (c *DrmMediaDrmStateExceptionClient) GetOemError(ctx context.Context) (int32, error)
GetOemError calls the GetOemError RPC.
func (*DrmMediaDrmStateExceptionClient) GetVendorError ¶
func (c *DrmMediaDrmStateExceptionClient) GetVendorError(ctx context.Context) (int32, error)
GetVendorError calls the GetVendorError RPC.
func (*DrmMediaDrmStateExceptionClient) IsTransient ¶
func (c *DrmMediaDrmStateExceptionClient) IsTransient(ctx context.Context) (bool, error)
IsTransient calls the IsTransient RPC.
type DrmOnEventListenerClient ¶
type DrmOnEventListenerClient struct {
// contains filtered or unexported fields
}
DrmOnEventListenerClient wraps the gRPC DrmOnEventListenerService client.
func NewDrmOnEventListenerClient ¶
func NewDrmOnEventListenerClient(cc grpc.ClientConnInterface) *DrmOnEventListenerClient
NewDrmOnEventListenerClient creates a new DrmOnEventListener client.
type DrmOnExpirationUpdateListenerClient ¶
type DrmOnExpirationUpdateListenerClient struct {
// contains filtered or unexported fields
}
DrmOnExpirationUpdateListenerClient wraps the gRPC DrmOnExpirationUpdateListenerService client.
func NewDrmOnExpirationUpdateListenerClient ¶
func NewDrmOnExpirationUpdateListenerClient(cc grpc.ClientConnInterface) *DrmOnExpirationUpdateListenerClient
NewDrmOnExpirationUpdateListenerClient creates a new DrmOnExpirationUpdateListener client.
func (*DrmOnExpirationUpdateListenerClient) OnExpirationUpdate ¶
func (c *DrmOnExpirationUpdateListenerClient) OnExpirationUpdate(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
OnExpirationUpdate calls the OnExpirationUpdate RPC.
type DrmOnSessionLostStateListenerClient ¶
type DrmOnSessionLostStateListenerClient struct {
// contains filtered or unexported fields
}
DrmOnSessionLostStateListenerClient wraps the gRPC DrmOnSessionLostStateListenerService client.
func NewDrmOnSessionLostStateListenerClient ¶
func NewDrmOnSessionLostStateListenerClient(cc grpc.ClientConnInterface) *DrmOnSessionLostStateListenerClient
NewDrmOnSessionLostStateListenerClient creates a new DrmOnSessionLostStateListener client.
func (*DrmOnSessionLostStateListenerClient) OnSessionLostState ¶
func (c *DrmOnSessionLostStateListenerClient) OnSessionLostState(ctx context.Context, arg0 int64, arg1 int64) error
OnSessionLostState calls the OnSessionLostState RPC.
type DrmPlaybackComponentClient ¶
type DrmPlaybackComponentClient struct {
// contains filtered or unexported fields
}
DrmPlaybackComponentClient wraps the gRPC DrmPlaybackComponentService client.
func NewDrmPlaybackComponentClient ¶
func NewDrmPlaybackComponentClient(cc grpc.ClientConnInterface) *DrmPlaybackComponentClient
NewDrmPlaybackComponentClient creates a new DrmPlaybackComponent client.
func (*DrmPlaybackComponentClient) GetLogSessionId ¶
func (c *DrmPlaybackComponentClient) GetLogSessionId(ctx context.Context) (int64, error)
GetLogSessionId calls the GetLogSessionId RPC.
func (*DrmPlaybackComponentClient) SetLogSessionId ¶
func (c *DrmPlaybackComponentClient) SetLogSessionId(ctx context.Context, arg0 int64) error
SetLogSessionId calls the SetLogSessionId RPC.
type DrmProvisionRequestClient ¶
type DrmProvisionRequestClient struct {
// contains filtered or unexported fields
}
DrmProvisionRequestClient wraps the gRPC DrmProvisionRequestService client.
func NewDrmProvisionRequestClient ¶
func NewDrmProvisionRequestClient(cc grpc.ClientConnInterface) *DrmProvisionRequestClient
NewDrmProvisionRequestClient creates a new DrmProvisionRequest client.
func (*DrmProvisionRequestClient) GetData ¶
func (c *DrmProvisionRequestClient) GetData(ctx context.Context) (int64, error)
GetData calls the GetData RPC.
func (*DrmProvisionRequestClient) GetDefaultUrl ¶
func (c *DrmProvisionRequestClient) GetDefaultUrl(ctx context.Context) (string, error)
GetDefaultUrl calls the GetDefaultUrl RPC.
type DrmSessionExceptionClient ¶
type DrmSessionExceptionClient struct {
// contains filtered or unexported fields
}
DrmSessionExceptionClient wraps the gRPC DrmSessionExceptionService client.
func NewDrmSessionExceptionClient ¶
func NewDrmSessionExceptionClient(cc grpc.ClientConnInterface) *DrmSessionExceptionClient
NewDrmSessionExceptionClient creates a new DrmSessionException client.
func (*DrmSessionExceptionClient) GetErrorCode ¶
func (c *DrmSessionExceptionClient) GetErrorCode(ctx context.Context) (int32, error)
GetErrorCode calls the GetErrorCode RPC.
func (*DrmSessionExceptionClient) GetErrorContext ¶
func (c *DrmSessionExceptionClient) GetErrorContext(ctx context.Context) (int32, error)
GetErrorContext calls the GetErrorContext RPC.
func (*DrmSessionExceptionClient) GetOemError ¶
func (c *DrmSessionExceptionClient) GetOemError(ctx context.Context) (int32, error)
GetOemError calls the GetOemError RPC.
func (*DrmSessionExceptionClient) GetVendorError ¶
func (c *DrmSessionExceptionClient) GetVendorError(ctx context.Context) (int32, error)
GetVendorError calls the GetVendorError RPC.
func (*DrmSessionExceptionClient) IsTransient ¶
func (c *DrmSessionExceptionClient) IsTransient(ctx context.Context) (bool, error)
IsTransient calls the IsTransient RPC.
type EncoderProfilesAudioProfileClient ¶
type EncoderProfilesAudioProfileClient struct {
// contains filtered or unexported fields
}
EncoderProfilesAudioProfileClient wraps the gRPC EncoderProfilesAudioProfileService client.
func NewEncoderProfilesAudioProfileClient ¶
func NewEncoderProfilesAudioProfileClient(cc grpc.ClientConnInterface) *EncoderProfilesAudioProfileClient
NewEncoderProfilesAudioProfileClient creates a new EncoderProfilesAudioProfile client.
func (*EncoderProfilesAudioProfileClient) GetBitrate ¶
func (c *EncoderProfilesAudioProfileClient) GetBitrate(ctx context.Context) (int32, error)
GetBitrate calls the GetBitrate RPC.
func (*EncoderProfilesAudioProfileClient) GetChannels ¶
func (c *EncoderProfilesAudioProfileClient) GetChannels(ctx context.Context) (int32, error)
GetChannels calls the GetChannels RPC.
func (*EncoderProfilesAudioProfileClient) GetCodec ¶
func (c *EncoderProfilesAudioProfileClient) GetCodec(ctx context.Context) (int32, error)
GetCodec calls the GetCodec RPC.
func (*EncoderProfilesAudioProfileClient) GetMediaType ¶
func (c *EncoderProfilesAudioProfileClient) GetMediaType(ctx context.Context) (string, error)
GetMediaType calls the GetMediaType RPC.
func (*EncoderProfilesAudioProfileClient) GetProfile ¶
func (c *EncoderProfilesAudioProfileClient) GetProfile(ctx context.Context) (int32, error)
GetProfile calls the GetProfile RPC.
func (*EncoderProfilesAudioProfileClient) GetSampleRate ¶
func (c *EncoderProfilesAudioProfileClient) GetSampleRate(ctx context.Context) (int32, error)
GetSampleRate calls the GetSampleRate RPC.
type EncoderProfilesClient ¶
type EncoderProfilesClient struct {
// contains filtered or unexported fields
}
EncoderProfilesClient wraps the gRPC EncoderProfilesService client.
func NewEncoderProfilesClient ¶
func NewEncoderProfilesClient(cc grpc.ClientConnInterface) *EncoderProfilesClient
NewEncoderProfilesClient creates a new EncoderProfiles client.
func (*EncoderProfilesClient) GetAudioProfiles ¶
func (c *EncoderProfilesClient) GetAudioProfiles(ctx context.Context) (int64, error)
GetAudioProfiles calls the GetAudioProfiles RPC.
func (*EncoderProfilesClient) GetDefaultDurationSeconds ¶
func (c *EncoderProfilesClient) GetDefaultDurationSeconds(ctx context.Context) (int32, error)
GetDefaultDurationSeconds calls the GetDefaultDurationSeconds RPC.
func (*EncoderProfilesClient) GetRecommendedFileFormat ¶
func (c *EncoderProfilesClient) GetRecommendedFileFormat(ctx context.Context) (int32, error)
GetRecommendedFileFormat calls the GetRecommendedFileFormat RPC.
func (*EncoderProfilesClient) GetVideoProfiles ¶
func (c *EncoderProfilesClient) GetVideoProfiles(ctx context.Context) (int64, error)
GetVideoProfiles calls the GetVideoProfiles RPC.
type EncoderProfilesVideoProfileClient ¶
type EncoderProfilesVideoProfileClient struct {
// contains filtered or unexported fields
}
EncoderProfilesVideoProfileClient wraps the gRPC EncoderProfilesVideoProfileService client.
func NewEncoderProfilesVideoProfileClient ¶
func NewEncoderProfilesVideoProfileClient(cc grpc.ClientConnInterface) *EncoderProfilesVideoProfileClient
NewEncoderProfilesVideoProfileClient creates a new EncoderProfilesVideoProfile client.
func (*EncoderProfilesVideoProfileClient) GetBitDepth ¶
func (c *EncoderProfilesVideoProfileClient) GetBitDepth(ctx context.Context) (int32, error)
GetBitDepth calls the GetBitDepth RPC.
func (*EncoderProfilesVideoProfileClient) GetBitrate ¶
func (c *EncoderProfilesVideoProfileClient) GetBitrate(ctx context.Context) (int32, error)
GetBitrate calls the GetBitrate RPC.
func (*EncoderProfilesVideoProfileClient) GetChromaSubsampling ¶
func (c *EncoderProfilesVideoProfileClient) GetChromaSubsampling(ctx context.Context) (int32, error)
GetChromaSubsampling calls the GetChromaSubsampling RPC.
func (*EncoderProfilesVideoProfileClient) GetCodec ¶
func (c *EncoderProfilesVideoProfileClient) GetCodec(ctx context.Context) (int32, error)
GetCodec calls the GetCodec RPC.
func (*EncoderProfilesVideoProfileClient) GetFrameRate ¶
func (c *EncoderProfilesVideoProfileClient) GetFrameRate(ctx context.Context) (int32, error)
GetFrameRate calls the GetFrameRate RPC.
func (*EncoderProfilesVideoProfileClient) GetHdrFormat ¶
func (c *EncoderProfilesVideoProfileClient) GetHdrFormat(ctx context.Context) (int32, error)
GetHdrFormat calls the GetHdrFormat RPC.
func (*EncoderProfilesVideoProfileClient) GetHeight ¶
func (c *EncoderProfilesVideoProfileClient) GetHeight(ctx context.Context) (int32, error)
GetHeight calls the GetHeight RPC.
func (*EncoderProfilesVideoProfileClient) GetMediaType ¶
func (c *EncoderProfilesVideoProfileClient) GetMediaType(ctx context.Context) (string, error)
GetMediaType calls the GetMediaType RPC.
func (*EncoderProfilesVideoProfileClient) GetProfile ¶
func (c *EncoderProfilesVideoProfileClient) GetProfile(ctx context.Context) (int32, error)
GetProfile calls the GetProfile RPC.
type ExifInterfaceClient ¶
type ExifInterfaceClient struct {
// contains filtered or unexported fields
}
ExifInterfaceClient wraps the gRPC ExifInterfaceService client.
func NewExifInterfaceClient ¶
func NewExifInterfaceClient(cc grpc.ClientConnInterface) *ExifInterfaceClient
NewExifInterfaceClient creates a new ExifInterface client.
func (*ExifInterfaceClient) GetAltitude ¶
func (c *ExifInterfaceClient) GetAltitude(ctx context.Context, handle int64, arg0 float64) (float64, error)
GetAltitude calls the GetAltitude RPC.
func (*ExifInterfaceClient) GetAttribute ¶
func (c *ExifInterfaceClient) GetAttribute(ctx context.Context, handle int64, arg0 string) (string, error)
GetAttribute calls the GetAttribute RPC.
func (*ExifInterfaceClient) GetAttributeBytes ¶
func (c *ExifInterfaceClient) GetAttributeBytes(ctx context.Context, handle int64, arg0 string) (int64, error)
GetAttributeBytes calls the GetAttributeBytes RPC.
func (*ExifInterfaceClient) GetAttributeDouble ¶
func (c *ExifInterfaceClient) GetAttributeDouble(ctx context.Context, handle int64, arg0 string, arg1 float64) (float64, error)
GetAttributeDouble calls the GetAttributeDouble RPC.
func (*ExifInterfaceClient) GetAttributeInt ¶
func (c *ExifInterfaceClient) GetAttributeInt(ctx context.Context, handle int64, arg0 string, arg1 int32) (int32, error)
GetAttributeInt calls the GetAttributeInt RPC.
func (*ExifInterfaceClient) GetAttributeRange ¶
func (c *ExifInterfaceClient) GetAttributeRange(ctx context.Context, handle int64, arg0 string) (int64, error)
GetAttributeRange calls the GetAttributeRange RPC.
func (*ExifInterfaceClient) GetDateTime ¶
GetDateTime calls the GetDateTime RPC.
func (*ExifInterfaceClient) GetDateTimeDigitized ¶
func (c *ExifInterfaceClient) GetDateTimeDigitized(ctx context.Context, handle int64) (int64, error)
GetDateTimeDigitized calls the GetDateTimeDigitized RPC.
func (*ExifInterfaceClient) GetDateTimeOriginal ¶
GetDateTimeOriginal calls the GetDateTimeOriginal RPC.
func (*ExifInterfaceClient) GetGpsDateTime ¶
GetGpsDateTime calls the GetGpsDateTime RPC.
func (*ExifInterfaceClient) GetLatLong ¶
func (c *ExifInterfaceClient) GetLatLong(ctx context.Context, handle int64, arg0 int64) (bool, error)
GetLatLong calls the GetLatLong RPC.
func (*ExifInterfaceClient) GetThumbnail ¶
GetThumbnail calls the GetThumbnail RPC.
func (*ExifInterfaceClient) GetThumbnailBitmap ¶
GetThumbnailBitmap calls the GetThumbnailBitmap RPC.
func (*ExifInterfaceClient) GetThumbnailBytes ¶
GetThumbnailBytes calls the GetThumbnailBytes RPC.
func (*ExifInterfaceClient) GetThumbnailRange ¶
GetThumbnailRange calls the GetThumbnailRange RPC.
func (*ExifInterfaceClient) HasAttribute ¶
func (c *ExifInterfaceClient) HasAttribute(ctx context.Context, handle int64, arg0 string) (bool, error)
HasAttribute calls the HasAttribute RPC.
func (*ExifInterfaceClient) HasThumbnail ¶
HasThumbnail calls the HasThumbnail RPC.
func (*ExifInterfaceClient) IsSupportedMimeType ¶
func (c *ExifInterfaceClient) IsSupportedMimeType(ctx context.Context, handle int64, arg0 string) (bool, error)
IsSupportedMimeType calls the IsSupportedMimeType RPC.
func (*ExifInterfaceClient) IsThumbnailCompressed ¶
func (c *ExifInterfaceClient) IsThumbnailCompressed(ctx context.Context, handle int64) (bool, error)
IsThumbnailCompressed calls the IsThumbnailCompressed RPC.
func (*ExifInterfaceClient) SaveAttributes ¶
func (c *ExifInterfaceClient) SaveAttributes(ctx context.Context, handle int64) error
SaveAttributes calls the SaveAttributes RPC.
func (*ExifInterfaceClient) SetAttribute ¶
func (c *ExifInterfaceClient) SetAttribute(ctx context.Context, handle int64, arg0 string, arg1 string) error
SetAttribute calls the SetAttribute RPC.
type ExtractorCasInfoClient ¶
type ExtractorCasInfoClient struct {
// contains filtered or unexported fields
}
ExtractorCasInfoClient wraps the gRPC ExtractorCasInfoService client.
func NewExtractorCasInfoClient ¶
func NewExtractorCasInfoClient(cc grpc.ClientConnInterface) *ExtractorCasInfoClient
NewExtractorCasInfoClient creates a new ExtractorCasInfo client.
func (*ExtractorCasInfoClient) GetPrivateData ¶
func (c *ExtractorCasInfoClient) GetPrivateData(ctx context.Context) (int64, error)
GetPrivateData calls the GetPrivateData RPC.
func (*ExtractorCasInfoClient) GetSession ¶
func (c *ExtractorCasInfoClient) GetSession(ctx context.Context) (int64, error)
GetSession calls the GetSession RPC.
func (*ExtractorCasInfoClient) GetSystemId ¶
func (c *ExtractorCasInfoClient) GetSystemId(ctx context.Context) (int32, error)
GetSystemId calls the GetSystemId RPC.
type ExtractorClient ¶
type ExtractorClient struct {
// contains filtered or unexported fields
}
ExtractorClient wraps the gRPC ExtractorService client.
func NewExtractorClient ¶
func NewExtractorClient(cc grpc.ClientConnInterface) *ExtractorClient
NewExtractorClient creates a new Extractor client.
func (*ExtractorClient) GetAudioPresentations ¶
func (c *ExtractorClient) GetAudioPresentations(ctx context.Context, handle int64, arg0 int32) (int64, error)
GetAudioPresentations calls the GetAudioPresentations RPC.
func (*ExtractorClient) GetCachedDuration ¶
GetCachedDuration calls the GetCachedDuration RPC.
func (*ExtractorClient) GetCasInfo ¶
GetCasInfo calls the GetCasInfo RPC.
func (*ExtractorClient) GetDrmInitData ¶
GetDrmInitData calls the GetDrmInitData RPC.
func (*ExtractorClient) GetLogSessionId ¶
GetLogSessionId calls the GetLogSessionId RPC.
func (*ExtractorClient) GetMetrics ¶
GetMetrics calls the GetMetrics RPC.
func (*ExtractorClient) GetSampleCryptoInfo ¶
func (c *ExtractorClient) GetSampleCryptoInfo(ctx context.Context, handle int64, arg0 int64) (bool, error)
GetSampleCryptoInfo calls the GetSampleCryptoInfo RPC.
func (*ExtractorClient) GetSampleFlags ¶
GetSampleFlags calls the GetSampleFlags RPC.
func (*ExtractorClient) GetSampleSize ¶
GetSampleSize calls the GetSampleSize RPC.
func (*ExtractorClient) GetSampleTime ¶
GetSampleTime calls the GetSampleTime RPC.
func (*ExtractorClient) GetSampleTrackIndex ¶
GetSampleTrackIndex calls the GetSampleTrackIndex RPC.
func (*ExtractorClient) GetTrackCount ¶
GetTrackCount calls the GetTrackCount RPC.
func (*ExtractorClient) GetTrackFormat ¶
func (c *ExtractorClient) GetTrackFormat(ctx context.Context, handle int64, arg0 int32) (int64, error)
GetTrackFormat calls the GetTrackFormat RPC.
func (*ExtractorClient) HasCacheReachedEndOfStream ¶
func (c *ExtractorClient) HasCacheReachedEndOfStream(ctx context.Context, handle int64) (bool, error)
HasCacheReachedEndOfStream calls the HasCacheReachedEndOfStream RPC.
func (*ExtractorClient) Release ¶
func (c *ExtractorClient) Release(ctx context.Context, handle int64) error
Release calls the Release RPC.
func (*ExtractorClient) SelectTrack ¶
SelectTrack calls the SelectTrack RPC.
func (*ExtractorClient) SetDataSource1 ¶
SetDataSource1 calls the SetDataSource1 RPC.
func (*ExtractorClient) SetDataSource1_1 ¶
SetDataSource1_1 calls the SetDataSource1_1 RPC.
func (*ExtractorClient) SetDataSource1_2 ¶
SetDataSource1_2 calls the SetDataSource1_2 RPC.
func (*ExtractorClient) SetDataSource1_4 ¶
SetDataSource1_4 calls the SetDataSource1_4 RPC.
func (*ExtractorClient) SetDataSource3_3 ¶
func (c *ExtractorClient) SetDataSource3_3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error
SetDataSource3_3 calls the SetDataSource3_3 RPC.
func (*ExtractorClient) SetLogSessionId ¶
SetLogSessionId calls the SetLogSessionId RPC.
func (*ExtractorClient) SetMediaCas ¶
SetMediaCas calls the SetMediaCas RPC.
func (*ExtractorClient) UnselectTrack ¶
UnselectTrack calls the UnselectTrack RPC.
type FaceDetectorClient ¶
type FaceDetectorClient struct {
// contains filtered or unexported fields
}
FaceDetectorClient wraps the gRPC FaceDetectorService client.
func NewFaceDetectorClient ¶
func NewFaceDetectorClient(cc grpc.ClientConnInterface) *FaceDetectorClient
NewFaceDetectorClient creates a new FaceDetector client.
type FaceDetectorFaceClient ¶
type FaceDetectorFaceClient struct {
// contains filtered or unexported fields
}
FaceDetectorFaceClient wraps the gRPC FaceDetectorFaceService client.
func NewFaceDetectorFaceClient ¶
func NewFaceDetectorFaceClient(cc grpc.ClientConnInterface) *FaceDetectorFaceClient
NewFaceDetectorFaceClient creates a new FaceDetectorFace client.
func (*FaceDetectorFaceClient) Confidence ¶
func (c *FaceDetectorFaceClient) Confidence(ctx context.Context) (float32, error)
Confidence calls the Confidence RPC.
func (*FaceDetectorFaceClient) EyesDistance ¶
func (c *FaceDetectorFaceClient) EyesDistance(ctx context.Context) (float32, error)
EyesDistance calls the EyesDistance RPC.
func (*FaceDetectorFaceClient) GetMidPoint ¶
func (c *FaceDetectorFaceClient) GetMidPoint(ctx context.Context, arg0 int64) error
GetMidPoint calls the GetMidPoint RPC.
type FormatClient ¶
type FormatClient struct {
// contains filtered or unexported fields
}
FormatClient wraps the gRPC FormatService client.
func NewFormatClient ¶
func NewFormatClient(cc grpc.ClientConnInterface) *FormatClient
NewFormatClient creates a new Format client.
func (*FormatClient) ContainsFeature ¶
func (c *FormatClient) ContainsFeature(ctx context.Context, handle int64, arg0 string) (bool, error)
ContainsFeature calls the ContainsFeature RPC.
func (*FormatClient) ContainsKey ¶
ContainsKey calls the ContainsKey RPC.
func (*FormatClient) CreateAudioFormat ¶
func (c *FormatClient) CreateAudioFormat(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32) (int64, error)
CreateAudioFormat calls the CreateAudioFormat RPC.
func (*FormatClient) CreateSubtitleFormat ¶
func (c *FormatClient) CreateSubtitleFormat(ctx context.Context, handle int64, arg0 string, arg1 string) (int64, error)
CreateSubtitleFormat calls the CreateSubtitleFormat RPC.
func (*FormatClient) CreateVideoFormat ¶
func (c *FormatClient) CreateVideoFormat(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int32) (int64, error)
CreateVideoFormat calls the CreateVideoFormat RPC.
func (*FormatClient) GetByteBuffer ¶
GetByteBuffer calls the GetByteBuffer RPC.
func (*FormatClient) GetFeatureEnabled ¶
func (c *FormatClient) GetFeatureEnabled(ctx context.Context, handle int64, arg0 string) (bool, error)
GetFeatureEnabled calls the GetFeatureEnabled RPC.
func (*FormatClient) GetFeatures ¶
GetFeatures calls the GetFeatures RPC.
func (*FormatClient) GetFloat2_1 ¶
func (c *FormatClient) GetFloat2_1(ctx context.Context, handle int64, arg0 string, arg1 float32) (float32, error)
GetFloat2_1 calls the GetFloat2_1 RPC.
func (*FormatClient) GetInteger1 ¶
GetInteger1 calls the GetInteger1 RPC.
func (*FormatClient) GetInteger2_1 ¶
func (c *FormatClient) GetInteger2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) (int32, error)
GetInteger2_1 calls the GetInteger2_1 RPC.
func (*FormatClient) GetLong2_1 ¶
func (c *FormatClient) GetLong2_1(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error)
GetLong2_1 calls the GetLong2_1 RPC.
func (*FormatClient) GetNumber1 ¶
GetNumber1 calls the GetNumber1 RPC.
func (*FormatClient) GetNumber2_1 ¶
func (c *FormatClient) GetNumber2_1(ctx context.Context, handle int64, arg0 string, arg1 int64) (int64, error)
GetNumber2_1 calls the GetNumber2_1 RPC.
func (*FormatClient) GetString1 ¶
GetString1 calls the GetString1 RPC.
func (*FormatClient) GetString2_1 ¶
func (c *FormatClient) GetString2_1(ctx context.Context, handle int64, arg0 string, arg1 string) (string, error)
GetString2_1 calls the GetString2_1 RPC.
func (*FormatClient) GetValueTypeForKey ¶
func (c *FormatClient) GetValueTypeForKey(ctx context.Context, handle int64, arg0 string) (int32, error)
GetValueTypeForKey calls the GetValueTypeForKey RPC.
func (*FormatClient) RemoveFeature ¶
RemoveFeature calls the RemoveFeature RPC.
func (*FormatClient) SetFeatureEnabled ¶
func (c *FormatClient) SetFeatureEnabled(ctx context.Context, handle int64, arg0 string, arg1 bool) error
SetFeatureEnabled calls the SetFeatureEnabled RPC.
func (*FormatClient) SetInteger ¶
SetInteger calls the SetInteger RPC.
type FormatQpOffsetRectClient ¶
type FormatQpOffsetRectClient struct {
// contains filtered or unexported fields
}
FormatQpOffsetRectClient wraps the gRPC FormatQpOffsetRectService client.
func NewFormatQpOffsetRectClient ¶
func NewFormatQpOffsetRectClient(cc grpc.ClientConnInterface) *FormatQpOffsetRectClient
NewFormatQpOffsetRectClient creates a new FormatQpOffsetRect client.
func (*FormatQpOffsetRectClient) FlattenToString ¶
func (c *FormatQpOffsetRectClient) FlattenToString(ctx context.Context) (string, error)
FlattenToString calls the FlattenToString RPC.
type ImageClient ¶
type ImageClient struct {
// contains filtered or unexported fields
}
ImageClient wraps the gRPC ImageService client.
func NewImageClient ¶
func NewImageClient(cc grpc.ClientConnInterface) *ImageClient
NewImageClient creates a new Image client.
func (*ImageClient) Close ¶
func (c *ImageClient) Close(ctx context.Context) error
Close calls the Close RPC.
func (*ImageClient) GetCropRect ¶
func (c *ImageClient) GetCropRect(ctx context.Context) (int64, error)
GetCropRect calls the GetCropRect RPC.
func (*ImageClient) GetDataSpace ¶
func (c *ImageClient) GetDataSpace(ctx context.Context) (int32, error)
GetDataSpace calls the GetDataSpace RPC.
func (*ImageClient) GetFence ¶
func (c *ImageClient) GetFence(ctx context.Context) (int64, error)
GetFence calls the GetFence RPC.
func (*ImageClient) GetFormat ¶
func (c *ImageClient) GetFormat(ctx context.Context) (int32, error)
GetFormat calls the GetFormat RPC.
func (*ImageClient) GetHardwareBuffer ¶
func (c *ImageClient) GetHardwareBuffer(ctx context.Context) (int64, error)
GetHardwareBuffer calls the GetHardwareBuffer RPC.
func (*ImageClient) GetHeight ¶
func (c *ImageClient) GetHeight(ctx context.Context) (int32, error)
GetHeight calls the GetHeight RPC.
func (*ImageClient) GetPlanes ¶
func (c *ImageClient) GetPlanes(ctx context.Context) (int64, error)
GetPlanes calls the GetPlanes RPC.
func (*ImageClient) GetTimestamp ¶
func (c *ImageClient) GetTimestamp(ctx context.Context) (int64, error)
GetTimestamp calls the GetTimestamp RPC.
func (*ImageClient) GetWidth ¶
func (c *ImageClient) GetWidth(ctx context.Context) (int32, error)
GetWidth calls the GetWidth RPC.
func (*ImageClient) SetCropRect ¶
func (c *ImageClient) SetCropRect(ctx context.Context, arg0 int64) error
SetCropRect calls the SetCropRect RPC.
func (*ImageClient) SetDataSpace ¶
func (c *ImageClient) SetDataSpace(ctx context.Context, arg0 int32) error
SetDataSpace calls the SetDataSpace RPC.
func (*ImageClient) SetFence ¶
func (c *ImageClient) SetFence(ctx context.Context, arg0 int64) error
SetFence calls the SetFence RPC.
func (*ImageClient) SetTimestamp ¶
func (c *ImageClient) SetTimestamp(ctx context.Context, arg0 int64) error
SetTimestamp calls the SetTimestamp RPC.
type ImagePlaneClient ¶
type ImagePlaneClient struct {
// contains filtered or unexported fields
}
ImagePlaneClient wraps the gRPC ImagePlaneService client.
func NewImagePlaneClient ¶
func NewImagePlaneClient(cc grpc.ClientConnInterface) *ImagePlaneClient
NewImagePlaneClient creates a new ImagePlane client.
func (*ImagePlaneClient) GetBuffer ¶
func (c *ImagePlaneClient) GetBuffer(ctx context.Context) (int64, error)
GetBuffer calls the GetBuffer RPC.
func (*ImagePlaneClient) GetPixelStride ¶
func (c *ImagePlaneClient) GetPixelStride(ctx context.Context) (int32, error)
GetPixelStride calls the GetPixelStride RPC.
func (*ImagePlaneClient) GetRowStride ¶
func (c *ImagePlaneClient) GetRowStride(ctx context.Context) (int32, error)
GetRowStride calls the GetRowStride RPC.
type ImageReaderBuilderClient ¶
type ImageReaderBuilderClient struct {
// contains filtered or unexported fields
}
ImageReaderBuilderClient wraps the gRPC ImageReaderBuilderService client.
func NewImageReaderBuilderClient ¶
func NewImageReaderBuilderClient(cc grpc.ClientConnInterface) *ImageReaderBuilderClient
NewImageReaderBuilderClient creates a new ImageReaderBuilder client.
func (*ImageReaderBuilderClient) Build ¶
func (c *ImageReaderBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*ImageReaderBuilderClient) SetDefaultDataSpace ¶
func (c *ImageReaderBuilderClient) SetDefaultDataSpace(ctx context.Context, arg0 int32) (int64, error)
SetDefaultDataSpace calls the SetDefaultDataSpace RPC.
func (*ImageReaderBuilderClient) SetDefaultHardwareBufferFormat ¶
func (c *ImageReaderBuilderClient) SetDefaultHardwareBufferFormat(ctx context.Context, arg0 int32) (int64, error)
SetDefaultHardwareBufferFormat calls the SetDefaultHardwareBufferFormat RPC.
func (*ImageReaderBuilderClient) SetImageFormat ¶
SetImageFormat calls the SetImageFormat RPC.
func (*ImageReaderBuilderClient) SetMaxImages ¶
SetMaxImages calls the SetMaxImages RPC.
type ImageReaderClient ¶
type ImageReaderClient struct {
// contains filtered or unexported fields
}
ImageReaderClient wraps the gRPC ImageReaderService client.
func NewImageReaderClient ¶
func NewImageReaderClient(cc grpc.ClientConnInterface) *ImageReaderClient
NewImageReaderClient creates a new ImageReader client.
func (*ImageReaderClient) AcquireLatestImage ¶
func (c *ImageReaderClient) AcquireLatestImage(ctx context.Context) (int64, error)
AcquireLatestImage calls the AcquireLatestImage RPC.
func (*ImageReaderClient) AcquireNextImage ¶
func (c *ImageReaderClient) AcquireNextImage(ctx context.Context) (int64, error)
AcquireNextImage calls the AcquireNextImage RPC.
func (*ImageReaderClient) Close ¶
func (c *ImageReaderClient) Close(ctx context.Context) error
Close calls the Close RPC.
func (*ImageReaderClient) DiscardFreeBuffers ¶
func (c *ImageReaderClient) DiscardFreeBuffers(ctx context.Context) error
DiscardFreeBuffers calls the DiscardFreeBuffers RPC.
func (*ImageReaderClient) GetDataSpace ¶
func (c *ImageReaderClient) GetDataSpace(ctx context.Context) (int32, error)
GetDataSpace calls the GetDataSpace RPC.
func (*ImageReaderClient) GetHardwareBufferFormat ¶
func (c *ImageReaderClient) GetHardwareBufferFormat(ctx context.Context) (int32, error)
GetHardwareBufferFormat calls the GetHardwareBufferFormat RPC.
func (*ImageReaderClient) GetHeight ¶
func (c *ImageReaderClient) GetHeight(ctx context.Context) (int32, error)
GetHeight calls the GetHeight RPC.
func (*ImageReaderClient) GetImageFormat ¶
func (c *ImageReaderClient) GetImageFormat(ctx context.Context) (int32, error)
GetImageFormat calls the GetImageFormat RPC.
func (*ImageReaderClient) GetMaxImages ¶
func (c *ImageReaderClient) GetMaxImages(ctx context.Context) (int32, error)
GetMaxImages calls the GetMaxImages RPC.
func (*ImageReaderClient) GetSurface ¶
func (c *ImageReaderClient) GetSurface(ctx context.Context) (int64, error)
GetSurface calls the GetSurface RPC.
func (*ImageReaderClient) GetUsage ¶
func (c *ImageReaderClient) GetUsage(ctx context.Context) (int64, error)
GetUsage calls the GetUsage RPC.
func (*ImageReaderClient) GetWidth ¶
func (c *ImageReaderClient) GetWidth(ctx context.Context) (int32, error)
GetWidth calls the GetWidth RPC.
type ImageReaderOnImageAvailableListenerClient ¶
type ImageReaderOnImageAvailableListenerClient struct {
// contains filtered or unexported fields
}
ImageReaderOnImageAvailableListenerClient wraps the gRPC ImageReaderOnImageAvailableListenerService client.
func NewImageReaderOnImageAvailableListenerClient ¶
func NewImageReaderOnImageAvailableListenerClient(cc grpc.ClientConnInterface) *ImageReaderOnImageAvailableListenerClient
NewImageReaderOnImageAvailableListenerClient creates a new ImageReaderOnImageAvailableListener client.
func (*ImageReaderOnImageAvailableListenerClient) OnImageAvailable ¶
func (c *ImageReaderOnImageAvailableListenerClient) OnImageAvailable(ctx context.Context, arg0 int64) error
OnImageAvailable calls the OnImageAvailable RPC.
type ImageWriterBuilderClient ¶
type ImageWriterBuilderClient struct {
// contains filtered or unexported fields
}
ImageWriterBuilderClient wraps the gRPC ImageWriterBuilderService client.
func NewImageWriterBuilderClient ¶
func NewImageWriterBuilderClient(cc grpc.ClientConnInterface) *ImageWriterBuilderClient
NewImageWriterBuilderClient creates a new ImageWriterBuilder client.
func (*ImageWriterBuilderClient) Build ¶
func (c *ImageWriterBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*ImageWriterBuilderClient) SetDataSpace ¶
SetDataSpace calls the SetDataSpace RPC.
func (*ImageWriterBuilderClient) SetHardwareBufferFormat ¶
func (c *ImageWriterBuilderClient) SetHardwareBufferFormat(ctx context.Context, arg0 int32) (int64, error)
SetHardwareBufferFormat calls the SetHardwareBufferFormat RPC.
func (*ImageWriterBuilderClient) SetImageFormat ¶
SetImageFormat calls the SetImageFormat RPC.
func (*ImageWriterBuilderClient) SetMaxImages ¶
SetMaxImages calls the SetMaxImages RPC.
func (*ImageWriterBuilderClient) SetWidthAndHeight ¶
func (c *ImageWriterBuilderClient) SetWidthAndHeight(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
SetWidthAndHeight calls the SetWidthAndHeight RPC.
type ImageWriterClient ¶
type ImageWriterClient struct {
// contains filtered or unexported fields
}
ImageWriterClient wraps the gRPC ImageWriterService client.
func NewImageWriterClient ¶
func NewImageWriterClient(cc grpc.ClientConnInterface) *ImageWriterClient
NewImageWriterClient creates a new ImageWriter client.
func (*ImageWriterClient) Close ¶
func (c *ImageWriterClient) Close(ctx context.Context) error
Close calls the Close RPC.
func (*ImageWriterClient) DequeueInputImage ¶
func (c *ImageWriterClient) DequeueInputImage(ctx context.Context) (int64, error)
DequeueInputImage calls the DequeueInputImage RPC.
func (*ImageWriterClient) GetDataSpace ¶
func (c *ImageWriterClient) GetDataSpace(ctx context.Context) (int32, error)
GetDataSpace calls the GetDataSpace RPC.
func (*ImageWriterClient) GetFormat ¶
func (c *ImageWriterClient) GetFormat(ctx context.Context) (int32, error)
GetFormat calls the GetFormat RPC.
func (*ImageWriterClient) GetHardwareBufferFormat ¶
func (c *ImageWriterClient) GetHardwareBufferFormat(ctx context.Context) (int32, error)
GetHardwareBufferFormat calls the GetHardwareBufferFormat RPC.
func (*ImageWriterClient) GetHeight ¶
func (c *ImageWriterClient) GetHeight(ctx context.Context) (int32, error)
GetHeight calls the GetHeight RPC.
func (*ImageWriterClient) GetMaxImages ¶
func (c *ImageWriterClient) GetMaxImages(ctx context.Context) (int32, error)
GetMaxImages calls the GetMaxImages RPC.
func (*ImageWriterClient) GetUsage ¶
func (c *ImageWriterClient) GetUsage(ctx context.Context) (int64, error)
GetUsage calls the GetUsage RPC.
func (*ImageWriterClient) GetWidth ¶
func (c *ImageWriterClient) GetWidth(ctx context.Context) (int32, error)
GetWidth calls the GetWidth RPC.
func (*ImageWriterClient) NewInstance2 ¶
func (c *ImageWriterClient) NewInstance2(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
NewInstance2 calls the NewInstance2 RPC.
func (*ImageWriterClient) NewInstance3_1 ¶
func (c *ImageWriterClient) NewInstance3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int64, error)
NewInstance3_1 calls the NewInstance3_1 RPC.
func (*ImageWriterClient) QueueInputImage ¶
func (c *ImageWriterClient) QueueInputImage(ctx context.Context, arg0 int64) error
QueueInputImage calls the QueueInputImage RPC.
type ImageWriterOnImageReleasedListenerClient ¶
type ImageWriterOnImageReleasedListenerClient struct {
// contains filtered or unexported fields
}
ImageWriterOnImageReleasedListenerClient wraps the gRPC ImageWriterOnImageReleasedListenerService client.
func NewImageWriterOnImageReleasedListenerClient ¶
func NewImageWriterOnImageReleasedListenerClient(cc grpc.ClientConnInterface) *ImageWriterOnImageReleasedListenerClient
NewImageWriterOnImageReleasedListenerClient creates a new ImageWriterOnImageReleasedListener client.
func (*ImageWriterOnImageReleasedListenerClient) OnImageReleased ¶
func (c *ImageWriterOnImageReleasedListenerClient) OnImageReleased(ctx context.Context, arg0 int64) error
OnImageReleased calls the OnImageReleased RPC.
type JetPlayerClient ¶
type JetPlayerClient struct {
// contains filtered or unexported fields
}
JetPlayerClient wraps the gRPC JetPlayerService client.
func NewJetPlayerClient ¶
func NewJetPlayerClient(cc grpc.ClientConnInterface) *JetPlayerClient
NewJetPlayerClient creates a new JetPlayer client.
func (*JetPlayerClient) ClearQueue ¶
func (c *JetPlayerClient) ClearQueue(ctx context.Context) (bool, error)
ClearQueue calls the ClearQueue RPC.
func (*JetPlayerClient) Clone ¶
func (c *JetPlayerClient) Clone(ctx context.Context) (int64, error)
Clone calls the Clone RPC.
func (*JetPlayerClient) CloseJetFile ¶
func (c *JetPlayerClient) CloseJetFile(ctx context.Context) (bool, error)
CloseJetFile calls the CloseJetFile RPC.
func (*JetPlayerClient) GetJetPlayer ¶
func (c *JetPlayerClient) GetJetPlayer(ctx context.Context) (int64, error)
GetJetPlayer calls the GetJetPlayer RPC.
func (*JetPlayerClient) GetMaxTracks ¶
func (c *JetPlayerClient) GetMaxTracks(ctx context.Context) (int32, error)
GetMaxTracks calls the GetMaxTracks RPC.
func (*JetPlayerClient) LoadJetFile1 ¶
LoadJetFile1 calls the LoadJetFile1 RPC.
func (*JetPlayerClient) LoadJetFile1_1 ¶
LoadJetFile1_1 calls the LoadJetFile1_1 RPC.
func (*JetPlayerClient) Pause ¶
func (c *JetPlayerClient) Pause(ctx context.Context) (bool, error)
Pause calls the Pause RPC.
func (*JetPlayerClient) Play ¶
func (c *JetPlayerClient) Play(ctx context.Context) (bool, error)
Play calls the Play RPC.
func (*JetPlayerClient) QueueJetSegment ¶
func (c *JetPlayerClient) QueueJetSegment(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int32, arg5 int8) (bool, error)
QueueJetSegment calls the QueueJetSegment RPC.
func (*JetPlayerClient) QueueJetSegmentMuteArray ¶
func (c *JetPlayerClient) QueueJetSegmentMuteArray(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int64, arg5 int8) (bool, error)
QueueJetSegmentMuteArray calls the QueueJetSegmentMuteArray RPC.
func (*JetPlayerClient) Release ¶
func (c *JetPlayerClient) Release(ctx context.Context) error
Release calls the Release RPC.
func (*JetPlayerClient) SetEventListener ¶
func (c *JetPlayerClient) SetEventListener(ctx context.Context, arg0 int64) error
SetEventListener calls the SetEventListener RPC.
func (*JetPlayerClient) SetMuteArray ¶
SetMuteArray calls the SetMuteArray RPC.
func (*JetPlayerClient) SetMuteFlag ¶
func (c *JetPlayerClient) SetMuteFlag(ctx context.Context, arg0 int32, arg1 bool, arg2 bool) (bool, error)
SetMuteFlag calls the SetMuteFlag RPC.
func (*JetPlayerClient) SetMuteFlags ¶
SetMuteFlags calls the SetMuteFlags RPC.
func (*JetPlayerClient) TriggerClip ¶
TriggerClip calls the TriggerClip RPC.
type JetPlayerOnJetEventListenerClient ¶
type JetPlayerOnJetEventListenerClient struct {
// contains filtered or unexported fields
}
JetPlayerOnJetEventListenerClient wraps the gRPC JetPlayerOnJetEventListenerService client.
func NewJetPlayerOnJetEventListenerClient ¶
func NewJetPlayerOnJetEventListenerClient(cc grpc.ClientConnInterface) *JetPlayerOnJetEventListenerClient
NewJetPlayerOnJetEventListenerClient creates a new JetPlayerOnJetEventListener client.
func (*JetPlayerOnJetEventListenerClient) OnJetEvent ¶
func (c *JetPlayerOnJetEventListenerClient) OnJetEvent(ctx context.Context, arg0 int64, arg1 int16, arg2 int8, arg3 int8, arg4 int8, arg5 int8) error
OnJetEvent calls the OnJetEvent RPC.
func (*JetPlayerOnJetEventListenerClient) OnJetNumQueuedSegmentUpdate ¶
func (c *JetPlayerOnJetEventListenerClient) OnJetNumQueuedSegmentUpdate(ctx context.Context, arg0 int64, arg1 int32) error
OnJetNumQueuedSegmentUpdate calls the OnJetNumQueuedSegmentUpdate RPC.
func (*JetPlayerOnJetEventListenerClient) OnJetPauseUpdate ¶
func (c *JetPlayerOnJetEventListenerClient) OnJetPauseUpdate(ctx context.Context, arg0 int64, arg1 int32) error
OnJetPauseUpdate calls the OnJetPauseUpdate RPC.
func (*JetPlayerOnJetEventListenerClient) OnJetUserIdUpdate ¶
func (c *JetPlayerOnJetEventListenerClient) OnJetUserIdUpdate(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error
OnJetUserIdUpdate calls the OnJetUserIdUpdate RPC.
type LoudnessCodecControllerClient ¶
type LoudnessCodecControllerClient struct {
// contains filtered or unexported fields
}
LoudnessCodecControllerClient wraps the gRPC LoudnessCodecControllerService client.
func NewLoudnessCodecControllerClient ¶
func NewLoudnessCodecControllerClient(cc grpc.ClientConnInterface) *LoudnessCodecControllerClient
NewLoudnessCodecControllerClient creates a new LoudnessCodecController client.
func (*LoudnessCodecControllerClient) AddMediaCodec ¶
func (c *LoudnessCodecControllerClient) AddMediaCodec(ctx context.Context, arg0 int64) (bool, error)
AddMediaCodec calls the AddMediaCodec RPC.
func (*LoudnessCodecControllerClient) Close ¶
func (c *LoudnessCodecControllerClient) Close(ctx context.Context) error
Close calls the Close RPC.
func (*LoudnessCodecControllerClient) Create3_1 ¶
func (c *LoudnessCodecControllerClient) Create3_1(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) (int64, error)
Create3_1 calls the Create3_1 RPC.
func (*LoudnessCodecControllerClient) GetLoudnessCodecParams ¶
func (c *LoudnessCodecControllerClient) GetLoudnessCodecParams(ctx context.Context, arg0 int64) (int64, error)
GetLoudnessCodecParams calls the GetLoudnessCodecParams RPC.
func (*LoudnessCodecControllerClient) RemoveMediaCodec ¶
func (c *LoudnessCodecControllerClient) RemoveMediaCodec(ctx context.Context, arg0 int64) error
RemoveMediaCodec calls the RemoveMediaCodec RPC.
type MetadataBuilderClient ¶
type MetadataBuilderClient struct {
// contains filtered or unexported fields
}
MetadataBuilderClient wraps the gRPC MetadataBuilderService client.
func NewMetadataBuilderClient ¶
func NewMetadataBuilderClient(cc grpc.ClientConnInterface) *MetadataBuilderClient
NewMetadataBuilderClient creates a new MetadataBuilder client.
func (*MetadataBuilderClient) Build ¶
func (c *MetadataBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*MetadataBuilderClient) PutBitmap ¶
func (c *MetadataBuilderClient) PutBitmap(ctx context.Context, arg0 string, arg1 int64) (int64, error)
PutBitmap calls the PutBitmap RPC.
func (*MetadataBuilderClient) PutLong ¶
func (c *MetadataBuilderClient) PutLong(ctx context.Context, arg0 string, arg1 int64) (int64, error)
PutLong calls the PutLong RPC.
func (*MetadataBuilderClient) PutRating ¶
func (c *MetadataBuilderClient) PutRating(ctx context.Context, arg0 string, arg1 int64) (int64, error)
PutRating calls the PutRating RPC.
func (*MetadataBuilderClient) PutString ¶
func (c *MetadataBuilderClient) PutString(ctx context.Context, arg0 string, arg1 string) (int64, error)
PutString calls the PutString RPC.
func (*MetadataBuilderClient) PutText ¶
func (c *MetadataBuilderClient) PutText(ctx context.Context, arg0 string, arg1 string) (int64, error)
PutText calls the PutText RPC.
func (*MetadataBuilderClient) SetBitmapDimensionLimit ¶
func (c *MetadataBuilderClient) SetBitmapDimensionLimit(ctx context.Context, arg0 int32) (int64, error)
SetBitmapDimensionLimit calls the SetBitmapDimensionLimit RPC.
type MetadataClient ¶
type MetadataClient struct {
// contains filtered or unexported fields
}
MetadataClient wraps the gRPC MetadataService client.
func NewMetadataClient ¶
func NewMetadataClient(cc grpc.ClientConnInterface) *MetadataClient
NewMetadataClient creates a new Metadata client.
func (*MetadataClient) ContainsKey ¶
ContainsKey calls the ContainsKey RPC.
func (*MetadataClient) DescribeContents ¶
func (c *MetadataClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*MetadataClient) GetBitmapDimensionLimit ¶
func (c *MetadataClient) GetBitmapDimensionLimit(ctx context.Context) (int32, error)
GetBitmapDimensionLimit calls the GetBitmapDimensionLimit RPC.
func (*MetadataClient) GetDescription ¶
func (c *MetadataClient) GetDescription(ctx context.Context) (int64, error)
GetDescription calls the GetDescription RPC.
func (*MetadataClient) HashCode ¶
func (c *MetadataClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*MetadataClient) KeySet ¶
func (c *MetadataClient) KeySet(ctx context.Context) (int64, error)
KeySet calls the KeySet RPC.
func (*MetadataClient) Size ¶
func (c *MetadataClient) Size(ctx context.Context) (int32, error)
Size calls the Size RPC.
func (*MetadataClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type MetadataEditorClient ¶
type MetadataEditorClient struct {
// contains filtered or unexported fields
}
MetadataEditorClient wraps the gRPC MetadataEditorService client.
func NewMetadataEditorClient ¶
func NewMetadataEditorClient(cc grpc.ClientConnInterface) *MetadataEditorClient
NewMetadataEditorClient creates a new MetadataEditor client.
type MetadataRetrieverBitmapParamsClient ¶
type MetadataRetrieverBitmapParamsClient struct {
// contains filtered or unexported fields
}
MetadataRetrieverBitmapParamsClient wraps the gRPC MetadataRetrieverBitmapParamsService client.
func NewMetadataRetrieverBitmapParamsClient ¶
func NewMetadataRetrieverBitmapParamsClient(cc grpc.ClientConnInterface) *MetadataRetrieverBitmapParamsClient
NewMetadataRetrieverBitmapParamsClient creates a new MetadataRetrieverBitmapParams client.
func (*MetadataRetrieverBitmapParamsClient) GetActualConfig ¶
func (c *MetadataRetrieverBitmapParamsClient) GetActualConfig(ctx context.Context) (int64, error)
GetActualConfig calls the GetActualConfig RPC.
func (*MetadataRetrieverBitmapParamsClient) GetPreferredConfig ¶
func (c *MetadataRetrieverBitmapParamsClient) GetPreferredConfig(ctx context.Context) (int64, error)
GetPreferredConfig calls the GetPreferredConfig RPC.
func (*MetadataRetrieverBitmapParamsClient) SetPreferredConfig ¶
func (c *MetadataRetrieverBitmapParamsClient) SetPreferredConfig(ctx context.Context, arg0 int64) error
SetPreferredConfig calls the SetPreferredConfig RPC.
type MetadataRetrieverClient ¶
type MetadataRetrieverClient struct {
// contains filtered or unexported fields
}
MetadataRetrieverClient wraps the gRPC MetadataRetrieverService client.
func NewMetadataRetrieverClient ¶
func NewMetadataRetrieverClient(cc grpc.ClientConnInterface) *MetadataRetrieverClient
NewMetadataRetrieverClient creates a new MetadataRetriever client.
func (*MetadataRetrieverClient) Close ¶
func (c *MetadataRetrieverClient) Close(ctx context.Context, handle int64) error
Close calls the Close RPC.
func (*MetadataRetrieverClient) ExtractMetadata ¶
func (c *MetadataRetrieverClient) ExtractMetadata(ctx context.Context, handle int64, arg0 int32) (string, error)
ExtractMetadata calls the ExtractMetadata RPC.
func (*MetadataRetrieverClient) GetEmbeddedPicture ¶
func (c *MetadataRetrieverClient) GetEmbeddedPicture(ctx context.Context, handle int64) (int64, error)
GetEmbeddedPicture calls the GetEmbeddedPicture RPC.
func (*MetadataRetrieverClient) GetFrameAtIndex1 ¶
func (c *MetadataRetrieverClient) GetFrameAtIndex1(ctx context.Context, handle int64, arg0 int32) (int64, error)
GetFrameAtIndex1 calls the GetFrameAtIndex1 RPC.
func (*MetadataRetrieverClient) GetFrameAtIndex2_1 ¶
func (c *MetadataRetrieverClient) GetFrameAtIndex2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)
GetFrameAtIndex2_1 calls the GetFrameAtIndex2_1 RPC.
func (*MetadataRetrieverClient) GetFrameAtTime0 ¶
GetFrameAtTime0 calls the GetFrameAtTime0 RPC.
func (*MetadataRetrieverClient) GetFrameAtTime1_1 ¶
func (c *MetadataRetrieverClient) GetFrameAtTime1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)
GetFrameAtTime1_1 calls the GetFrameAtTime1_1 RPC.
func (*MetadataRetrieverClient) GetFrameAtTime2_2 ¶
func (c *MetadataRetrieverClient) GetFrameAtTime2_2(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error)
GetFrameAtTime2_2 calls the GetFrameAtTime2_2 RPC.
func (*MetadataRetrieverClient) GetFrameAtTime3_3 ¶
func (c *MetadataRetrieverClient) GetFrameAtTime3_3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int64) (int64, error)
GetFrameAtTime3_3 calls the GetFrameAtTime3_3 RPC.
func (*MetadataRetrieverClient) GetFramesAtIndex2 ¶
func (c *MetadataRetrieverClient) GetFramesAtIndex2(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)
GetFramesAtIndex2 calls the GetFramesAtIndex2 RPC.
func (*MetadataRetrieverClient) GetFramesAtIndex3_1 ¶
func (c *MetadataRetrieverClient) GetFramesAtIndex3_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) (int64, error)
GetFramesAtIndex3_1 calls the GetFramesAtIndex3_1 RPC.
func (*MetadataRetrieverClient) GetImageAtIndex1 ¶
func (c *MetadataRetrieverClient) GetImageAtIndex1(ctx context.Context, handle int64, arg0 int32) (int64, error)
GetImageAtIndex1 calls the GetImageAtIndex1 RPC.
func (*MetadataRetrieverClient) GetImageAtIndex2_1 ¶
func (c *MetadataRetrieverClient) GetImageAtIndex2_1(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)
GetImageAtIndex2_1 calls the GetImageAtIndex2_1 RPC.
func (*MetadataRetrieverClient) GetPrimaryImage0 ¶
func (c *MetadataRetrieverClient) GetPrimaryImage0(ctx context.Context, handle int64) (int64, error)
GetPrimaryImage0 calls the GetPrimaryImage0 RPC.
func (*MetadataRetrieverClient) GetPrimaryImage1_1 ¶
func (c *MetadataRetrieverClient) GetPrimaryImage1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)
GetPrimaryImage1_1 calls the GetPrimaryImage1_1 RPC.
func (*MetadataRetrieverClient) GetScaledFrameAtTime4 ¶
func (c *MetadataRetrieverClient) GetScaledFrameAtTime4(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, arg3 int32) (int64, error)
GetScaledFrameAtTime4 calls the GetScaledFrameAtTime4 RPC.
func (*MetadataRetrieverClient) GetScaledFrameAtTime5_1 ¶
func (c *MetadataRetrieverClient) GetScaledFrameAtTime5_1(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, arg3 int32, arg4 int64) (int64, error)
GetScaledFrameAtTime5_1 calls the GetScaledFrameAtTime5_1 RPC.
func (*MetadataRetrieverClient) Release ¶
func (c *MetadataRetrieverClient) Release(ctx context.Context, handle int64) error
Release calls the Release RPC.
func (*MetadataRetrieverClient) SetDataSource1_1 ¶
func (c *MetadataRetrieverClient) SetDataSource1_1(ctx context.Context, handle int64, arg0 int64) error
SetDataSource1_1 calls the SetDataSource1_1 RPC.
func (*MetadataRetrieverClient) SetDataSource1_2 ¶
func (c *MetadataRetrieverClient) SetDataSource1_2(ctx context.Context, handle int64, arg0 int64) error
SetDataSource1_2 calls the SetDataSource1_2 RPC.
func (*MetadataRetrieverClient) SetDataSource1_4 ¶
func (c *MetadataRetrieverClient) SetDataSource1_4(ctx context.Context, handle int64, arg0 string) error
SetDataSource1_4 calls the SetDataSource1_4 RPC.
func (*MetadataRetrieverClient) SetDataSource2 ¶
func (c *MetadataRetrieverClient) SetDataSource2(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
SetDataSource2 calls the SetDataSource2 RPC.
func (*MetadataRetrieverClient) SetDataSource3_3 ¶
func (c *MetadataRetrieverClient) SetDataSource3_3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) error
SetDataSource3_3 calls the SetDataSource3_3 RPC.
type MicrophoneDirectionClient ¶
type MicrophoneDirectionClient struct {
// contains filtered or unexported fields
}
MicrophoneDirectionClient wraps the gRPC MicrophoneDirectionService client.
func NewMicrophoneDirectionClient ¶
func NewMicrophoneDirectionClient(cc grpc.ClientConnInterface) *MicrophoneDirectionClient
NewMicrophoneDirectionClient creates a new MicrophoneDirection client.
func (*MicrophoneDirectionClient) SetPreferredMicrophoneDirection ¶
func (c *MicrophoneDirectionClient) SetPreferredMicrophoneDirection(ctx context.Context, arg0 int32) (bool, error)
SetPreferredMicrophoneDirection calls the SetPreferredMicrophoneDirection RPC.
func (*MicrophoneDirectionClient) SetPreferredMicrophoneFieldDimension ¶
func (c *MicrophoneDirectionClient) SetPreferredMicrophoneFieldDimension(ctx context.Context, arg0 float32) (bool, error)
SetPreferredMicrophoneFieldDimension calls the SetPreferredMicrophoneFieldDimension RPC.
type MicrophoneInfoClient ¶
type MicrophoneInfoClient struct {
// contains filtered or unexported fields
}
MicrophoneInfoClient wraps the gRPC MicrophoneInfoService client.
func NewMicrophoneInfoClient ¶
func NewMicrophoneInfoClient(cc grpc.ClientConnInterface) *MicrophoneInfoClient
NewMicrophoneInfoClient creates a new MicrophoneInfo client.
func (*MicrophoneInfoClient) GetAddress ¶
func (c *MicrophoneInfoClient) GetAddress(ctx context.Context) (string, error)
GetAddress calls the GetAddress RPC.
func (*MicrophoneInfoClient) GetDescription ¶
func (c *MicrophoneInfoClient) GetDescription(ctx context.Context) (string, error)
GetDescription calls the GetDescription RPC.
func (*MicrophoneInfoClient) GetDirectionality ¶
func (c *MicrophoneInfoClient) GetDirectionality(ctx context.Context) (int32, error)
GetDirectionality calls the GetDirectionality RPC.
func (*MicrophoneInfoClient) GetGroup ¶
func (c *MicrophoneInfoClient) GetGroup(ctx context.Context) (int32, error)
GetGroup calls the GetGroup RPC.
func (*MicrophoneInfoClient) GetId ¶
func (c *MicrophoneInfoClient) GetId(ctx context.Context) (int32, error)
GetId calls the GetId RPC.
func (*MicrophoneInfoClient) GetIndexInTheGroup ¶
func (c *MicrophoneInfoClient) GetIndexInTheGroup(ctx context.Context) (int32, error)
GetIndexInTheGroup calls the GetIndexInTheGroup RPC.
func (*MicrophoneInfoClient) GetLocation ¶
func (c *MicrophoneInfoClient) GetLocation(ctx context.Context) (int32, error)
GetLocation calls the GetLocation RPC.
func (*MicrophoneInfoClient) GetMaxSpl ¶
func (c *MicrophoneInfoClient) GetMaxSpl(ctx context.Context) (float32, error)
GetMaxSpl calls the GetMaxSpl RPC.
func (*MicrophoneInfoClient) GetMinSpl ¶
func (c *MicrophoneInfoClient) GetMinSpl(ctx context.Context) (float32, error)
GetMinSpl calls the GetMinSpl RPC.
func (*MicrophoneInfoClient) GetOrientation ¶
func (c *MicrophoneInfoClient) GetOrientation(ctx context.Context) (int64, error)
GetOrientation calls the GetOrientation RPC.
func (*MicrophoneInfoClient) GetPosition ¶
func (c *MicrophoneInfoClient) GetPosition(ctx context.Context) (int64, error)
GetPosition calls the GetPosition RPC.
func (*MicrophoneInfoClient) GetSensitivity ¶
func (c *MicrophoneInfoClient) GetSensitivity(ctx context.Context) (float32, error)
GetSensitivity calls the GetSensitivity RPC.
type MicrophoneInfoCoordinate3FClient ¶
type MicrophoneInfoCoordinate3FClient struct {
// contains filtered or unexported fields
}
MicrophoneInfoCoordinate3FClient wraps the gRPC MicrophoneInfoCoordinate3FService client.
func NewMicrophoneInfoCoordinate3FClient ¶
func NewMicrophoneInfoCoordinate3FClient(cc grpc.ClientConnInterface) *MicrophoneInfoCoordinate3FClient
NewMicrophoneInfoCoordinate3FClient creates a new MicrophoneInfoCoordinate3F client.
type MuxerClient ¶
type MuxerClient struct {
// contains filtered or unexported fields
}
MuxerClient wraps the gRPC MuxerService client.
func NewMuxerClient ¶
func NewMuxerClient(cc grpc.ClientConnInterface) *MuxerClient
NewMuxerClient creates a new Muxer client.
func (*MuxerClient) Release ¶
func (c *MuxerClient) Release(ctx context.Context, handle int64) error
Release calls the Release RPC.
func (*MuxerClient) SetLocation ¶
func (c *MuxerClient) SetLocation(ctx context.Context, handle int64, arg0 float32, arg1 float32) error
SetLocation calls the SetLocation RPC.
func (*MuxerClient) SetOrientationHint ¶
SetOrientationHint calls the SetOrientationHint RPC.
type ParserClient ¶
type ParserClient struct {
// contains filtered or unexported fields
}
ParserClient wraps the gRPC ParserService client.
func NewParserClient ¶
func NewParserClient(cc grpc.ClientConnInterface) *ParserClient
NewParserClient creates a new Parser client.
func (*ParserClient) CreateByName ¶
CreateByName calls the CreateByName RPC.
func (*ParserClient) GetLogSessionId ¶
func (c *ParserClient) GetLogSessionId(ctx context.Context) (int64, error)
GetLogSessionId calls the GetLogSessionId RPC.
func (*ParserClient) GetParserName ¶
func (c *ParserClient) GetParserName(ctx context.Context) (string, error)
GetParserName calls the GetParserName RPC.
func (*ParserClient) GetParserNames ¶
GetParserNames calls the GetParserNames RPC.
func (*ParserClient) Release ¶
func (c *ParserClient) Release(ctx context.Context) error
Release calls the Release RPC.
func (*ParserClient) Seek ¶
func (c *ParserClient) Seek(ctx context.Context, arg0 int64) error
Seek calls the Seek RPC.
func (*ParserClient) SetLogSessionId ¶
func (c *ParserClient) SetLogSessionId(ctx context.Context, arg0 int64) error
SetLogSessionId calls the SetLogSessionId RPC.
func (*ParserClient) SetParameter ¶
SetParameter calls the SetParameter RPC.
func (*ParserClient) SupportsParameter ¶
SupportsParameter calls the SupportsParameter RPC.
type ParserInputReaderClient ¶
type ParserInputReaderClient struct {
// contains filtered or unexported fields
}
ParserInputReaderClient wraps the gRPC ParserInputReaderService client.
func NewParserInputReaderClient ¶
func NewParserInputReaderClient(cc grpc.ClientConnInterface) *ParserInputReaderClient
NewParserInputReaderClient creates a new ParserInputReader client.
func (*ParserInputReaderClient) GetLength ¶
func (c *ParserInputReaderClient) GetLength(ctx context.Context) (int64, error)
GetLength calls the GetLength RPC.
func (*ParserInputReaderClient) GetPosition ¶
func (c *ParserInputReaderClient) GetPosition(ctx context.Context) (int64, error)
GetPosition calls the GetPosition RPC.
type ParserOutputConsumerClient ¶
type ParserOutputConsumerClient struct {
// contains filtered or unexported fields
}
ParserOutputConsumerClient wraps the gRPC ParserOutputConsumerService client.
func NewParserOutputConsumerClient ¶
func NewParserOutputConsumerClient(cc grpc.ClientConnInterface) *ParserOutputConsumerClient
NewParserOutputConsumerClient creates a new ParserOutputConsumer client.
func (*ParserOutputConsumerClient) OnSampleCompleted ¶
func (c *ParserOutputConsumerClient) OnSampleCompleted(ctx context.Context, arg0 int32, arg1 int64, arg2 int32, arg3 int32, arg4 int32, arg5 int64) error
OnSampleCompleted calls the OnSampleCompleted RPC.
func (*ParserOutputConsumerClient) OnSampleDataFound ¶
func (c *ParserOutputConsumerClient) OnSampleDataFound(ctx context.Context, arg0 int32, arg1 int64) error
OnSampleDataFound calls the OnSampleDataFound RPC.
func (*ParserOutputConsumerClient) OnSeekMapFound ¶
func (c *ParserOutputConsumerClient) OnSeekMapFound(ctx context.Context, arg0 int64) error
OnSeekMapFound calls the OnSeekMapFound RPC.
func (*ParserOutputConsumerClient) OnTrackCountFound ¶
func (c *ParserOutputConsumerClient) OnTrackCountFound(ctx context.Context, arg0 int32) error
OnTrackCountFound calls the OnTrackCountFound RPC.
func (*ParserOutputConsumerClient) OnTrackDataFound ¶
func (c *ParserOutputConsumerClient) OnTrackDataFound(ctx context.Context, arg0 int32, arg1 int64) error
OnTrackDataFound calls the OnTrackDataFound RPC.
type ParserSeekMapClient ¶
type ParserSeekMapClient struct {
// contains filtered or unexported fields
}
ParserSeekMapClient wraps the gRPC ParserSeekMapService client.
func NewParserSeekMapClient ¶
func NewParserSeekMapClient(cc grpc.ClientConnInterface) *ParserSeekMapClient
NewParserSeekMapClient creates a new ParserSeekMap client.
func (*ParserSeekMapClient) GetDurationMicros ¶
func (c *ParserSeekMapClient) GetDurationMicros(ctx context.Context) (int64, error)
GetDurationMicros calls the GetDurationMicros RPC.
func (*ParserSeekMapClient) IsSeekable ¶
func (c *ParserSeekMapClient) IsSeekable(ctx context.Context) (bool, error)
IsSeekable calls the IsSeekable RPC.
type ParserSeekPointClient ¶
type ParserSeekPointClient struct {
// contains filtered or unexported fields
}
ParserSeekPointClient wraps the gRPC ParserSeekPointService client.
func NewParserSeekPointClient ¶
func NewParserSeekPointClient(cc grpc.ClientConnInterface) *ParserSeekPointClient
NewParserSeekPointClient creates a new ParserSeekPoint client.
type ParserSeekableInputReaderClient ¶
type ParserSeekableInputReaderClient struct {
// contains filtered or unexported fields
}
ParserSeekableInputReaderClient wraps the gRPC ParserSeekableInputReaderService client.
func NewParserSeekableInputReaderClient ¶
func NewParserSeekableInputReaderClient(cc grpc.ClientConnInterface) *ParserSeekableInputReaderClient
NewParserSeekableInputReaderClient creates a new ParserSeekableInputReader client.
func (*ParserSeekableInputReaderClient) SeekToPosition ¶
func (c *ParserSeekableInputReaderClient) SeekToPosition(ctx context.Context, arg0 int64) error
SeekToPosition calls the SeekToPosition RPC.
type PlaybackParamsClient ¶
type PlaybackParamsClient struct {
// contains filtered or unexported fields
}
PlaybackParamsClient wraps the gRPC PlaybackParamsService client.
func NewPlaybackParamsClient ¶
func NewPlaybackParamsClient(cc grpc.ClientConnInterface) *PlaybackParamsClient
NewPlaybackParamsClient creates a new PlaybackParams client.
func (*PlaybackParamsClient) AllowDefaults ¶
AllowDefaults calls the AllowDefaults RPC.
func (*PlaybackParamsClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*PlaybackParamsClient) GetAudioFallbackMode ¶
func (c *PlaybackParamsClient) GetAudioFallbackMode(ctx context.Context, handle int64) (int32, error)
GetAudioFallbackMode calls the GetAudioFallbackMode RPC.
func (*PlaybackParamsClient) SetAudioFallbackMode ¶
func (c *PlaybackParamsClient) SetAudioFallbackMode(ctx context.Context, handle int64, arg0 int32) (int64, error)
SetAudioFallbackMode calls the SetAudioFallbackMode RPC.
func (*PlaybackParamsClient) SetPitch ¶
func (c *PlaybackParamsClient) SetPitch(ctx context.Context, handle int64, arg0 float32) (int64, error)
SetPitch calls the SetPitch RPC.
func (*PlaybackParamsClient) SetSpeed ¶
func (c *PlaybackParamsClient) SetSpeed(ctx context.Context, handle int64, arg0 float32) (int64, error)
SetSpeed calls the SetSpeed RPC.
func (*PlaybackParamsClient) WriteToParcel ¶
func (c *PlaybackParamsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type RatingClient ¶
type RatingClient struct {
// contains filtered or unexported fields
}
RatingClient wraps the gRPC RatingService client.
func NewRatingClient ¶
func NewRatingClient(cc grpc.ClientConnInterface) *RatingClient
NewRatingClient creates a new Rating client.
func (*RatingClient) DescribeContents ¶
func (c *RatingClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*RatingClient) GetPercentRating ¶
func (c *RatingClient) GetPercentRating(ctx context.Context) (float32, error)
GetPercentRating calls the GetPercentRating RPC.
func (*RatingClient) GetRatingStyle ¶
func (c *RatingClient) GetRatingStyle(ctx context.Context) (int32, error)
GetRatingStyle calls the GetRatingStyle RPC.
func (*RatingClient) GetStarRating ¶
func (c *RatingClient) GetStarRating(ctx context.Context) (float32, error)
GetStarRating calls the GetStarRating RPC.
func (*RatingClient) HasHeart ¶
func (c *RatingClient) HasHeart(ctx context.Context) (bool, error)
HasHeart calls the HasHeart RPC.
func (*RatingClient) IsRated ¶
func (c *RatingClient) IsRated(ctx context.Context) (bool, error)
IsRated calls the IsRated RPC.
func (*RatingClient) IsThumbUp ¶
func (c *RatingClient) IsThumbUp(ctx context.Context) (bool, error)
IsThumbUp calls the IsThumbUp RPC.
func (*RatingClient) NewHeartRating ¶
NewHeartRating calls the NewHeartRating RPC.
func (*RatingClient) NewPercentageRating ¶
NewPercentageRating calls the NewPercentageRating RPC.
func (*RatingClient) NewStarRating ¶
NewStarRating calls the NewStarRating RPC.
func (*RatingClient) NewThumbRating ¶
NewThumbRating calls the NewThumbRating RPC.
func (*RatingClient) NewUnratedRating ¶
NewUnratedRating calls the NewUnratedRating RPC.
func (*RatingClient) ToString ¶
func (c *RatingClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*RatingClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type RemoteControlClientClient ¶
type RemoteControlClientClient struct {
// contains filtered or unexported fields
}
RemoteControlClientClient wraps the gRPC RemoteControlClientService client.
func NewRemoteControlClientClient ¶
func NewRemoteControlClientClient(cc grpc.ClientConnInterface) *RemoteControlClientClient
NewRemoteControlClientClient creates a new RemoteControlClient client.
func (*RemoteControlClientClient) EditMetadata ¶
func (c *RemoteControlClientClient) EditMetadata(ctx context.Context, handle int64, arg0 bool) (int64, error)
EditMetadata calls the EditMetadata RPC.
func (*RemoteControlClientClient) GetMediaSession ¶
func (c *RemoteControlClientClient) GetMediaSession(ctx context.Context, handle int64) (int64, error)
GetMediaSession calls the GetMediaSession RPC.
func (*RemoteControlClientClient) SetMetadataUpdateListener ¶
func (c *RemoteControlClientClient) SetMetadataUpdateListener(ctx context.Context, handle int64, arg0 int64) error
SetMetadataUpdateListener calls the SetMetadataUpdateListener RPC.
func (*RemoteControlClientClient) SetOnGetPlaybackPositionListener ¶
func (c *RemoteControlClientClient) SetOnGetPlaybackPositionListener(ctx context.Context, handle int64, arg0 int64) error
SetOnGetPlaybackPositionListener calls the SetOnGetPlaybackPositionListener RPC.
func (*RemoteControlClientClient) SetPlaybackPositionUpdateListener ¶
func (c *RemoteControlClientClient) SetPlaybackPositionUpdateListener(ctx context.Context, handle int64, arg0 int64) error
SetPlaybackPositionUpdateListener calls the SetPlaybackPositionUpdateListener RPC.
func (*RemoteControlClientClient) SetPlaybackState1 ¶
func (c *RemoteControlClientClient) SetPlaybackState1(ctx context.Context, handle int64, arg0 int32) error
SetPlaybackState1 calls the SetPlaybackState1 RPC.
func (*RemoteControlClientClient) SetPlaybackState3_1 ¶
func (c *RemoteControlClientClient) SetPlaybackState3_1(ctx context.Context, handle int64, arg0 int32, arg1 int64, arg2 float32) error
SetPlaybackState3_1 calls the SetPlaybackState3_1 RPC.
func (*RemoteControlClientClient) SetTransportControlFlags ¶
func (c *RemoteControlClientClient) SetTransportControlFlags(ctx context.Context, handle int64, arg0 int32) error
SetTransportControlFlags calls the SetTransportControlFlags RPC.
type RemoteControlClientMetadataEditorClient ¶
type RemoteControlClientMetadataEditorClient struct {
// contains filtered or unexported fields
}
RemoteControlClientMetadataEditorClient wraps the gRPC RemoteControlClientMetadataEditorService client.
func NewRemoteControlClientMetadataEditorClient ¶
func NewRemoteControlClientMetadataEditorClient(cc grpc.ClientConnInterface) *RemoteControlClientMetadataEditorClient
NewRemoteControlClientMetadataEditorClient creates a new RemoteControlClientMetadataEditor client.
func (*RemoteControlClientMetadataEditorClient) Clone ¶
func (c *RemoteControlClientMetadataEditorClient) Clone(ctx context.Context) (int64, error)
Clone calls the Clone RPC.
func (*RemoteControlClientMetadataEditorClient) PutBitmap ¶
func (c *RemoteControlClientMetadataEditorClient) PutBitmap(ctx context.Context, arg0 int32, arg1 int64) (int64, error)
PutBitmap calls the PutBitmap RPC.
func (*RemoteControlClientMetadataEditorClient) PutLong ¶
func (c *RemoteControlClientMetadataEditorClient) PutLong(ctx context.Context, arg0 int32, arg1 int64) (int64, error)
PutLong calls the PutLong RPC.
type RemoteControlClientOnGetPlaybackPositionListenerClient ¶
type RemoteControlClientOnGetPlaybackPositionListenerClient struct {
// contains filtered or unexported fields
}
RemoteControlClientOnGetPlaybackPositionListenerClient wraps the gRPC RemoteControlClientOnGetPlaybackPositionListenerService client.
func NewRemoteControlClientOnGetPlaybackPositionListenerClient ¶
func NewRemoteControlClientOnGetPlaybackPositionListenerClient(cc grpc.ClientConnInterface) *RemoteControlClientOnGetPlaybackPositionListenerClient
NewRemoteControlClientOnGetPlaybackPositionListenerClient creates a new RemoteControlClientOnGetPlaybackPositionListener client.
func (*RemoteControlClientOnGetPlaybackPositionListenerClient) OnGetPlaybackPosition ¶
func (c *RemoteControlClientOnGetPlaybackPositionListenerClient) OnGetPlaybackPosition(ctx context.Context) (int64, error)
OnGetPlaybackPosition calls the OnGetPlaybackPosition RPC.
type RemoteControlClientOnMetadataUpdateListenerClient ¶
type RemoteControlClientOnMetadataUpdateListenerClient struct {
// contains filtered or unexported fields
}
RemoteControlClientOnMetadataUpdateListenerClient wraps the gRPC RemoteControlClientOnMetadataUpdateListenerService client.
func NewRemoteControlClientOnMetadataUpdateListenerClient ¶
func NewRemoteControlClientOnMetadataUpdateListenerClient(cc grpc.ClientConnInterface) *RemoteControlClientOnMetadataUpdateListenerClient
NewRemoteControlClientOnMetadataUpdateListenerClient creates a new RemoteControlClientOnMetadataUpdateListener client.
func (*RemoteControlClientOnMetadataUpdateListenerClient) OnMetadataUpdate ¶
func (c *RemoteControlClientOnMetadataUpdateListenerClient) OnMetadataUpdate(ctx context.Context, arg0 int32, arg1 int64) error
OnMetadataUpdate calls the OnMetadataUpdate RPC.
type RemoteControlClientOnPlaybackPositionUpdateListenerClient ¶
type RemoteControlClientOnPlaybackPositionUpdateListenerClient struct {
// contains filtered or unexported fields
}
RemoteControlClientOnPlaybackPositionUpdateListenerClient wraps the gRPC RemoteControlClientOnPlaybackPositionUpdateListenerService client.
func NewRemoteControlClientOnPlaybackPositionUpdateListenerClient ¶
func NewRemoteControlClientOnPlaybackPositionUpdateListenerClient(cc grpc.ClientConnInterface) *RemoteControlClientOnPlaybackPositionUpdateListenerClient
NewRemoteControlClientOnPlaybackPositionUpdateListenerClient creates a new RemoteControlClientOnPlaybackPositionUpdateListener client.
func (*RemoteControlClientOnPlaybackPositionUpdateListenerClient) OnPlaybackPositionUpdate ¶
func (c *RemoteControlClientOnPlaybackPositionUpdateListenerClient) OnPlaybackPositionUpdate(ctx context.Context, arg0 int64) error
OnPlaybackPositionUpdate calls the OnPlaybackPositionUpdate RPC.
type RemoteControllerClient ¶
type RemoteControllerClient struct {
// contains filtered or unexported fields
}
RemoteControllerClient wraps the gRPC RemoteControllerService client.
func NewRemoteControllerClient ¶
func NewRemoteControllerClient(cc grpc.ClientConnInterface) *RemoteControllerClient
NewRemoteControllerClient creates a new RemoteController client.
func (*RemoteControllerClient) ClearArtworkConfiguration ¶
func (c *RemoteControllerClient) ClearArtworkConfiguration(ctx context.Context, handle int64) (bool, error)
ClearArtworkConfiguration calls the ClearArtworkConfiguration RPC.
func (*RemoteControllerClient) EditMetadata ¶
EditMetadata calls the EditMetadata RPC.
func (*RemoteControllerClient) GetEstimatedMediaPosition ¶
func (c *RemoteControllerClient) GetEstimatedMediaPosition(ctx context.Context, handle int64) (int64, error)
GetEstimatedMediaPosition calls the GetEstimatedMediaPosition RPC.
func (*RemoteControllerClient) SeekTo ¶
func (c *RemoteControllerClient) SeekTo(ctx context.Context, handle int64, arg0 int64) (bool, error)
SeekTo calls the SeekTo RPC.
func (*RemoteControllerClient) SendMediaKeyEvent ¶
func (c *RemoteControllerClient) SendMediaKeyEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)
SendMediaKeyEvent calls the SendMediaKeyEvent RPC.
func (*RemoteControllerClient) SetArtworkConfiguration ¶
func (c *RemoteControllerClient) SetArtworkConfiguration(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)
SetArtworkConfiguration calls the SetArtworkConfiguration RPC.
func (*RemoteControllerClient) SetSynchronizationMode ¶
func (c *RemoteControllerClient) SetSynchronizationMode(ctx context.Context, handle int64, arg0 int32) (bool, error)
SetSynchronizationMode calls the SetSynchronizationMode RPC.
type RemoteControllerOnClientUpdateListenerClient ¶
type RemoteControllerOnClientUpdateListenerClient struct {
// contains filtered or unexported fields
}
RemoteControllerOnClientUpdateListenerClient wraps the gRPC RemoteControllerOnClientUpdateListenerService client.
func NewRemoteControllerOnClientUpdateListenerClient ¶
func NewRemoteControllerOnClientUpdateListenerClient(cc grpc.ClientConnInterface) *RemoteControllerOnClientUpdateListenerClient
NewRemoteControllerOnClientUpdateListenerClient creates a new RemoteControllerOnClientUpdateListener client.
func (*RemoteControllerOnClientUpdateListenerClient) OnClientChange ¶
func (c *RemoteControllerOnClientUpdateListenerClient) OnClientChange(ctx context.Context, arg0 bool) error
OnClientChange calls the OnClientChange RPC.
func (*RemoteControllerOnClientUpdateListenerClient) OnClientMetadataUpdate ¶
func (c *RemoteControllerOnClientUpdateListenerClient) OnClientMetadataUpdate(ctx context.Context, arg0 int64) error
OnClientMetadataUpdate calls the OnClientMetadataUpdate RPC.
func (*RemoteControllerOnClientUpdateListenerClient) OnClientPlaybackStateUpdate1 ¶
func (c *RemoteControllerOnClientUpdateListenerClient) OnClientPlaybackStateUpdate1(ctx context.Context, arg0 int32) error
OnClientPlaybackStateUpdate1 calls the OnClientPlaybackStateUpdate1 RPC.
func (*RemoteControllerOnClientUpdateListenerClient) OnClientPlaybackStateUpdate4_1 ¶
func (c *RemoteControllerOnClientUpdateListenerClient) OnClientPlaybackStateUpdate4_1(ctx context.Context, arg0 int32, arg1 int64, arg2 int64, arg3 float32) error
OnClientPlaybackStateUpdate4_1 calls the OnClientPlaybackStateUpdate4_1 RPC.
func (*RemoteControllerOnClientUpdateListenerClient) OnClientTransportControlUpdate ¶
func (c *RemoteControllerOnClientUpdateListenerClient) OnClientTransportControlUpdate(ctx context.Context, arg0 int32) error
OnClientTransportControlUpdate calls the OnClientTransportControlUpdate RPC.
type Route2InfoBuilderClient ¶
type Route2InfoBuilderClient struct {
// contains filtered or unexported fields
}
Route2InfoBuilderClient wraps the gRPC Route2InfoBuilderService client.
func NewRoute2InfoBuilderClient ¶
func NewRoute2InfoBuilderClient(cc grpc.ClientConnInterface) *Route2InfoBuilderClient
NewRoute2InfoBuilderClient creates a new Route2InfoBuilder client.
func (*Route2InfoBuilderClient) AddFeature ¶
AddFeature calls the AddFeature RPC.
func (*Route2InfoBuilderClient) Build ¶
func (c *Route2InfoBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*Route2InfoBuilderClient) ClearFeatures ¶
func (c *Route2InfoBuilderClient) ClearFeatures(ctx context.Context) (int64, error)
ClearFeatures calls the ClearFeatures RPC.
func (*Route2InfoBuilderClient) SetClientPackageName ¶
func (c *Route2InfoBuilderClient) SetClientPackageName(ctx context.Context, arg0 string) (int64, error)
SetClientPackageName calls the SetClientPackageName RPC.
func (*Route2InfoBuilderClient) SetConnectionState ¶
func (c *Route2InfoBuilderClient) SetConnectionState(ctx context.Context, arg0 int32) (int64, error)
SetConnectionState calls the SetConnectionState RPC.
func (*Route2InfoBuilderClient) SetDescription ¶
SetDescription calls the SetDescription RPC.
func (*Route2InfoBuilderClient) SetIconUri ¶
SetIconUri calls the SetIconUri RPC.
func (*Route2InfoBuilderClient) SetSuitabilityStatus ¶
func (c *Route2InfoBuilderClient) SetSuitabilityStatus(ctx context.Context, arg0 int32) (int64, error)
SetSuitabilityStatus calls the SetSuitabilityStatus RPC.
func (*Route2InfoBuilderClient) SetVisibilityPublic ¶
func (c *Route2InfoBuilderClient) SetVisibilityPublic(ctx context.Context) (int64, error)
SetVisibilityPublic calls the SetVisibilityPublic RPC.
func (*Route2InfoBuilderClient) SetVolumeHandling ¶
SetVolumeHandling calls the SetVolumeHandling RPC.
func (*Route2InfoBuilderClient) SetVolumeMax ¶
SetVolumeMax calls the SetVolumeMax RPC.
type Route2InfoClient ¶
type Route2InfoClient struct {
// contains filtered or unexported fields
}
Route2InfoClient wraps the gRPC Route2InfoService client.
func NewRoute2InfoClient ¶
func NewRoute2InfoClient(cc grpc.ClientConnInterface) *Route2InfoClient
NewRoute2InfoClient creates a new Route2Info client.
func (*Route2InfoClient) DescribeContents ¶
func (c *Route2InfoClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*Route2InfoClient) GetClientPackageName ¶
func (c *Route2InfoClient) GetClientPackageName(ctx context.Context) (string, error)
GetClientPackageName calls the GetClientPackageName RPC.
func (*Route2InfoClient) GetConnectionState ¶
func (c *Route2InfoClient) GetConnectionState(ctx context.Context) (int32, error)
GetConnectionState calls the GetConnectionState RPC.
func (*Route2InfoClient) GetDeduplicationIds ¶
func (c *Route2InfoClient) GetDeduplicationIds(ctx context.Context) (int64, error)
GetDeduplicationIds calls the GetDeduplicationIds RPC.
func (*Route2InfoClient) GetDescription ¶
func (c *Route2InfoClient) GetDescription(ctx context.Context) (int64, error)
GetDescription calls the GetDescription RPC.
func (*Route2InfoClient) GetExtras ¶
func (c *Route2InfoClient) GetExtras(ctx context.Context) (int64, error)
GetExtras calls the GetExtras RPC.
func (*Route2InfoClient) GetFeatures ¶
func (c *Route2InfoClient) GetFeatures(ctx context.Context) (int64, error)
GetFeatures calls the GetFeatures RPC.
func (*Route2InfoClient) GetIconUri ¶
func (c *Route2InfoClient) GetIconUri(ctx context.Context) (int64, error)
GetIconUri calls the GetIconUri RPC.
func (*Route2InfoClient) GetId ¶
func (c *Route2InfoClient) GetId(ctx context.Context) (string, error)
GetId calls the GetId RPC.
func (*Route2InfoClient) GetName ¶
func (c *Route2InfoClient) GetName(ctx context.Context) (int64, error)
GetName calls the GetName RPC.
func (*Route2InfoClient) GetSuitabilityStatus ¶
func (c *Route2InfoClient) GetSuitabilityStatus(ctx context.Context) (int32, error)
GetSuitabilityStatus calls the GetSuitabilityStatus RPC.
func (*Route2InfoClient) GetType ¶
func (c *Route2InfoClient) GetType(ctx context.Context) (int32, error)
GetType calls the GetType RPC.
func (*Route2InfoClient) GetVolume ¶
func (c *Route2InfoClient) GetVolume(ctx context.Context) (int32, error)
GetVolume calls the GetVolume RPC.
func (*Route2InfoClient) GetVolumeHandling ¶
func (c *Route2InfoClient) GetVolumeHandling(ctx context.Context) (int32, error)
GetVolumeHandling calls the GetVolumeHandling RPC.
func (*Route2InfoClient) GetVolumeMax ¶
func (c *Route2InfoClient) GetVolumeMax(ctx context.Context) (int32, error)
GetVolumeMax calls the GetVolumeMax RPC.
func (*Route2InfoClient) HashCode ¶
func (c *Route2InfoClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*Route2InfoClient) IsSystemRoute ¶
func (c *Route2InfoClient) IsSystemRoute(ctx context.Context) (bool, error)
IsSystemRoute calls the IsSystemRoute RPC.
func (*Route2InfoClient) ToString ¶
func (c *Route2InfoClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*Route2InfoClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type Route2ProviderServiceClient ¶
type Route2ProviderServiceClient struct {
// contains filtered or unexported fields
}
Route2ProviderServiceClient wraps the gRPC Route2ProviderServiceService client.
func NewRoute2ProviderServiceClient ¶
func NewRoute2ProviderServiceClient(cc grpc.ClientConnInterface) *Route2ProviderServiceClient
NewRoute2ProviderServiceClient creates a new Route2ProviderService client.
func (*Route2ProviderServiceClient) GetAllSessionInfo ¶
func (c *Route2ProviderServiceClient) GetAllSessionInfo(ctx context.Context) (int64, error)
GetAllSessionInfo calls the GetAllSessionInfo RPC.
func (*Route2ProviderServiceClient) GetSessionInfo ¶
func (c *Route2ProviderServiceClient) GetSessionInfo(ctx context.Context, arg0 string) (int64, error)
GetSessionInfo calls the GetSessionInfo RPC.
func (*Route2ProviderServiceClient) NotifyRequestFailed ¶
func (c *Route2ProviderServiceClient) NotifyRequestFailed(ctx context.Context, arg0 int64, arg1 int32) error
NotifyRequestFailed calls the NotifyRequestFailed RPC.
func (*Route2ProviderServiceClient) NotifySessionCreated ¶
func (c *Route2ProviderServiceClient) NotifySessionCreated(ctx context.Context, arg0 int64, arg1 int64) error
NotifySessionCreated calls the NotifySessionCreated RPC.
func (*Route2ProviderServiceClient) NotifySessionReleased ¶
func (c *Route2ProviderServiceClient) NotifySessionReleased(ctx context.Context, arg0 string) error
NotifySessionReleased calls the NotifySessionReleased RPC.
func (*Route2ProviderServiceClient) NotifySessionUpdated ¶
func (c *Route2ProviderServiceClient) NotifySessionUpdated(ctx context.Context, arg0 int64) error
NotifySessionUpdated calls the NotifySessionUpdated RPC.
func (*Route2ProviderServiceClient) OnCreateSession ¶
func (c *Route2ProviderServiceClient) OnCreateSession(ctx context.Context, arg0 int64, arg1 string, arg2 string, arg3 int64) error
OnCreateSession calls the OnCreateSession RPC.
func (*Route2ProviderServiceClient) OnDeselectRoute ¶
func (c *Route2ProviderServiceClient) OnDeselectRoute(ctx context.Context, arg0 int64, arg1 string, arg2 string) error
OnDeselectRoute calls the OnDeselectRoute RPC.
func (*Route2ProviderServiceClient) OnDiscoveryPreferenceChanged ¶
func (c *Route2ProviderServiceClient) OnDiscoveryPreferenceChanged(ctx context.Context, arg0 int64) error
OnDiscoveryPreferenceChanged calls the OnDiscoveryPreferenceChanged RPC.
func (*Route2ProviderServiceClient) OnReleaseSession ¶
func (c *Route2ProviderServiceClient) OnReleaseSession(ctx context.Context, arg0 int64, arg1 string) error
OnReleaseSession calls the OnReleaseSession RPC.
func (*Route2ProviderServiceClient) OnSelectRoute ¶
func (c *Route2ProviderServiceClient) OnSelectRoute(ctx context.Context, arg0 int64, arg1 string, arg2 string) error
OnSelectRoute calls the OnSelectRoute RPC.
func (*Route2ProviderServiceClient) OnSetRouteVolume ¶
func (c *Route2ProviderServiceClient) OnSetRouteVolume(ctx context.Context, arg0 int64, arg1 string, arg2 int32) error
OnSetRouteVolume calls the OnSetRouteVolume RPC.
func (*Route2ProviderServiceClient) OnSetSessionVolume ¶
func (c *Route2ProviderServiceClient) OnSetSessionVolume(ctx context.Context, arg0 int64, arg1 string, arg2 int32) error
OnSetSessionVolume calls the OnSetSessionVolume RPC.
func (*Route2ProviderServiceClient) OnTransferToRoute ¶
func (c *Route2ProviderServiceClient) OnTransferToRoute(ctx context.Context, arg0 int64, arg1 string, arg2 string) error
OnTransferToRoute calls the OnTransferToRoute RPC.
type RouteDiscoveryPreferenceBuilderClient ¶
type RouteDiscoveryPreferenceBuilderClient struct {
// contains filtered or unexported fields
}
RouteDiscoveryPreferenceBuilderClient wraps the gRPC RouteDiscoveryPreferenceBuilderService client.
func NewRouteDiscoveryPreferenceBuilderClient ¶
func NewRouteDiscoveryPreferenceBuilderClient(cc grpc.ClientConnInterface) *RouteDiscoveryPreferenceBuilderClient
NewRouteDiscoveryPreferenceBuilderClient creates a new RouteDiscoveryPreferenceBuilder client.
func (*RouteDiscoveryPreferenceBuilderClient) Build ¶
func (c *RouteDiscoveryPreferenceBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*RouteDiscoveryPreferenceBuilderClient) SetShouldPerformActiveScan ¶
func (c *RouteDiscoveryPreferenceBuilderClient) SetShouldPerformActiveScan(ctx context.Context, arg0 bool) (int64, error)
SetShouldPerformActiveScan calls the SetShouldPerformActiveScan RPC.
type RouteDiscoveryPreferenceClient ¶
type RouteDiscoveryPreferenceClient struct {
// contains filtered or unexported fields
}
RouteDiscoveryPreferenceClient wraps the gRPC RouteDiscoveryPreferenceService client.
func NewRouteDiscoveryPreferenceClient ¶
func NewRouteDiscoveryPreferenceClient(cc grpc.ClientConnInterface) *RouteDiscoveryPreferenceClient
NewRouteDiscoveryPreferenceClient creates a new RouteDiscoveryPreference client.
func (*RouteDiscoveryPreferenceClient) DescribeContents ¶
func (c *RouteDiscoveryPreferenceClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*RouteDiscoveryPreferenceClient) GetPreferredFeatures ¶
func (c *RouteDiscoveryPreferenceClient) GetPreferredFeatures(ctx context.Context) (int64, error)
GetPreferredFeatures calls the GetPreferredFeatures RPC.
func (*RouteDiscoveryPreferenceClient) HashCode ¶
func (c *RouteDiscoveryPreferenceClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*RouteDiscoveryPreferenceClient) ShouldPerformActiveScan ¶
func (c *RouteDiscoveryPreferenceClient) ShouldPerformActiveScan(ctx context.Context) (bool, error)
ShouldPerformActiveScan calls the ShouldPerformActiveScan RPC.
func (*RouteDiscoveryPreferenceClient) ToString ¶
func (c *RouteDiscoveryPreferenceClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*RouteDiscoveryPreferenceClient) WriteToParcel ¶
func (c *RouteDiscoveryPreferenceClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type RouteListingPreferenceBuilderClient ¶
type RouteListingPreferenceBuilderClient struct {
// contains filtered or unexported fields
}
RouteListingPreferenceBuilderClient wraps the gRPC RouteListingPreferenceBuilderService client.
func NewRouteListingPreferenceBuilderClient ¶
func NewRouteListingPreferenceBuilderClient(cc grpc.ClientConnInterface) *RouteListingPreferenceBuilderClient
NewRouteListingPreferenceBuilderClient creates a new RouteListingPreferenceBuilder client.
func (*RouteListingPreferenceBuilderClient) Build ¶
func (c *RouteListingPreferenceBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*RouteListingPreferenceBuilderClient) SetLinkedItemComponentName ¶
func (c *RouteListingPreferenceBuilderClient) SetLinkedItemComponentName(ctx context.Context, arg0 int64) (int64, error)
SetLinkedItemComponentName calls the SetLinkedItemComponentName RPC.
func (*RouteListingPreferenceBuilderClient) SetUseSystemOrdering ¶
func (c *RouteListingPreferenceBuilderClient) SetUseSystemOrdering(ctx context.Context, arg0 bool) (int64, error)
SetUseSystemOrdering calls the SetUseSystemOrdering RPC.
type RouteListingPreferenceClient ¶
type RouteListingPreferenceClient struct {
// contains filtered or unexported fields
}
RouteListingPreferenceClient wraps the gRPC RouteListingPreferenceService client.
func NewRouteListingPreferenceClient ¶
func NewRouteListingPreferenceClient(cc grpc.ClientConnInterface) *RouteListingPreferenceClient
NewRouteListingPreferenceClient creates a new RouteListingPreference client.
func (*RouteListingPreferenceClient) DescribeContents ¶
func (c *RouteListingPreferenceClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*RouteListingPreferenceClient) GetItems ¶
func (c *RouteListingPreferenceClient) GetItems(ctx context.Context) (int64, error)
GetItems calls the GetItems RPC.
func (*RouteListingPreferenceClient) GetLinkedItemComponentName ¶
func (c *RouteListingPreferenceClient) GetLinkedItemComponentName(ctx context.Context) (int64, error)
GetLinkedItemComponentName calls the GetLinkedItemComponentName RPC.
func (*RouteListingPreferenceClient) GetUseSystemOrdering ¶
func (c *RouteListingPreferenceClient) GetUseSystemOrdering(ctx context.Context) (bool, error)
GetUseSystemOrdering calls the GetUseSystemOrdering RPC.
func (*RouteListingPreferenceClient) HashCode ¶
func (c *RouteListingPreferenceClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*RouteListingPreferenceClient) WriteToParcel ¶
func (c *RouteListingPreferenceClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type RouteListingPreferenceItemClient ¶
type RouteListingPreferenceItemClient struct {
// contains filtered or unexported fields
}
RouteListingPreferenceItemClient wraps the gRPC RouteListingPreferenceItemService client.
func NewRouteListingPreferenceItemClient ¶
func NewRouteListingPreferenceItemClient(cc grpc.ClientConnInterface) *RouteListingPreferenceItemClient
NewRouteListingPreferenceItemClient creates a new RouteListingPreferenceItem client.
func (*RouteListingPreferenceItemClient) DescribeContents ¶
func (c *RouteListingPreferenceItemClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*RouteListingPreferenceItemClient) GetCustomSubtextMessage ¶
func (c *RouteListingPreferenceItemClient) GetCustomSubtextMessage(ctx context.Context) (int64, error)
GetCustomSubtextMessage calls the GetCustomSubtextMessage RPC.
func (*RouteListingPreferenceItemClient) GetFlags ¶
func (c *RouteListingPreferenceItemClient) GetFlags(ctx context.Context) (int32, error)
GetFlags calls the GetFlags RPC.
func (*RouteListingPreferenceItemClient) GetRouteId ¶
func (c *RouteListingPreferenceItemClient) GetRouteId(ctx context.Context) (string, error)
GetRouteId calls the GetRouteId RPC.
func (*RouteListingPreferenceItemClient) GetSelectionBehavior ¶
func (c *RouteListingPreferenceItemClient) GetSelectionBehavior(ctx context.Context) (int32, error)
GetSelectionBehavior calls the GetSelectionBehavior RPC.
func (*RouteListingPreferenceItemClient) GetSubText ¶
func (c *RouteListingPreferenceItemClient) GetSubText(ctx context.Context) (int32, error)
GetSubText calls the GetSubText RPC.
func (*RouteListingPreferenceItemClient) HashCode ¶
func (c *RouteListingPreferenceItemClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*RouteListingPreferenceItemClient) WriteToParcel ¶
func (c *RouteListingPreferenceItemClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type Router2Client ¶
type Router2Client struct {
// contains filtered or unexported fields
}
Router2Client wraps the gRPC Router2Service client.
func NewRouter2Client ¶
func NewRouter2Client(cc grpc.ClientConnInterface) *Router2Client
NewRouter2Client creates a new Router2 client.
func (*Router2Client) CancelScanRequest ¶
func (c *Router2Client) CancelScanRequest(ctx context.Context, arg0 int64) error
CancelScanRequest calls the CancelScanRequest RPC.
func (*Router2Client) GetController ¶
GetController calls the GetController RPC.
func (*Router2Client) GetControllers ¶
func (c *Router2Client) GetControllers(ctx context.Context) (int64, error)
GetControllers calls the GetControllers RPC.
func (*Router2Client) GetInstance1 ¶
GetInstance1 calls the GetInstance1 RPC.
func (*Router2Client) GetInstance4_1 ¶
func (c *Router2Client) GetInstance4_1(ctx context.Context, arg0 int64, arg1 string, arg2 int64, arg3 int64) (int64, error)
GetInstance4_1 calls the GetInstance4_1 RPC.
func (*Router2Client) GetRouteListingPreference ¶
func (c *Router2Client) GetRouteListingPreference(ctx context.Context) (int64, error)
GetRouteListingPreference calls the GetRouteListingPreference RPC.
func (*Router2Client) GetRoutes ¶
func (c *Router2Client) GetRoutes(ctx context.Context) (int64, error)
GetRoutes calls the GetRoutes RPC.
func (*Router2Client) GetSystemController ¶
func (c *Router2Client) GetSystemController(ctx context.Context) (int64, error)
GetSystemController calls the GetSystemController RPC.
func (*Router2Client) RegisterControllerCallback ¶
func (c *Router2Client) RegisterControllerCallback(ctx context.Context, arg0 int64, arg1 int64) error
RegisterControllerCallback calls the RegisterControllerCallback RPC.
func (*Router2Client) RegisterRouteCallback ¶
func (c *Router2Client) RegisterRouteCallback(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
RegisterRouteCallback calls the RegisterRouteCallback RPC.
func (*Router2Client) RegisterTransferCallback ¶
RegisterTransferCallback calls the RegisterTransferCallback RPC.
func (*Router2Client) RequestScan ¶
RequestScan calls the RequestScan RPC.
func (*Router2Client) SetOnGetControllerHintsListener ¶
func (c *Router2Client) SetOnGetControllerHintsListener(ctx context.Context, arg0 int64) error
SetOnGetControllerHintsListener calls the SetOnGetControllerHintsListener RPC.
func (*Router2Client) SetRouteListingPreference ¶
func (c *Router2Client) SetRouteListingPreference(ctx context.Context, arg0 int64) error
SetRouteListingPreference calls the SetRouteListingPreference RPC.
func (*Router2Client) SetRouteVolume ¶
SetRouteVolume calls the SetRouteVolume RPC.
func (*Router2Client) ShowSystemOutputSwitcher ¶
func (c *Router2Client) ShowSystemOutputSwitcher(ctx context.Context) (bool, error)
ShowSystemOutputSwitcher calls the ShowSystemOutputSwitcher RPC.
func (*Router2Client) Stop ¶
func (c *Router2Client) Stop(ctx context.Context) error
Stop calls the Stop RPC.
func (*Router2Client) TransferTo ¶
func (c *Router2Client) TransferTo(ctx context.Context, arg0 int64) error
TransferTo calls the TransferTo RPC.
func (*Router2Client) UnregisterControllerCallback ¶
func (c *Router2Client) UnregisterControllerCallback(ctx context.Context, arg0 int64) error
UnregisterControllerCallback calls the UnregisterControllerCallback RPC.
func (*Router2Client) UnregisterRouteCallback ¶
func (c *Router2Client) UnregisterRouteCallback(ctx context.Context, arg0 int64) error
UnregisterRouteCallback calls the UnregisterRouteCallback RPC.
func (*Router2Client) UnregisterTransferCallback ¶
func (c *Router2Client) UnregisterTransferCallback(ctx context.Context, arg0 int64) error
UnregisterTransferCallback calls the UnregisterTransferCallback RPC.
type Router2ControllerCallbackClient ¶
type Router2ControllerCallbackClient struct {
// contains filtered or unexported fields
}
Router2ControllerCallbackClient wraps the gRPC Router2ControllerCallbackService client.
func NewRouter2ControllerCallbackClient ¶
func NewRouter2ControllerCallbackClient(cc grpc.ClientConnInterface) *Router2ControllerCallbackClient
NewRouter2ControllerCallbackClient creates a new Router2ControllerCallback client.
func (*Router2ControllerCallbackClient) OnControllerUpdated ¶
func (c *Router2ControllerCallbackClient) OnControllerUpdated(ctx context.Context, arg0 int64) error
OnControllerUpdated calls the OnControllerUpdated RPC.
type Router2OnGetControllerHintsListenerClient ¶
type Router2OnGetControllerHintsListenerClient struct {
// contains filtered or unexported fields
}
Router2OnGetControllerHintsListenerClient wraps the gRPC Router2OnGetControllerHintsListenerService client.
func NewRouter2OnGetControllerHintsListenerClient ¶
func NewRouter2OnGetControllerHintsListenerClient(cc grpc.ClientConnInterface) *Router2OnGetControllerHintsListenerClient
NewRouter2OnGetControllerHintsListenerClient creates a new Router2OnGetControllerHintsListener client.
func (*Router2OnGetControllerHintsListenerClient) OnGetControllerHints ¶
func (c *Router2OnGetControllerHintsListenerClient) OnGetControllerHints(ctx context.Context, arg0 int64) (int64, error)
OnGetControllerHints calls the OnGetControllerHints RPC.
type Router2RoutingControllerClient ¶
type Router2RoutingControllerClient struct {
// contains filtered or unexported fields
}
Router2RoutingControllerClient wraps the gRPC Router2RoutingControllerService client.
func NewRouter2RoutingControllerClient ¶
func NewRouter2RoutingControllerClient(cc grpc.ClientConnInterface) *Router2RoutingControllerClient
NewRouter2RoutingControllerClient creates a new Router2RoutingController client.
func (*Router2RoutingControllerClient) DeselectRoute ¶
func (c *Router2RoutingControllerClient) DeselectRoute(ctx context.Context, arg0 int64) error
DeselectRoute calls the DeselectRoute RPC.
func (*Router2RoutingControllerClient) GetControlHints ¶
func (c *Router2RoutingControllerClient) GetControlHints(ctx context.Context) (int64, error)
GetControlHints calls the GetControlHints RPC.
func (*Router2RoutingControllerClient) GetDeselectableRoutes ¶
func (c *Router2RoutingControllerClient) GetDeselectableRoutes(ctx context.Context) (int64, error)
GetDeselectableRoutes calls the GetDeselectableRoutes RPC.
func (*Router2RoutingControllerClient) GetId ¶
func (c *Router2RoutingControllerClient) GetId(ctx context.Context) (string, error)
GetId calls the GetId RPC.
func (*Router2RoutingControllerClient) GetRoutingSessionInfo ¶
func (c *Router2RoutingControllerClient) GetRoutingSessionInfo(ctx context.Context) (int64, error)
GetRoutingSessionInfo calls the GetRoutingSessionInfo RPC.
func (*Router2RoutingControllerClient) GetSelectableRoutes ¶
func (c *Router2RoutingControllerClient) GetSelectableRoutes(ctx context.Context) (int64, error)
GetSelectableRoutes calls the GetSelectableRoutes RPC.
func (*Router2RoutingControllerClient) GetSelectedRoutes ¶
func (c *Router2RoutingControllerClient) GetSelectedRoutes(ctx context.Context) (int64, error)
GetSelectedRoutes calls the GetSelectedRoutes RPC.
func (*Router2RoutingControllerClient) GetTransferableRoutes ¶
func (c *Router2RoutingControllerClient) GetTransferableRoutes(ctx context.Context) (int64, error)
GetTransferableRoutes calls the GetTransferableRoutes RPC.
func (*Router2RoutingControllerClient) GetVolume ¶
func (c *Router2RoutingControllerClient) GetVolume(ctx context.Context) (int32, error)
GetVolume calls the GetVolume RPC.
func (*Router2RoutingControllerClient) GetVolumeHandling ¶
func (c *Router2RoutingControllerClient) GetVolumeHandling(ctx context.Context) (int32, error)
GetVolumeHandling calls the GetVolumeHandling RPC.
func (*Router2RoutingControllerClient) GetVolumeMax ¶
func (c *Router2RoutingControllerClient) GetVolumeMax(ctx context.Context) (int32, error)
GetVolumeMax calls the GetVolumeMax RPC.
func (*Router2RoutingControllerClient) IsReleased ¶
func (c *Router2RoutingControllerClient) IsReleased(ctx context.Context) (bool, error)
IsReleased calls the IsReleased RPC.
func (*Router2RoutingControllerClient) Release ¶
func (c *Router2RoutingControllerClient) Release(ctx context.Context) error
Release calls the Release RPC.
func (*Router2RoutingControllerClient) SelectRoute ¶
func (c *Router2RoutingControllerClient) SelectRoute(ctx context.Context, arg0 int64) error
SelectRoute calls the SelectRoute RPC.
func (*Router2RoutingControllerClient) SetVolume ¶
func (c *Router2RoutingControllerClient) SetVolume(ctx context.Context, arg0 int32) error
SetVolume calls the SetVolume RPC.
func (*Router2RoutingControllerClient) ToString ¶
func (c *Router2RoutingControllerClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*Router2RoutingControllerClient) WasTransferInitiatedBySelf ¶
func (c *Router2RoutingControllerClient) WasTransferInitiatedBySelf(ctx context.Context) (bool, error)
WasTransferInitiatedBySelf calls the WasTransferInitiatedBySelf RPC.
type Router2ScanRequestClient ¶
type Router2ScanRequestClient struct {
// contains filtered or unexported fields
}
Router2ScanRequestClient wraps the gRPC Router2ScanRequestService client.
func NewRouter2ScanRequestClient ¶
func NewRouter2ScanRequestClient(cc grpc.ClientConnInterface) *Router2ScanRequestClient
NewRouter2ScanRequestClient creates a new Router2ScanRequest client.
func (*Router2ScanRequestClient) IsScreenOffScan ¶
func (c *Router2ScanRequestClient) IsScreenOffScan(ctx context.Context) (bool, error)
IsScreenOffScan calls the IsScreenOffScan RPC.
type Router2TransferCallbackClient ¶
type Router2TransferCallbackClient struct {
// contains filtered or unexported fields
}
Router2TransferCallbackClient wraps the gRPC Router2TransferCallbackService client.
func NewRouter2TransferCallbackClient ¶
func NewRouter2TransferCallbackClient(cc grpc.ClientConnInterface) *Router2TransferCallbackClient
NewRouter2TransferCallbackClient creates a new Router2TransferCallback client.
func (*Router2TransferCallbackClient) OnStop ¶
func (c *Router2TransferCallbackClient) OnStop(ctx context.Context, arg0 int64) error
OnStop calls the OnStop RPC.
func (*Router2TransferCallbackClient) OnTransfer ¶
func (c *Router2TransferCallbackClient) OnTransfer(ctx context.Context, arg0 int64, arg1 int64) error
OnTransfer calls the OnTransfer RPC.
func (*Router2TransferCallbackClient) OnTransferFailure ¶
func (c *Router2TransferCallbackClient) OnTransferFailure(ctx context.Context, arg0 int64) error
OnTransferFailure calls the OnTransferFailure RPC.
type RouterCallbackClient ¶
type RouterCallbackClient struct {
// contains filtered or unexported fields
}
RouterCallbackClient wraps the gRPC RouterCallbackService client.
func NewRouterCallbackClient ¶
func NewRouterCallbackClient(cc grpc.ClientConnInterface) *RouterCallbackClient
NewRouterCallbackClient creates a new RouterCallback client.
func (*RouterCallbackClient) OnRouteAdded ¶
OnRouteAdded calls the OnRouteAdded RPC.
func (*RouterCallbackClient) OnRouteChanged ¶
OnRouteChanged calls the OnRouteChanged RPC.
func (*RouterCallbackClient) OnRouteGrouped ¶
func (c *RouterCallbackClient) OnRouteGrouped(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int32) error
OnRouteGrouped calls the OnRouteGrouped RPC.
func (*RouterCallbackClient) OnRoutePresentationDisplayChanged ¶
func (c *RouterCallbackClient) OnRoutePresentationDisplayChanged(ctx context.Context, arg0 int64, arg1 int64) error
OnRoutePresentationDisplayChanged calls the OnRoutePresentationDisplayChanged RPC.
func (*RouterCallbackClient) OnRouteRemoved ¶
OnRouteRemoved calls the OnRouteRemoved RPC.
func (*RouterCallbackClient) OnRouteSelected ¶
func (c *RouterCallbackClient) OnRouteSelected(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
OnRouteSelected calls the OnRouteSelected RPC.
func (*RouterCallbackClient) OnRouteUngrouped ¶
func (c *RouterCallbackClient) OnRouteUngrouped(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
OnRouteUngrouped calls the OnRouteUngrouped RPC.
func (*RouterCallbackClient) OnRouteUnselected ¶
func (c *RouterCallbackClient) OnRouteUnselected(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
OnRouteUnselected calls the OnRouteUnselected RPC.
func (*RouterCallbackClient) OnRouteVolumeChanged ¶
func (c *RouterCallbackClient) OnRouteVolumeChanged(ctx context.Context, arg0 int64, arg1 int64) error
OnRouteVolumeChanged calls the OnRouteVolumeChanged RPC.
type RouterClient ¶
type RouterClient struct {
// contains filtered or unexported fields
}
RouterClient wraps the gRPC RouterService client.
func NewRouterClient ¶
func NewRouterClient(cc grpc.ClientConnInterface) *RouterClient
NewRouterClient creates a new Router client.
func (*RouterClient) AddCallback2 ¶
AddCallback2 calls the AddCallback2 RPC.
func (*RouterClient) AddCallback3_1 ¶
func (c *RouterClient) AddCallback3_1(ctx context.Context, arg0 int32, arg1 int64, arg2 int32) error
AddCallback3_1 calls the AddCallback3_1 RPC.
func (*RouterClient) AddUserRoute ¶
func (c *RouterClient) AddUserRoute(ctx context.Context, arg0 int64) error
AddUserRoute calls the AddUserRoute RPC.
func (*RouterClient) ClearUserRoutes ¶
func (c *RouterClient) ClearUserRoutes(ctx context.Context) error
ClearUserRoutes calls the ClearUserRoutes RPC.
func (*RouterClient) CreateRouteCategory2 ¶
func (c *RouterClient) CreateRouteCategory2(ctx context.Context, arg0 int32, arg1 bool) (int64, error)
CreateRouteCategory2 calls the CreateRouteCategory2 RPC.
func (*RouterClient) CreateRouteCategory2_1 ¶
func (c *RouterClient) CreateRouteCategory2_1(ctx context.Context, arg0 string, arg1 bool) (int64, error)
CreateRouteCategory2_1 calls the CreateRouteCategory2_1 RPC.
func (*RouterClient) CreateUserRoute ¶
CreateUserRoute calls the CreateUserRoute RPC.
func (*RouterClient) GetCategoryAt ¶
GetCategoryAt calls the GetCategoryAt RPC.
func (*RouterClient) GetCategoryCount ¶
func (c *RouterClient) GetCategoryCount(ctx context.Context) (int32, error)
GetCategoryCount calls the GetCategoryCount RPC.
func (*RouterClient) GetDefaultRoute ¶
func (c *RouterClient) GetDefaultRoute(ctx context.Context) (int64, error)
GetDefaultRoute calls the GetDefaultRoute RPC.
func (*RouterClient) GetRouteAt ¶
GetRouteAt calls the GetRouteAt RPC.
func (*RouterClient) GetRouteCount ¶
func (c *RouterClient) GetRouteCount(ctx context.Context) (int32, error)
GetRouteCount calls the GetRouteCount RPC.
func (*RouterClient) GetSelectedRoute ¶
GetSelectedRoute calls the GetSelectedRoute RPC.
func (*RouterClient) RemoveCallback ¶
func (c *RouterClient) RemoveCallback(ctx context.Context, arg0 int64) error
RemoveCallback calls the RemoveCallback RPC.
func (*RouterClient) RemoveUserRoute ¶
func (c *RouterClient) RemoveUserRoute(ctx context.Context, arg0 int64) error
RemoveUserRoute calls the RemoveUserRoute RPC.
func (*RouterClient) SelectRoute ¶
SelectRoute calls the SelectRoute RPC.
type RouterRouteCategoryClient ¶
type RouterRouteCategoryClient struct {
// contains filtered or unexported fields
}
RouterRouteCategoryClient wraps the gRPC RouterRouteCategoryService client.
func NewRouterRouteCategoryClient ¶
func NewRouterRouteCategoryClient(cc grpc.ClientConnInterface) *RouterRouteCategoryClient
NewRouterRouteCategoryClient creates a new RouterRouteCategory client.
func (*RouterRouteCategoryClient) GetName0 ¶
func (c *RouterRouteCategoryClient) GetName0(ctx context.Context) (int64, error)
GetName0 calls the GetName0 RPC.
func (*RouterRouteCategoryClient) GetName1_1 ¶
GetName1_1 calls the GetName1_1 RPC.
func (*RouterRouteCategoryClient) GetSupportedTypes ¶
func (c *RouterRouteCategoryClient) GetSupportedTypes(ctx context.Context) (int32, error)
GetSupportedTypes calls the GetSupportedTypes RPC.
func (*RouterRouteCategoryClient) IsGroupable ¶
func (c *RouterRouteCategoryClient) IsGroupable(ctx context.Context) (bool, error)
IsGroupable calls the IsGroupable RPC.
type RouterRouteGroupClient ¶
type RouterRouteGroupClient struct {
// contains filtered or unexported fields
}
RouterRouteGroupClient wraps the gRPC RouterRouteGroupService client.
func NewRouterRouteGroupClient ¶
func NewRouterRouteGroupClient(cc grpc.ClientConnInterface) *RouterRouteGroupClient
NewRouterRouteGroupClient creates a new RouterRouteGroup client.
func (*RouterRouteGroupClient) AddRoute1 ¶
func (c *RouterRouteGroupClient) AddRoute1(ctx context.Context, arg0 int64) error
AddRoute1 calls the AddRoute1 RPC.
func (*RouterRouteGroupClient) AddRoute2_1 ¶
AddRoute2_1 calls the AddRoute2_1 RPC.
func (*RouterRouteGroupClient) GetRouteAt ¶
GetRouteAt calls the GetRouteAt RPC.
func (*RouterRouteGroupClient) GetRouteCount ¶
func (c *RouterRouteGroupClient) GetRouteCount(ctx context.Context) (int32, error)
GetRouteCount calls the GetRouteCount RPC.
func (*RouterRouteGroupClient) RemoveRoute1 ¶
func (c *RouterRouteGroupClient) RemoveRoute1(ctx context.Context, arg0 int64) error
RemoveRoute1 calls the RemoveRoute1 RPC.
func (*RouterRouteGroupClient) RemoveRoute1_1 ¶
func (c *RouterRouteGroupClient) RemoveRoute1_1(ctx context.Context, arg0 int32) error
RemoveRoute1_1 calls the RemoveRoute1_1 RPC.
func (*RouterRouteGroupClient) RequestSetVolume ¶
func (c *RouterRouteGroupClient) RequestSetVolume(ctx context.Context, arg0 int32) error
RequestSetVolume calls the RequestSetVolume RPC.
func (*RouterRouteGroupClient) RequestUpdateVolume ¶
func (c *RouterRouteGroupClient) RequestUpdateVolume(ctx context.Context, arg0 int32) error
RequestUpdateVolume calls the RequestUpdateVolume RPC.
func (*RouterRouteGroupClient) SetIconDrawable ¶
func (c *RouterRouteGroupClient) SetIconDrawable(ctx context.Context, arg0 int64) error
SetIconDrawable calls the SetIconDrawable RPC.
func (*RouterRouteGroupClient) SetIconResource ¶
func (c *RouterRouteGroupClient) SetIconResource(ctx context.Context, arg0 int32) error
SetIconResource calls the SetIconResource RPC.
type RouterRouteInfoClient ¶
type RouterRouteInfoClient struct {
// contains filtered or unexported fields
}
RouterRouteInfoClient wraps the gRPC RouterRouteInfoService client.
func NewRouterRouteInfoClient ¶
func NewRouterRouteInfoClient(cc grpc.ClientConnInterface) *RouterRouteInfoClient
NewRouterRouteInfoClient creates a new RouterRouteInfo client.
func (*RouterRouteInfoClient) GetCategory ¶
func (c *RouterRouteInfoClient) GetCategory(ctx context.Context) (int64, error)
GetCategory calls the GetCategory RPC.
func (*RouterRouteInfoClient) GetDescription ¶
func (c *RouterRouteInfoClient) GetDescription(ctx context.Context) (int64, error)
GetDescription calls the GetDescription RPC.
func (*RouterRouteInfoClient) GetDeviceType ¶
func (c *RouterRouteInfoClient) GetDeviceType(ctx context.Context) (int32, error)
GetDeviceType calls the GetDeviceType RPC.
func (*RouterRouteInfoClient) GetGroup ¶
func (c *RouterRouteInfoClient) GetGroup(ctx context.Context) (int64, error)
GetGroup calls the GetGroup RPC.
func (*RouterRouteInfoClient) GetIconDrawable ¶
func (c *RouterRouteInfoClient) GetIconDrawable(ctx context.Context) (int64, error)
GetIconDrawable calls the GetIconDrawable RPC.
func (*RouterRouteInfoClient) GetName0 ¶
func (c *RouterRouteInfoClient) GetName0(ctx context.Context) (int64, error)
GetName0 calls the GetName0 RPC.
func (*RouterRouteInfoClient) GetName1_1 ¶
GetName1_1 calls the GetName1_1 RPC.
func (*RouterRouteInfoClient) GetPlaybackStream ¶
func (c *RouterRouteInfoClient) GetPlaybackStream(ctx context.Context) (int32, error)
GetPlaybackStream calls the GetPlaybackStream RPC.
func (*RouterRouteInfoClient) GetPlaybackType ¶
func (c *RouterRouteInfoClient) GetPlaybackType(ctx context.Context) (int32, error)
GetPlaybackType calls the GetPlaybackType RPC.
func (*RouterRouteInfoClient) GetPresentationDisplay ¶
func (c *RouterRouteInfoClient) GetPresentationDisplay(ctx context.Context) (int64, error)
GetPresentationDisplay calls the GetPresentationDisplay RPC.
func (*RouterRouteInfoClient) GetStatus ¶
func (c *RouterRouteInfoClient) GetStatus(ctx context.Context) (int64, error)
GetStatus calls the GetStatus RPC.
func (*RouterRouteInfoClient) GetSupportedTypes ¶
func (c *RouterRouteInfoClient) GetSupportedTypes(ctx context.Context) (int32, error)
GetSupportedTypes calls the GetSupportedTypes RPC.
func (*RouterRouteInfoClient) GetTag ¶
func (c *RouterRouteInfoClient) GetTag(ctx context.Context) (int64, error)
GetTag calls the GetTag RPC.
func (*RouterRouteInfoClient) GetVolume ¶
func (c *RouterRouteInfoClient) GetVolume(ctx context.Context) (int32, error)
GetVolume calls the GetVolume RPC.
func (*RouterRouteInfoClient) GetVolumeHandling ¶
func (c *RouterRouteInfoClient) GetVolumeHandling(ctx context.Context) (int32, error)
GetVolumeHandling calls the GetVolumeHandling RPC.
func (*RouterRouteInfoClient) GetVolumeMax ¶
func (c *RouterRouteInfoClient) GetVolumeMax(ctx context.Context) (int32, error)
GetVolumeMax calls the GetVolumeMax RPC.
func (*RouterRouteInfoClient) IsConnecting ¶
func (c *RouterRouteInfoClient) IsConnecting(ctx context.Context) (bool, error)
IsConnecting calls the IsConnecting RPC.
func (*RouterRouteInfoClient) IsEnabled ¶
func (c *RouterRouteInfoClient) IsEnabled(ctx context.Context) (bool, error)
IsEnabled calls the IsEnabled RPC.
func (*RouterRouteInfoClient) RequestSetVolume ¶
func (c *RouterRouteInfoClient) RequestSetVolume(ctx context.Context, arg0 int32) error
RequestSetVolume calls the RequestSetVolume RPC.
func (*RouterRouteInfoClient) RequestUpdateVolume ¶
func (c *RouterRouteInfoClient) RequestUpdateVolume(ctx context.Context, arg0 int32) error
RequestUpdateVolume calls the RequestUpdateVolume RPC.
type RouterSimpleCallbackClient ¶
type RouterSimpleCallbackClient struct {
// contains filtered or unexported fields
}
RouterSimpleCallbackClient wraps the gRPC RouterSimpleCallbackService client.
func NewRouterSimpleCallbackClient ¶
func NewRouterSimpleCallbackClient(cc grpc.ClientConnInterface) *RouterSimpleCallbackClient
NewRouterSimpleCallbackClient creates a new RouterSimpleCallback client.
func (*RouterSimpleCallbackClient) OnRouteAdded ¶
func (c *RouterSimpleCallbackClient) OnRouteAdded(ctx context.Context, arg0 int64, arg1 int64) error
OnRouteAdded calls the OnRouteAdded RPC.
func (*RouterSimpleCallbackClient) OnRouteChanged ¶
func (c *RouterSimpleCallbackClient) OnRouteChanged(ctx context.Context, arg0 int64, arg1 int64) error
OnRouteChanged calls the OnRouteChanged RPC.
func (*RouterSimpleCallbackClient) OnRouteGrouped ¶
func (c *RouterSimpleCallbackClient) OnRouteGrouped(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int32) error
OnRouteGrouped calls the OnRouteGrouped RPC.
func (*RouterSimpleCallbackClient) OnRouteRemoved ¶
func (c *RouterSimpleCallbackClient) OnRouteRemoved(ctx context.Context, arg0 int64, arg1 int64) error
OnRouteRemoved calls the OnRouteRemoved RPC.
func (*RouterSimpleCallbackClient) OnRouteSelected ¶
func (c *RouterSimpleCallbackClient) OnRouteSelected(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
OnRouteSelected calls the OnRouteSelected RPC.
func (*RouterSimpleCallbackClient) OnRouteUngrouped ¶
func (c *RouterSimpleCallbackClient) OnRouteUngrouped(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
OnRouteUngrouped calls the OnRouteUngrouped RPC.
func (*RouterSimpleCallbackClient) OnRouteUnselected ¶
func (c *RouterSimpleCallbackClient) OnRouteUnselected(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
OnRouteUnselected calls the OnRouteUnselected RPC.
func (*RouterSimpleCallbackClient) OnRouteVolumeChanged ¶
func (c *RouterSimpleCallbackClient) OnRouteVolumeChanged(ctx context.Context, arg0 int64, arg1 int64) error
OnRouteVolumeChanged calls the OnRouteVolumeChanged RPC.
type RouterUserRouteInfoClient ¶
type RouterUserRouteInfoClient struct {
// contains filtered or unexported fields
}
RouterUserRouteInfoClient wraps the gRPC RouterUserRouteInfoService client.
func NewRouterUserRouteInfoClient ¶
func NewRouterUserRouteInfoClient(cc grpc.ClientConnInterface) *RouterUserRouteInfoClient
NewRouterUserRouteInfoClient creates a new RouterUserRouteInfo client.
func (*RouterUserRouteInfoClient) GetRemoteControlClient ¶
func (c *RouterUserRouteInfoClient) GetRemoteControlClient(ctx context.Context) (int64, error)
GetRemoteControlClient calls the GetRemoteControlClient RPC.
func (*RouterUserRouteInfoClient) RequestSetVolume ¶
func (c *RouterUserRouteInfoClient) RequestSetVolume(ctx context.Context, arg0 int32) error
RequestSetVolume calls the RequestSetVolume RPC.
func (*RouterUserRouteInfoClient) RequestUpdateVolume ¶
func (c *RouterUserRouteInfoClient) RequestUpdateVolume(ctx context.Context, arg0 int32) error
RequestUpdateVolume calls the RequestUpdateVolume RPC.
func (*RouterUserRouteInfoClient) SetDescription ¶
func (c *RouterUserRouteInfoClient) SetDescription(ctx context.Context, arg0 string) error
SetDescription calls the SetDescription RPC.
func (*RouterUserRouteInfoClient) SetIconDrawable ¶
func (c *RouterUserRouteInfoClient) SetIconDrawable(ctx context.Context, arg0 int64) error
SetIconDrawable calls the SetIconDrawable RPC.
func (*RouterUserRouteInfoClient) SetIconResource ¶
func (c *RouterUserRouteInfoClient) SetIconResource(ctx context.Context, arg0 int32) error
SetIconResource calls the SetIconResource RPC.
func (*RouterUserRouteInfoClient) SetName1 ¶
func (c *RouterUserRouteInfoClient) SetName1(ctx context.Context, arg0 int32) error
SetName1 calls the SetName1 RPC.
func (*RouterUserRouteInfoClient) SetName1_1 ¶
func (c *RouterUserRouteInfoClient) SetName1_1(ctx context.Context, arg0 string) error
SetName1_1 calls the SetName1_1 RPC.
func (*RouterUserRouteInfoClient) SetPlaybackStream ¶
func (c *RouterUserRouteInfoClient) SetPlaybackStream(ctx context.Context, arg0 int32) error
SetPlaybackStream calls the SetPlaybackStream RPC.
func (*RouterUserRouteInfoClient) SetPlaybackType ¶
func (c *RouterUserRouteInfoClient) SetPlaybackType(ctx context.Context, arg0 int32) error
SetPlaybackType calls the SetPlaybackType RPC.
func (*RouterUserRouteInfoClient) SetRemoteControlClient ¶
func (c *RouterUserRouteInfoClient) SetRemoteControlClient(ctx context.Context, arg0 int64) error
SetRemoteControlClient calls the SetRemoteControlClient RPC.
func (*RouterUserRouteInfoClient) SetStatus ¶
func (c *RouterUserRouteInfoClient) SetStatus(ctx context.Context, arg0 string) error
SetStatus calls the SetStatus RPC.
func (*RouterUserRouteInfoClient) SetVolume ¶
func (c *RouterUserRouteInfoClient) SetVolume(ctx context.Context, arg0 int32) error
SetVolume calls the SetVolume RPC.
func (*RouterUserRouteInfoClient) SetVolumeCallback ¶
func (c *RouterUserRouteInfoClient) SetVolumeCallback(ctx context.Context, arg0 int64) error
SetVolumeCallback calls the SetVolumeCallback RPC.
func (*RouterUserRouteInfoClient) SetVolumeHandling ¶
func (c *RouterUserRouteInfoClient) SetVolumeHandling(ctx context.Context, arg0 int32) error
SetVolumeHandling calls the SetVolumeHandling RPC.
func (*RouterUserRouteInfoClient) SetVolumeMax ¶
func (c *RouterUserRouteInfoClient) SetVolumeMax(ctx context.Context, arg0 int32) error
SetVolumeMax calls the SetVolumeMax RPC.
type RouterVolumeCallbackClient ¶
type RouterVolumeCallbackClient struct {
// contains filtered or unexported fields
}
RouterVolumeCallbackClient wraps the gRPC RouterVolumeCallbackService client.
func NewRouterVolumeCallbackClient ¶
func NewRouterVolumeCallbackClient(cc grpc.ClientConnInterface) *RouterVolumeCallbackClient
NewRouterVolumeCallbackClient creates a new RouterVolumeCallback client.
func (*RouterVolumeCallbackClient) OnVolumeSetRequest ¶
func (c *RouterVolumeCallbackClient) OnVolumeSetRequest(ctx context.Context, arg0 int64, arg1 int32) error
OnVolumeSetRequest calls the OnVolumeSetRequest RPC.
func (*RouterVolumeCallbackClient) OnVolumeUpdateRequest ¶
func (c *RouterVolumeCallbackClient) OnVolumeUpdateRequest(ctx context.Context, arg0 int64, arg1 int32) error
OnVolumeUpdateRequest calls the OnVolumeUpdateRequest RPC.
type RoutingSessionInfoBuilderClient ¶
type RoutingSessionInfoBuilderClient struct {
// contains filtered or unexported fields
}
RoutingSessionInfoBuilderClient wraps the gRPC RoutingSessionInfoBuilderService client.
func NewRoutingSessionInfoBuilderClient ¶
func NewRoutingSessionInfoBuilderClient(cc grpc.ClientConnInterface) *RoutingSessionInfoBuilderClient
NewRoutingSessionInfoBuilderClient creates a new RoutingSessionInfoBuilder client.
func (*RoutingSessionInfoBuilderClient) AddDeselectableRoute ¶
func (c *RoutingSessionInfoBuilderClient) AddDeselectableRoute(ctx context.Context, arg0 string) (int64, error)
AddDeselectableRoute calls the AddDeselectableRoute RPC.
func (*RoutingSessionInfoBuilderClient) AddSelectableRoute ¶
func (c *RoutingSessionInfoBuilderClient) AddSelectableRoute(ctx context.Context, arg0 string) (int64, error)
AddSelectableRoute calls the AddSelectableRoute RPC.
func (*RoutingSessionInfoBuilderClient) AddSelectedRoute ¶
func (c *RoutingSessionInfoBuilderClient) AddSelectedRoute(ctx context.Context, arg0 string) (int64, error)
AddSelectedRoute calls the AddSelectedRoute RPC.
func (*RoutingSessionInfoBuilderClient) AddTransferableRoute ¶
func (c *RoutingSessionInfoBuilderClient) AddTransferableRoute(ctx context.Context, arg0 string) (int64, error)
AddTransferableRoute calls the AddTransferableRoute RPC.
func (*RoutingSessionInfoBuilderClient) Build ¶
func (c *RoutingSessionInfoBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*RoutingSessionInfoBuilderClient) ClearDeselectableRoutes ¶
func (c *RoutingSessionInfoBuilderClient) ClearDeselectableRoutes(ctx context.Context) (int64, error)
ClearDeselectableRoutes calls the ClearDeselectableRoutes RPC.
func (*RoutingSessionInfoBuilderClient) ClearSelectableRoutes ¶
func (c *RoutingSessionInfoBuilderClient) ClearSelectableRoutes(ctx context.Context) (int64, error)
ClearSelectableRoutes calls the ClearSelectableRoutes RPC.
func (*RoutingSessionInfoBuilderClient) ClearSelectedRoutes ¶
func (c *RoutingSessionInfoBuilderClient) ClearSelectedRoutes(ctx context.Context) (int64, error)
ClearSelectedRoutes calls the ClearSelectedRoutes RPC.
func (*RoutingSessionInfoBuilderClient) ClearTransferableRoutes ¶
func (c *RoutingSessionInfoBuilderClient) ClearTransferableRoutes(ctx context.Context) (int64, error)
ClearTransferableRoutes calls the ClearTransferableRoutes RPC.
func (*RoutingSessionInfoBuilderClient) RemoveDeselectableRoute ¶
func (c *RoutingSessionInfoBuilderClient) RemoveDeselectableRoute(ctx context.Context, arg0 string) (int64, error)
RemoveDeselectableRoute calls the RemoveDeselectableRoute RPC.
func (*RoutingSessionInfoBuilderClient) RemoveSelectableRoute ¶
func (c *RoutingSessionInfoBuilderClient) RemoveSelectableRoute(ctx context.Context, arg0 string) (int64, error)
RemoveSelectableRoute calls the RemoveSelectableRoute RPC.
func (*RoutingSessionInfoBuilderClient) RemoveSelectedRoute ¶
func (c *RoutingSessionInfoBuilderClient) RemoveSelectedRoute(ctx context.Context, arg0 string) (int64, error)
RemoveSelectedRoute calls the RemoveSelectedRoute RPC.
func (*RoutingSessionInfoBuilderClient) RemoveTransferableRoute ¶
func (c *RoutingSessionInfoBuilderClient) RemoveTransferableRoute(ctx context.Context, arg0 string) (int64, error)
RemoveTransferableRoute calls the RemoveTransferableRoute RPC.
func (*RoutingSessionInfoBuilderClient) SetControlHints ¶
func (c *RoutingSessionInfoBuilderClient) SetControlHints(ctx context.Context, arg0 int64) (int64, error)
SetControlHints calls the SetControlHints RPC.
func (*RoutingSessionInfoBuilderClient) SetTransferInitiator ¶
func (c *RoutingSessionInfoBuilderClient) SetTransferInitiator(ctx context.Context, arg0 int64, arg1 string) (int64, error)
SetTransferInitiator calls the SetTransferInitiator RPC.
func (*RoutingSessionInfoBuilderClient) SetTransferReason ¶
func (c *RoutingSessionInfoBuilderClient) SetTransferReason(ctx context.Context, arg0 int32) (int64, error)
SetTransferReason calls the SetTransferReason RPC.
func (*RoutingSessionInfoBuilderClient) SetVolumeHandling ¶
func (c *RoutingSessionInfoBuilderClient) SetVolumeHandling(ctx context.Context, arg0 int32) (int64, error)
SetVolumeHandling calls the SetVolumeHandling RPC.
func (*RoutingSessionInfoBuilderClient) SetVolumeMax ¶
func (c *RoutingSessionInfoBuilderClient) SetVolumeMax(ctx context.Context, arg0 int32) (int64, error)
SetVolumeMax calls the SetVolumeMax RPC.
type RoutingSessionInfoClient ¶
type RoutingSessionInfoClient struct {
// contains filtered or unexported fields
}
RoutingSessionInfoClient wraps the gRPC RoutingSessionInfoService client.
func NewRoutingSessionInfoClient ¶
func NewRoutingSessionInfoClient(cc grpc.ClientConnInterface) *RoutingSessionInfoClient
NewRoutingSessionInfoClient creates a new RoutingSessionInfo client.
func (*RoutingSessionInfoClient) DescribeContents ¶
func (c *RoutingSessionInfoClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*RoutingSessionInfoClient) GetClientPackageName ¶
func (c *RoutingSessionInfoClient) GetClientPackageName(ctx context.Context) (string, error)
GetClientPackageName calls the GetClientPackageName RPC.
func (*RoutingSessionInfoClient) GetControlHints ¶
func (c *RoutingSessionInfoClient) GetControlHints(ctx context.Context) (int64, error)
GetControlHints calls the GetControlHints RPC.
func (*RoutingSessionInfoClient) GetDeselectableRoutes ¶
func (c *RoutingSessionInfoClient) GetDeselectableRoutes(ctx context.Context) (int64, error)
GetDeselectableRoutes calls the GetDeselectableRoutes RPC.
func (*RoutingSessionInfoClient) GetId ¶
func (c *RoutingSessionInfoClient) GetId(ctx context.Context) (string, error)
GetId calls the GetId RPC.
func (*RoutingSessionInfoClient) GetName ¶
func (c *RoutingSessionInfoClient) GetName(ctx context.Context) (int64, error)
GetName calls the GetName RPC.
func (*RoutingSessionInfoClient) GetSelectableRoutes ¶
func (c *RoutingSessionInfoClient) GetSelectableRoutes(ctx context.Context) (int64, error)
GetSelectableRoutes calls the GetSelectableRoutes RPC.
func (*RoutingSessionInfoClient) GetSelectedRoutes ¶
func (c *RoutingSessionInfoClient) GetSelectedRoutes(ctx context.Context) (int64, error)
GetSelectedRoutes calls the GetSelectedRoutes RPC.
func (*RoutingSessionInfoClient) GetTransferReason ¶
func (c *RoutingSessionInfoClient) GetTransferReason(ctx context.Context) (int32, error)
GetTransferReason calls the GetTransferReason RPC.
func (*RoutingSessionInfoClient) GetTransferableRoutes ¶
func (c *RoutingSessionInfoClient) GetTransferableRoutes(ctx context.Context) (int64, error)
GetTransferableRoutes calls the GetTransferableRoutes RPC.
func (*RoutingSessionInfoClient) GetVolume ¶
func (c *RoutingSessionInfoClient) GetVolume(ctx context.Context) (int32, error)
GetVolume calls the GetVolume RPC.
func (*RoutingSessionInfoClient) GetVolumeHandling ¶
func (c *RoutingSessionInfoClient) GetVolumeHandling(ctx context.Context) (int32, error)
GetVolumeHandling calls the GetVolumeHandling RPC.
func (*RoutingSessionInfoClient) GetVolumeMax ¶
func (c *RoutingSessionInfoClient) GetVolumeMax(ctx context.Context) (int32, error)
GetVolumeMax calls the GetVolumeMax RPC.
func (*RoutingSessionInfoClient) HashCode ¶
func (c *RoutingSessionInfoClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*RoutingSessionInfoClient) ToString ¶
func (c *RoutingSessionInfoClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*RoutingSessionInfoClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type ScannerConnectionClient ¶
type ScannerConnectionClient struct {
// contains filtered or unexported fields
}
ScannerConnectionClient wraps the gRPC ScannerConnectionService client.
func NewScannerConnectionClient ¶
func NewScannerConnectionClient(cc grpc.ClientConnInterface) *ScannerConnectionClient
NewScannerConnectionClient creates a new ScannerConnection client.
func (*ScannerConnectionClient) Connect ¶
func (c *ScannerConnectionClient) Connect(ctx context.Context, handle int64) error
Connect calls the Connect RPC.
func (*ScannerConnectionClient) Disconnect ¶
func (c *ScannerConnectionClient) Disconnect(ctx context.Context, handle int64) error
Disconnect calls the Disconnect RPC.
func (*ScannerConnectionClient) OnServiceConnected ¶
func (c *ScannerConnectionClient) OnServiceConnected(ctx context.Context, handle int64, arg0 int64, arg1 int64) error
OnServiceConnected calls the OnServiceConnected RPC.
func (*ScannerConnectionClient) OnServiceDisconnected ¶
func (c *ScannerConnectionClient) OnServiceDisconnected(ctx context.Context, handle int64, arg0 int64) error
OnServiceDisconnected calls the OnServiceDisconnected RPC.
func (*ScannerConnectionClient) ScanFile2_1 ¶
func (c *ScannerConnectionClient) ScanFile2_1(ctx context.Context, handle int64, arg0 string, arg1 string) error
ScanFile2_1 calls the ScanFile2_1 RPC.
type ScannerConnectionMediaScannerConnectionClientClient ¶
type ScannerConnectionMediaScannerConnectionClientClient struct {
// contains filtered or unexported fields
}
ScannerConnectionMediaScannerConnectionClientClient wraps the gRPC ScannerConnectionMediaScannerConnectionClientService client.
func NewScannerConnectionMediaScannerConnectionClientClient ¶
func NewScannerConnectionMediaScannerConnectionClientClient(cc grpc.ClientConnInterface) *ScannerConnectionMediaScannerConnectionClientClient
NewScannerConnectionMediaScannerConnectionClientClient creates a new ScannerConnectionMediaScannerConnectionClient client.
func (*ScannerConnectionMediaScannerConnectionClientClient) OnMediaScannerConnected ¶
func (c *ScannerConnectionMediaScannerConnectionClientClient) OnMediaScannerConnected(ctx context.Context) error
OnMediaScannerConnected calls the OnMediaScannerConnected RPC.
type ScannerConnectionOnScanCompletedListenerClient ¶
type ScannerConnectionOnScanCompletedListenerClient struct {
// contains filtered or unexported fields
}
ScannerConnectionOnScanCompletedListenerClient wraps the gRPC ScannerConnectionOnScanCompletedListenerService client.
func NewScannerConnectionOnScanCompletedListenerClient ¶
func NewScannerConnectionOnScanCompletedListenerClient(cc grpc.ClientConnInterface) *ScannerConnectionOnScanCompletedListenerClient
NewScannerConnectionOnScanCompletedListenerClient creates a new ScannerConnectionOnScanCompletedListener client.
func (*ScannerConnectionOnScanCompletedListenerClient) OnScanCompleted ¶
func (c *ScannerConnectionOnScanCompletedListenerClient) OnScanCompleted(ctx context.Context, arg0 string, arg1 int64) error
OnScanCompleted calls the OnScanCompleted RPC.
type Session2BuilderClient ¶
type Session2BuilderClient struct {
// contains filtered or unexported fields
}
Session2BuilderClient wraps the gRPC Session2BuilderService client.
func NewSession2BuilderClient ¶
func NewSession2BuilderClient(cc grpc.ClientConnInterface) *Session2BuilderClient
NewSession2BuilderClient creates a new Session2Builder client.
func (*Session2BuilderClient) Build ¶
func (c *Session2BuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*Session2BuilderClient) SetSessionActivity ¶
SetSessionActivity calls the SetSessionActivity RPC.
func (*Session2BuilderClient) SetSessionCallback ¶
func (c *Session2BuilderClient) SetSessionCallback(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
SetSessionCallback calls the SetSessionCallback RPC.
type Session2Client ¶
type Session2Client struct {
// contains filtered or unexported fields
}
Session2Client wraps the gRPC Session2Service client.
func NewSession2Client ¶
func NewSession2Client(cc grpc.ClientConnInterface) *Session2Client
NewSession2Client creates a new Session2 client.
func (*Session2Client) BroadcastSessionCommand ¶
BroadcastSessionCommand calls the BroadcastSessionCommand RPC.
func (*Session2Client) CancelSessionCommand ¶
CancelSessionCommand calls the CancelSessionCommand RPC.
func (*Session2Client) Close ¶
func (c *Session2Client) Close(ctx context.Context) error
Close calls the Close RPC.
func (*Session2Client) GetConnectedControllers ¶
func (c *Session2Client) GetConnectedControllers(ctx context.Context) (int64, error)
GetConnectedControllers calls the GetConnectedControllers RPC.
func (*Session2Client) GetId ¶
func (c *Session2Client) GetId(ctx context.Context) (string, error)
GetId calls the GetId RPC.
func (*Session2Client) GetToken ¶
func (c *Session2Client) GetToken(ctx context.Context) (int64, error)
GetToken calls the GetToken RPC.
func (*Session2Client) IsPlaybackActive ¶
func (c *Session2Client) IsPlaybackActive(ctx context.Context) (bool, error)
IsPlaybackActive calls the IsPlaybackActive RPC.
func (*Session2Client) SendSessionCommand ¶
func (c *Session2Client) SendSessionCommand(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) (int64, error)
SendSessionCommand calls the SendSessionCommand RPC.
func (*Session2Client) SetPlaybackActive ¶
func (c *Session2Client) SetPlaybackActive(ctx context.Context, arg0 bool) error
SetPlaybackActive calls the SetPlaybackActive RPC.
type Session2CommandClient ¶
type Session2CommandClient struct {
// contains filtered or unexported fields
}
Session2CommandClient wraps the gRPC Session2CommandService client.
func NewSession2CommandClient ¶
func NewSession2CommandClient(cc grpc.ClientConnInterface) *Session2CommandClient
NewSession2CommandClient creates a new Session2Command client.
func (*Session2CommandClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*Session2CommandClient) GetCommandCode ¶
GetCommandCode calls the GetCommandCode RPC.
func (*Session2CommandClient) GetCustomAction ¶
GetCustomAction calls the GetCustomAction RPC.
func (*Session2CommandClient) GetCustomExtras ¶
GetCustomExtras calls the GetCustomExtras RPC.
func (*Session2CommandClient) WriteToParcel ¶
func (c *Session2CommandClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type Session2CommandGroupBuilderClient ¶
type Session2CommandGroupBuilderClient struct {
// contains filtered or unexported fields
}
Session2CommandGroupBuilderClient wraps the gRPC Session2CommandGroupBuilderService client.
func NewSession2CommandGroupBuilderClient ¶
func NewSession2CommandGroupBuilderClient(cc grpc.ClientConnInterface) *Session2CommandGroupBuilderClient
NewSession2CommandGroupBuilderClient creates a new Session2CommandGroupBuilder client.
func (*Session2CommandGroupBuilderClient) AddCommand ¶
func (c *Session2CommandGroupBuilderClient) AddCommand(ctx context.Context, arg0 int64) (int64, error)
AddCommand calls the AddCommand RPC.
func (*Session2CommandGroupBuilderClient) Build ¶
func (c *Session2CommandGroupBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*Session2CommandGroupBuilderClient) RemoveCommand ¶
func (c *Session2CommandGroupBuilderClient) RemoveCommand(ctx context.Context, arg0 int64) (int64, error)
RemoveCommand calls the RemoveCommand RPC.
type Session2CommandGroupClient ¶
type Session2CommandGroupClient struct {
// contains filtered or unexported fields
}
Session2CommandGroupClient wraps the gRPC Session2CommandGroupService client.
func NewSession2CommandGroupClient ¶
func NewSession2CommandGroupClient(cc grpc.ClientConnInterface) *Session2CommandGroupClient
NewSession2CommandGroupClient creates a new Session2CommandGroup client.
func (*Session2CommandGroupClient) DescribeContents ¶
func (c *Session2CommandGroupClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*Session2CommandGroupClient) GetCommands ¶
func (c *Session2CommandGroupClient) GetCommands(ctx context.Context) (int64, error)
GetCommands calls the GetCommands RPC.
func (*Session2CommandGroupClient) HasCommand1 ¶
HasCommand1 calls the HasCommand1 RPC.
func (*Session2CommandGroupClient) HasCommand1_1 ¶
HasCommand1_1 calls the HasCommand1_1 RPC.
func (*Session2CommandGroupClient) WriteToParcel ¶
func (c *Session2CommandGroupClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type Session2CommandResultClient ¶
type Session2CommandResultClient struct {
// contains filtered or unexported fields
}
Session2CommandResultClient wraps the gRPC Session2CommandResultService client.
func NewSession2CommandResultClient ¶
func NewSession2CommandResultClient(cc grpc.ClientConnInterface) *Session2CommandResultClient
NewSession2CommandResultClient creates a new Session2CommandResult client.
func (*Session2CommandResultClient) GetResultCode ¶
func (c *Session2CommandResultClient) GetResultCode(ctx context.Context) (int32, error)
GetResultCode calls the GetResultCode RPC.
func (*Session2CommandResultClient) GetResultData ¶
func (c *Session2CommandResultClient) GetResultData(ctx context.Context) (int64, error)
GetResultData calls the GetResultData RPC.
type Session2ControllerInfoClient ¶
type Session2ControllerInfoClient struct {
// contains filtered or unexported fields
}
Session2ControllerInfoClient wraps the gRPC Session2ControllerInfoService client.
func NewSession2ControllerInfoClient ¶
func NewSession2ControllerInfoClient(cc grpc.ClientConnInterface) *Session2ControllerInfoClient
NewSession2ControllerInfoClient creates a new Session2ControllerInfo client.
func (*Session2ControllerInfoClient) GetConnectionHints ¶
func (c *Session2ControllerInfoClient) GetConnectionHints(ctx context.Context) (int64, error)
GetConnectionHints calls the GetConnectionHints RPC.
func (*Session2ControllerInfoClient) GetPackageName ¶
func (c *Session2ControllerInfoClient) GetPackageName(ctx context.Context) (string, error)
GetPackageName calls the GetPackageName RPC.
func (*Session2ControllerInfoClient) GetRemoteUserInfo ¶
func (c *Session2ControllerInfoClient) GetRemoteUserInfo(ctx context.Context) (int64, error)
GetRemoteUserInfo calls the GetRemoteUserInfo RPC.
func (*Session2ControllerInfoClient) GetUid ¶
func (c *Session2ControllerInfoClient) GetUid(ctx context.Context) (int32, error)
GetUid calls the GetUid RPC.
type Session2ServiceClient ¶
type Session2ServiceClient struct {
// contains filtered or unexported fields
}
Session2ServiceClient wraps the gRPC Session2ServiceService client.
func NewSession2ServiceClient ¶
func NewSession2ServiceClient(cc grpc.ClientConnInterface) *Session2ServiceClient
NewSession2ServiceClient creates a new Session2Service client.
func (*Session2ServiceClient) AddSession ¶
func (c *Session2ServiceClient) AddSession(ctx context.Context, arg0 int64) error
AddSession calls the AddSession RPC.
func (*Session2ServiceClient) GetSessions ¶
func (c *Session2ServiceClient) GetSessions(ctx context.Context) (int64, error)
GetSessions calls the GetSessions RPC.
func (*Session2ServiceClient) OnCreate ¶
func (c *Session2ServiceClient) OnCreate(ctx context.Context) error
OnCreate calls the OnCreate RPC.
func (*Session2ServiceClient) OnDestroy ¶
func (c *Session2ServiceClient) OnDestroy(ctx context.Context) error
OnDestroy calls the OnDestroy RPC.
func (*Session2ServiceClient) OnGetSession ¶
OnGetSession calls the OnGetSession RPC.
func (*Session2ServiceClient) OnUpdateNotification ¶
func (c *Session2ServiceClient) OnUpdateNotification(ctx context.Context, arg0 int64) (int64, error)
OnUpdateNotification calls the OnUpdateNotification RPC.
func (*Session2ServiceClient) RemoveSession ¶
func (c *Session2ServiceClient) RemoveSession(ctx context.Context, arg0 int64) error
RemoveSession calls the RemoveSession RPC.
type Session2ServiceMediaNotificationClient ¶
type Session2ServiceMediaNotificationClient struct {
// contains filtered or unexported fields
}
Session2ServiceMediaNotificationClient wraps the gRPC Session2ServiceMediaNotificationService client.
func NewSession2ServiceMediaNotificationClient ¶
func NewSession2ServiceMediaNotificationClient(cc grpc.ClientConnInterface) *Session2ServiceMediaNotificationClient
NewSession2ServiceMediaNotificationClient creates a new Session2ServiceMediaNotification client.
func (*Session2ServiceMediaNotificationClient) GetNotification ¶
func (c *Session2ServiceMediaNotificationClient) GetNotification(ctx context.Context) (int64, error)
GetNotification calls the GetNotification RPC.
func (*Session2ServiceMediaNotificationClient) GetNotificationId ¶
func (c *Session2ServiceMediaNotificationClient) GetNotificationId(ctx context.Context) (int32, error)
GetNotificationId calls the GetNotificationId RPC.
type Session2SessionCallbackClient ¶
type Session2SessionCallbackClient struct {
// contains filtered or unexported fields
}
Session2SessionCallbackClient wraps the gRPC Session2SessionCallbackService client.
func NewSession2SessionCallbackClient ¶
func NewSession2SessionCallbackClient(cc grpc.ClientConnInterface) *Session2SessionCallbackClient
NewSession2SessionCallbackClient creates a new Session2SessionCallback client.
func (*Session2SessionCallbackClient) OnCommandResult ¶
func (c *Session2SessionCallbackClient) OnCommandResult(ctx context.Context, arg0 int64, arg1 int64, arg2 int64, arg3 int64, arg4 int64) error
OnCommandResult calls the OnCommandResult RPC.
func (*Session2SessionCallbackClient) OnConnect ¶
func (c *Session2SessionCallbackClient) OnConnect(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
OnConnect calls the OnConnect RPC.
func (*Session2SessionCallbackClient) OnDisconnected ¶
func (c *Session2SessionCallbackClient) OnDisconnected(ctx context.Context, arg0 int64, arg1 int64) error
OnDisconnected calls the OnDisconnected RPC.
func (*Session2SessionCallbackClient) OnPostConnect ¶
func (c *Session2SessionCallbackClient) OnPostConnect(ctx context.Context, arg0 int64, arg1 int64) error
OnPostConnect calls the OnPostConnect RPC.
type Session2TokenClient ¶
type Session2TokenClient struct {
// contains filtered or unexported fields
}
Session2TokenClient wraps the gRPC Session2TokenService client.
func NewSession2TokenClient ¶
func NewSession2TokenClient(cc grpc.ClientConnInterface) *Session2TokenClient
NewSession2TokenClient creates a new Session2Token client.
func (*Session2TokenClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*Session2TokenClient) GetPackageName ¶
GetPackageName calls the GetPackageName RPC.
func (*Session2TokenClient) GetServiceName ¶
GetServiceName calls the GetServiceName RPC.
func (*Session2TokenClient) WriteToParcel ¶
func (c *Session2TokenClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type SoundPoolBuilderClient ¶
type SoundPoolBuilderClient struct {
// contains filtered or unexported fields
}
SoundPoolBuilderClient wraps the gRPC SoundPoolBuilderService client.
func NewSoundPoolBuilderClient ¶
func NewSoundPoolBuilderClient(cc grpc.ClientConnInterface) *SoundPoolBuilderClient
NewSoundPoolBuilderClient creates a new SoundPoolBuilder client.
func (*SoundPoolBuilderClient) Build ¶
func (c *SoundPoolBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*SoundPoolBuilderClient) SetAudioAttributes ¶
SetAudioAttributes calls the SetAudioAttributes RPC.
func (*SoundPoolBuilderClient) SetAudioSessionId ¶
SetAudioSessionId calls the SetAudioSessionId RPC.
func (*SoundPoolBuilderClient) SetContext ¶
SetContext calls the SetContext RPC.
func (*SoundPoolBuilderClient) SetMaxStreams ¶
SetMaxStreams calls the SetMaxStreams RPC.
type SoundPoolClient ¶
type SoundPoolClient struct {
// contains filtered or unexported fields
}
SoundPoolClient wraps the gRPC SoundPoolService client.
func NewSoundPoolClient ¶
func NewSoundPoolClient(cc grpc.ClientConnInterface) *SoundPoolClient
NewSoundPoolClient creates a new SoundPool client.
func (*SoundPoolClient) AutoPause ¶
func (c *SoundPoolClient) AutoPause(ctx context.Context, handle int64) error
AutoPause calls the AutoPause RPC.
func (*SoundPoolClient) AutoResume ¶
func (c *SoundPoolClient) AutoResume(ctx context.Context, handle int64) error
AutoResume calls the AutoResume RPC.
func (*SoundPoolClient) Load2_1 ¶
func (c *SoundPoolClient) Load2_1(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int32, error)
Load2_1 calls the Load2_1 RPC.
func (*SoundPoolClient) Load2_3 ¶
func (c *SoundPoolClient) Load2_3(ctx context.Context, handle int64, arg0 string, arg1 int32) (int32, error)
Load2_3 calls the Load2_3 RPC.
func (*SoundPoolClient) Load3 ¶
func (c *SoundPoolClient) Load3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (int32, error)
Load3 calls the Load3 RPC.
func (*SoundPoolClient) Load4_2 ¶
func (c *SoundPoolClient) Load4_2(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64, arg3 int32) (int32, error)
Load4_2 calls the Load4_2 RPC.
func (*SoundPoolClient) Play ¶
func (c *SoundPoolClient) Play(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 float32, arg3 int32, arg4 int32, arg5 float32) (int32, error)
Play calls the Play RPC.
func (*SoundPoolClient) Release ¶
func (c *SoundPoolClient) Release(ctx context.Context, handle int64) error
Release calls the Release RPC.
func (*SoundPoolClient) SetOnLoadCompleteListener ¶
func (c *SoundPoolClient) SetOnLoadCompleteListener(ctx context.Context, handle int64, arg0 int64) error
SetOnLoadCompleteListener calls the SetOnLoadCompleteListener RPC.
func (*SoundPoolClient) SetPriority ¶
func (c *SoundPoolClient) SetPriority(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
SetPriority calls the SetPriority RPC.
func (*SoundPoolClient) SetRate ¶
func (c *SoundPoolClient) SetRate(ctx context.Context, handle int64, arg0 int32, arg1 float32) error
SetRate calls the SetRate RPC.
func (*SoundPoolClient) SetVolume ¶
func (c *SoundPoolClient) SetVolume(ctx context.Context, handle int64, arg0 int32, arg1 float32, arg2 float32) error
SetVolume calls the SetVolume RPC.
type SoundPoolOnLoadCompleteListenerClient ¶
type SoundPoolOnLoadCompleteListenerClient struct {
// contains filtered or unexported fields
}
SoundPoolOnLoadCompleteListenerClient wraps the gRPC SoundPoolOnLoadCompleteListenerService client.
func NewSoundPoolOnLoadCompleteListenerClient ¶
func NewSoundPoolOnLoadCompleteListenerClient(cc grpc.ClientConnInterface) *SoundPoolOnLoadCompleteListenerClient
NewSoundPoolOnLoadCompleteListenerClient creates a new SoundPoolOnLoadCompleteListener client.
func (*SoundPoolOnLoadCompleteListenerClient) OnLoadComplete ¶
func (c *SoundPoolOnLoadCompleteListenerClient) OnLoadComplete(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error
OnLoadComplete calls the OnLoadComplete RPC.
type SpatializerClient ¶
type SpatializerClient struct {
// contains filtered or unexported fields
}
SpatializerClient wraps the gRPC SpatializerService client.
func NewSpatializerClient ¶
func NewSpatializerClient(cc grpc.ClientConnInterface) *SpatializerClient
NewSpatializerClient creates a new Spatializer client.
func (*SpatializerClient) AddOnHeadTrackerAvailableListener ¶
func (c *SpatializerClient) AddOnHeadTrackerAvailableListener(ctx context.Context, arg0 int64, arg1 int64) error
AddOnHeadTrackerAvailableListener calls the AddOnHeadTrackerAvailableListener RPC.
func (*SpatializerClient) AddOnSpatializerStateChangedListener ¶
func (c *SpatializerClient) AddOnSpatializerStateChangedListener(ctx context.Context, arg0 int64, arg1 int64) error
AddOnSpatializerStateChangedListener calls the AddOnSpatializerStateChangedListener RPC.
func (*SpatializerClient) CanBeSpatialized ¶
func (c *SpatializerClient) CanBeSpatialized(ctx context.Context, arg0 int64, arg1 int64) (bool, error)
CanBeSpatialized calls the CanBeSpatialized RPC.
func (*SpatializerClient) GetImmersiveAudioLevel ¶
func (c *SpatializerClient) GetImmersiveAudioLevel(ctx context.Context) (int32, error)
GetImmersiveAudioLevel calls the GetImmersiveAudioLevel RPC.
func (*SpatializerClient) GetSpatializedChannelMasks ¶
func (c *SpatializerClient) GetSpatializedChannelMasks(ctx context.Context) (int64, error)
GetSpatializedChannelMasks calls the GetSpatializedChannelMasks RPC.
func (*SpatializerClient) IsAvailable ¶
func (c *SpatializerClient) IsAvailable(ctx context.Context) (bool, error)
IsAvailable calls the IsAvailable RPC.
func (*SpatializerClient) IsEnabled ¶
func (c *SpatializerClient) IsEnabled(ctx context.Context) (bool, error)
IsEnabled calls the IsEnabled RPC.
func (*SpatializerClient) IsHeadTrackerAvailable ¶
func (c *SpatializerClient) IsHeadTrackerAvailable(ctx context.Context) (bool, error)
IsHeadTrackerAvailable calls the IsHeadTrackerAvailable RPC.
func (*SpatializerClient) RemoveOnHeadTrackerAvailableListener ¶
func (c *SpatializerClient) RemoveOnHeadTrackerAvailableListener(ctx context.Context, arg0 int64) error
RemoveOnHeadTrackerAvailableListener calls the RemoveOnHeadTrackerAvailableListener RPC.
func (*SpatializerClient) RemoveOnSpatializerStateChangedListener ¶
func (c *SpatializerClient) RemoveOnSpatializerStateChangedListener(ctx context.Context, arg0 int64) error
RemoveOnSpatializerStateChangedListener calls the RemoveOnSpatializerStateChangedListener RPC.
type SpatializerOnHeadTrackerAvailableListenerClient ¶
type SpatializerOnHeadTrackerAvailableListenerClient struct {
// contains filtered or unexported fields
}
SpatializerOnHeadTrackerAvailableListenerClient wraps the gRPC SpatializerOnHeadTrackerAvailableListenerService client.
func NewSpatializerOnHeadTrackerAvailableListenerClient ¶
func NewSpatializerOnHeadTrackerAvailableListenerClient(cc grpc.ClientConnInterface) *SpatializerOnHeadTrackerAvailableListenerClient
NewSpatializerOnHeadTrackerAvailableListenerClient creates a new SpatializerOnHeadTrackerAvailableListener client.
func (*SpatializerOnHeadTrackerAvailableListenerClient) OnHeadTrackerAvailableChanged ¶
func (c *SpatializerOnHeadTrackerAvailableListenerClient) OnHeadTrackerAvailableChanged(ctx context.Context, arg0 int64, arg1 bool) error
OnHeadTrackerAvailableChanged calls the OnHeadTrackerAvailableChanged RPC.
type SpatializerOnSpatializerStateChangedListenerClient ¶
type SpatializerOnSpatializerStateChangedListenerClient struct {
// contains filtered or unexported fields
}
SpatializerOnSpatializerStateChangedListenerClient wraps the gRPC SpatializerOnSpatializerStateChangedListenerService client.
func NewSpatializerOnSpatializerStateChangedListenerClient ¶
func NewSpatializerOnSpatializerStateChangedListenerClient(cc grpc.ClientConnInterface) *SpatializerOnSpatializerStateChangedListenerClient
NewSpatializerOnSpatializerStateChangedListenerClient creates a new SpatializerOnSpatializerStateChangedListener client.
func (*SpatializerOnSpatializerStateChangedListenerClient) OnSpatializerAvailableChanged ¶
func (c *SpatializerOnSpatializerStateChangedListenerClient) OnSpatializerAvailableChanged(ctx context.Context, arg0 int64, arg1 bool) error
OnSpatializerAvailableChanged calls the OnSpatializerAvailableChanged RPC.
func (*SpatializerOnSpatializerStateChangedListenerClient) OnSpatializerEnabledChanged ¶
func (c *SpatializerOnSpatializerStateChangedListenerClient) OnSpatializerEnabledChanged(ctx context.Context, arg0 int64, arg1 bool) error
OnSpatializerEnabledChanged calls the OnSpatializerEnabledChanged RPC.
type SubtitleDataClient ¶
type SubtitleDataClient struct {
// contains filtered or unexported fields
}
SubtitleDataClient wraps the gRPC SubtitleDataService client.
func NewSubtitleDataClient ¶
func NewSubtitleDataClient(cc grpc.ClientConnInterface) *SubtitleDataClient
NewSubtitleDataClient creates a new SubtitleData client.
func (*SubtitleDataClient) GetDurationUs ¶
GetDurationUs calls the GetDurationUs RPC.
func (*SubtitleDataClient) GetStartTimeUs ¶
GetStartTimeUs calls the GetStartTimeUs RPC.
func (*SubtitleDataClient) GetTrackIndex ¶
GetTrackIndex calls the GetTrackIndex RPC.
type SyncClient ¶
type SyncClient struct {
// contains filtered or unexported fields
}
SyncClient wraps the gRPC SyncService client.
func NewSyncClient ¶
func NewSyncClient(cc grpc.ClientConnInterface) *SyncClient
NewSyncClient creates a new Sync client.
func (*SyncClient) CreateInputSurface ¶
CreateInputSurface calls the CreateInputSurface RPC.
func (*SyncClient) Flush ¶
func (c *SyncClient) Flush(ctx context.Context, handle int64) error
Flush calls the Flush RPC.
func (*SyncClient) GetPlaybackParams ¶
GetPlaybackParams calls the GetPlaybackParams RPC.
func (*SyncClient) GetSyncParams ¶
GetSyncParams calls the GetSyncParams RPC.
func (*SyncClient) GetTimestamp ¶
GetTimestamp calls the GetTimestamp RPC.
func (*SyncClient) Release ¶
func (c *SyncClient) Release(ctx context.Context, handle int64) error
Release calls the Release RPC.
func (*SyncClient) SetAudioTrack ¶
SetAudioTrack calls the SetAudioTrack RPC.
func (*SyncClient) SetPlaybackParams ¶
SetPlaybackParams calls the SetPlaybackParams RPC.
func (*SyncClient) SetSurface ¶
SetSurface calls the SetSurface RPC.
func (*SyncClient) SetSyncParams ¶
SetSyncParams calls the SetSyncParams RPC.
type SyncEventClient ¶
type SyncEventClient struct {
// contains filtered or unexported fields
}
SyncEventClient wraps the gRPC SyncEventService client.
func NewSyncEventClient ¶
func NewSyncEventClient(cc grpc.ClientConnInterface) *SyncEventClient
NewSyncEventClient creates a new SyncEvent client.
func (*SyncEventClient) CreateEvent ¶
CreateEvent calls the CreateEvent RPC.
func (*SyncEventClient) DescribeContents ¶
func (c *SyncEventClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*SyncEventClient) GetAudioSessionId ¶
func (c *SyncEventClient) GetAudioSessionId(ctx context.Context) (int32, error)
GetAudioSessionId calls the GetAudioSessionId RPC.
func (*SyncEventClient) GetType ¶
func (c *SyncEventClient) GetType(ctx context.Context) (int32, error)
GetType calls the GetType RPC.
func (*SyncEventClient) HashCode ¶
func (c *SyncEventClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*SyncEventClient) SetAudioSessionId ¶
SetAudioSessionId calls the SetAudioSessionId RPC.
func (*SyncEventClient) ToString ¶
func (c *SyncEventClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*SyncEventClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type SyncOnErrorListenerClient ¶
type SyncOnErrorListenerClient struct {
// contains filtered or unexported fields
}
SyncOnErrorListenerClient wraps the gRPC SyncOnErrorListenerService client.
func NewSyncOnErrorListenerClient ¶
func NewSyncOnErrorListenerClient(cc grpc.ClientConnInterface) *SyncOnErrorListenerClient
NewSyncOnErrorListenerClient creates a new SyncOnErrorListener client.
type SyncParamsClient ¶
type SyncParamsClient struct {
// contains filtered or unexported fields
}
SyncParamsClient wraps the gRPC SyncParamsService client.
func NewSyncParamsClient ¶
func NewSyncParamsClient(cc grpc.ClientConnInterface) *SyncParamsClient
NewSyncParamsClient creates a new SyncParams client.
func (*SyncParamsClient) AllowDefaults ¶
AllowDefaults calls the AllowDefaults RPC.
func (*SyncParamsClient) GetAudioAdjustMode ¶
GetAudioAdjustMode calls the GetAudioAdjustMode RPC.
func (*SyncParamsClient) GetFrameRate ¶
GetFrameRate calls the GetFrameRate RPC.
func (*SyncParamsClient) GetSyncSource ¶
GetSyncSource calls the GetSyncSource RPC.
func (*SyncParamsClient) GetTolerance ¶
GetTolerance calls the GetTolerance RPC.
func (*SyncParamsClient) SetAudioAdjustMode ¶
func (c *SyncParamsClient) SetAudioAdjustMode(ctx context.Context, handle int64, arg0 int32) (int64, error)
SetAudioAdjustMode calls the SetAudioAdjustMode RPC.
func (*SyncParamsClient) SetFrameRate ¶
func (c *SyncParamsClient) SetFrameRate(ctx context.Context, handle int64, arg0 float32) (int64, error)
SetFrameRate calls the SetFrameRate RPC.
func (*SyncParamsClient) SetSyncSource ¶
func (c *SyncParamsClient) SetSyncSource(ctx context.Context, handle int64, arg0 int32) (int64, error)
SetSyncSource calls the SetSyncSource RPC.
func (*SyncParamsClient) SetTolerance ¶
func (c *SyncParamsClient) SetTolerance(ctx context.Context, handle int64, arg0 float32) (int64, error)
SetTolerance calls the SetTolerance RPC.
type ThumbnailUtilsClient ¶
type ThumbnailUtilsClient struct {
// contains filtered or unexported fields
}
ThumbnailUtilsClient wraps the gRPC ThumbnailUtilsService client.
func NewThumbnailUtilsClient ¶
func NewThumbnailUtilsClient(cc grpc.ClientConnInterface) *ThumbnailUtilsClient
NewThumbnailUtilsClient creates a new ThumbnailUtils client.
func (*ThumbnailUtilsClient) CreateAudioThumbnail2_1 ¶
func (c *ThumbnailUtilsClient) CreateAudioThumbnail2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
CreateAudioThumbnail2_1 calls the CreateAudioThumbnail2_1 RPC.
func (*ThumbnailUtilsClient) CreateAudioThumbnail3 ¶
func (c *ThumbnailUtilsClient) CreateAudioThumbnail3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)
CreateAudioThumbnail3 calls the CreateAudioThumbnail3 RPC.
func (*ThumbnailUtilsClient) CreateImageThumbnail2_1 ¶
func (c *ThumbnailUtilsClient) CreateImageThumbnail2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
CreateImageThumbnail2_1 calls the CreateImageThumbnail2_1 RPC.
func (*ThumbnailUtilsClient) CreateImageThumbnail3 ¶
func (c *ThumbnailUtilsClient) CreateImageThumbnail3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)
CreateImageThumbnail3 calls the CreateImageThumbnail3 RPC.
func (*ThumbnailUtilsClient) CreateVideoThumbnail2_1 ¶
func (c *ThumbnailUtilsClient) CreateVideoThumbnail2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
CreateVideoThumbnail2_1 calls the CreateVideoThumbnail2_1 RPC.
func (*ThumbnailUtilsClient) CreateVideoThumbnail3 ¶
func (c *ThumbnailUtilsClient) CreateVideoThumbnail3(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int64) (int64, error)
CreateVideoThumbnail3 calls the CreateVideoThumbnail3 RPC.
type TimedMetaDataClient ¶
type TimedMetaDataClient struct {
// contains filtered or unexported fields
}
TimedMetaDataClient wraps the gRPC TimedMetaDataService client.
func NewTimedMetaDataClient ¶
func NewTimedMetaDataClient(cc grpc.ClientConnInterface) *TimedMetaDataClient
NewTimedMetaDataClient creates a new TimedMetaData client.
func (*TimedMetaDataClient) GetMetaData ¶
GetMetaData calls the GetMetaData RPC.
func (*TimedMetaDataClient) GetTimestamp ¶
GetTimestamp calls the GetTimestamp RPC.
type TimedTextClient ¶
type TimedTextClient struct {
// contains filtered or unexported fields
}
TimedTextClient wraps the gRPC TimedTextService client.
func NewTimedTextClient ¶
func NewTimedTextClient(cc grpc.ClientConnInterface) *TimedTextClient
NewTimedTextClient creates a new TimedText client.
type TimestampClient ¶
type TimestampClient struct {
// contains filtered or unexported fields
}
TimestampClient wraps the gRPC TimestampService client.
func NewTimestampClient ¶
func NewTimestampClient(cc grpc.ClientConnInterface) *TimestampClient
NewTimestampClient creates a new Timestamp client.
func (*TimestampClient) GetAnchorMediaTimeUs ¶
GetAnchorMediaTimeUs calls the GetAnchorMediaTimeUs RPC.
func (*TimestampClient) GetAnchorSystemNanoTime ¶
GetAnchorSystemNanoTime calls the GetAnchorSystemNanoTime RPC.
func (*TimestampClient) GetAnchorSytemNanoTime ¶
GetAnchorSytemNanoTime calls the GetAnchorSytemNanoTime RPC.
func (*TimestampClient) GetMediaClockRate ¶
GetMediaClockRate calls the GetMediaClockRate RPC.
type ToneGeneratorClient ¶
type ToneGeneratorClient struct {
// contains filtered or unexported fields
}
ToneGeneratorClient wraps the gRPC ToneGeneratorService client.
func NewToneGeneratorClient ¶
func NewToneGeneratorClient(cc grpc.ClientConnInterface) *ToneGeneratorClient
NewToneGeneratorClient creates a new ToneGenerator client.
func (*ToneGeneratorClient) GetAudioSessionId ¶
GetAudioSessionId calls the GetAudioSessionId RPC.
func (*ToneGeneratorClient) Release ¶
func (c *ToneGeneratorClient) Release(ctx context.Context, handle int64) error
Release calls the Release RPC.
func (*ToneGeneratorClient) StartTone1 ¶
func (c *ToneGeneratorClient) StartTone1(ctx context.Context, handle int64, arg0 int32) (bool, error)
StartTone1 calls the StartTone1 RPC.
func (*ToneGeneratorClient) StartTone2_1 ¶
func (c *ToneGeneratorClient) StartTone2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)
StartTone2_1 calls the StartTone2_1 RPC.
type VolumeAutomationClient ¶
type VolumeAutomationClient struct {
// contains filtered or unexported fields
}
VolumeAutomationClient wraps the gRPC VolumeAutomationService client.
func NewVolumeAutomationClient ¶
func NewVolumeAutomationClient(cc grpc.ClientConnInterface) *VolumeAutomationClient
NewVolumeAutomationClient creates a new VolumeAutomation client.
func (*VolumeAutomationClient) CreateVolumeShaper ¶
CreateVolumeShaper calls the CreateVolumeShaper RPC.
type VolumeProviderClient ¶
type VolumeProviderClient struct {
// contains filtered or unexported fields
}
VolumeProviderClient wraps the gRPC VolumeProviderService client.
func NewVolumeProviderClient ¶
func NewVolumeProviderClient(cc grpc.ClientConnInterface) *VolumeProviderClient
NewVolumeProviderClient creates a new VolumeProvider client.
func (*VolumeProviderClient) GetCurrentVolume ¶
func (c *VolumeProviderClient) GetCurrentVolume(ctx context.Context) (int32, error)
GetCurrentVolume calls the GetCurrentVolume RPC.
func (*VolumeProviderClient) GetMaxVolume ¶
func (c *VolumeProviderClient) GetMaxVolume(ctx context.Context) (int32, error)
GetMaxVolume calls the GetMaxVolume RPC.
func (*VolumeProviderClient) GetVolumeControl ¶
func (c *VolumeProviderClient) GetVolumeControl(ctx context.Context) (int32, error)
GetVolumeControl calls the GetVolumeControl RPC.
func (*VolumeProviderClient) GetVolumeControlId ¶
func (c *VolumeProviderClient) GetVolumeControlId(ctx context.Context) (string, error)
GetVolumeControlId calls the GetVolumeControlId RPC.
func (*VolumeProviderClient) OnAdjustVolume ¶
func (c *VolumeProviderClient) OnAdjustVolume(ctx context.Context, arg0 int32) error
OnAdjustVolume calls the OnAdjustVolume RPC.
func (*VolumeProviderClient) OnSetVolumeTo ¶
func (c *VolumeProviderClient) OnSetVolumeTo(ctx context.Context, arg0 int32) error
OnSetVolumeTo calls the OnSetVolumeTo RPC.
func (*VolumeProviderClient) SetCurrentVolume ¶
func (c *VolumeProviderClient) SetCurrentVolume(ctx context.Context, arg0 int32) error
SetCurrentVolume calls the SetCurrentVolume RPC.
type VolumeShaperClient ¶
type VolumeShaperClient struct {
// contains filtered or unexported fields
}
VolumeShaperClient wraps the gRPC VolumeShaperService client.
func NewVolumeShaperClient ¶
func NewVolumeShaperClient(cc grpc.ClientConnInterface) *VolumeShaperClient
NewVolumeShaperClient creates a new VolumeShaper client.
func (*VolumeShaperClient) Apply ¶
func (c *VolumeShaperClient) Apply(ctx context.Context, arg0 int64) error
Apply calls the Apply RPC.
func (*VolumeShaperClient) Close ¶
func (c *VolumeShaperClient) Close(ctx context.Context) error
Close calls the Close RPC.
type VolumeShaperConfigurationClient ¶
type VolumeShaperConfigurationClient struct {
// contains filtered or unexported fields
}
VolumeShaperConfigurationClient wraps the gRPC VolumeShaperConfigurationService client.
func NewVolumeShaperConfigurationClient ¶
func NewVolumeShaperConfigurationClient(cc grpc.ClientConnInterface) *VolumeShaperConfigurationClient
NewVolumeShaperConfigurationClient creates a new VolumeShaperConfiguration client.
func (*VolumeShaperConfigurationClient) DescribeContents ¶
func (c *VolumeShaperConfigurationClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*VolumeShaperConfigurationClient) GetDuration ¶
func (c *VolumeShaperConfigurationClient) GetDuration(ctx context.Context) (int64, error)
GetDuration calls the GetDuration RPC.
func (*VolumeShaperConfigurationClient) GetInterpolatorType ¶
func (c *VolumeShaperConfigurationClient) GetInterpolatorType(ctx context.Context) (int32, error)
GetInterpolatorType calls the GetInterpolatorType RPC.
func (*VolumeShaperConfigurationClient) GetMaximumCurvePoints ¶
func (c *VolumeShaperConfigurationClient) GetMaximumCurvePoints(ctx context.Context) (int32, error)
GetMaximumCurvePoints calls the GetMaximumCurvePoints RPC.
func (*VolumeShaperConfigurationClient) GetTimes ¶
func (c *VolumeShaperConfigurationClient) GetTimes(ctx context.Context) (int64, error)
GetTimes calls the GetTimes RPC.
func (*VolumeShaperConfigurationClient) GetVolumes ¶
func (c *VolumeShaperConfigurationClient) GetVolumes(ctx context.Context) (int64, error)
GetVolumes calls the GetVolumes RPC.
func (*VolumeShaperConfigurationClient) HashCode ¶
func (c *VolumeShaperConfigurationClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*VolumeShaperConfigurationClient) ToString ¶
func (c *VolumeShaperConfigurationClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*VolumeShaperConfigurationClient) WriteToParcel ¶
func (c *VolumeShaperConfigurationClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type VolumeShaperOperationClient ¶
type VolumeShaperOperationClient struct {
// contains filtered or unexported fields
}
VolumeShaperOperationClient wraps the gRPC VolumeShaperOperationService client.
func NewVolumeShaperOperationClient ¶
func NewVolumeShaperOperationClient(cc grpc.ClientConnInterface) *VolumeShaperOperationClient
NewVolumeShaperOperationClient creates a new VolumeShaperOperation client.
func (*VolumeShaperOperationClient) DescribeContents ¶
func (c *VolumeShaperOperationClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*VolumeShaperOperationClient) HashCode ¶
func (c *VolumeShaperOperationClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*VolumeShaperOperationClient) ToString ¶
func (c *VolumeShaperOperationClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*VolumeShaperOperationClient) WriteToParcel ¶
func (c *VolumeShaperOperationClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.