Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ActionSoundClient struct + func NewActionSoundClient(cc grpc.ClientConnInterface) *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 struct + func NewApplicationMediaCapabilitiesBuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewApplicationMediaCapabilitiesClient(cc grpc.ClientConnInterface) *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 struct + func NewAsyncPlayerClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioAttributesBuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioAttributesClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioDescriptorClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioDeviceCallbackClient(cc grpc.ClientConnInterface) *AudioDeviceCallbackClient + func (c *AudioDeviceCallbackClient) OnAudioDevicesAdded(ctx context.Context, arg0 int64) error + func (c *AudioDeviceCallbackClient) OnAudioDevicesRemoved(ctx context.Context, arg0 int64) error + type AudioFocusRequestBuilderClient struct + func NewAudioFocusRequestBuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioFocusRequestClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioFormatBuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioFormatClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioMetadataClient(cc grpc.ClientConnInterface) *AudioMetadataClient + func (c *AudioMetadataClient) CreateMap(ctx context.Context) (int64, error) + type AudioMetadataKeyClient struct + func NewAudioMetadataKeyClient(cc grpc.ClientConnInterface) *AudioMetadataKeyClient + func (c *AudioMetadataKeyClient) GetName(ctx context.Context) (string, error) + func (c *AudioMetadataKeyClient) GetValueClass(ctx context.Context) (int64, error) + type AudioMetadataReadMapClient struct + func NewAudioMetadataReadMapClient(cc grpc.ClientConnInterface) *AudioMetadataReadMapClient + func (c *AudioMetadataReadMapClient) Dup(ctx context.Context) (int64, error) + func (c *AudioMetadataReadMapClient) Size(ctx context.Context) (int32, error) + type AudioMixerAttributesBuilderClient struct + func NewAudioMixerAttributesBuilderClient(cc grpc.ClientConnInterface) *AudioMixerAttributesBuilderClient + func (c *AudioMixerAttributesBuilderClient) Build(ctx context.Context) (int64, error) + func (c *AudioMixerAttributesBuilderClient) SetMixerBehavior(ctx context.Context, arg0 int32) (int64, error) + type AudioMixerAttributesClient struct + func NewAudioMixerAttributesClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioPlaybackCaptureConfigurationBuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioPlaybackCaptureConfigurationClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioPlaybackConfigurationClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioPresentationBuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioPresentationClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioProfileClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioRecordingConfigurationClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioRecordingMonitorClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioRoutingClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioRoutingOnRoutingChangedListenerClient(cc grpc.ClientConnInterface) *AudioRoutingOnRoutingChangedListenerClient + func (c *AudioRoutingOnRoutingChangedListenerClient) OnRoutingChanged(ctx context.Context, arg0 int64) error + type AudioTimestampClient struct + func NewAudioTimestampClient(cc grpc.ClientConnInterface) *AudioTimestampClient + func (c *AudioTimestampClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *AudioTimestampClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *AudioTimestampClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type AudioTrackBuilderClient struct + func NewAudioTrackBuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioTrackClient(cc grpc.ClientConnInterface) *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 struct + func NewAudioTrackOnCodecFormatChangedListenerClient(cc grpc.ClientConnInterface) *AudioTrackOnCodecFormatChangedListenerClient + func (c *AudioTrackOnCodecFormatChangedListenerClient) OnCodecFormatChanged(ctx context.Context, arg0 int64, arg1 int64) error + type AudioTrackOnPlaybackPositionUpdateListenerClient struct + func NewAudioTrackOnPlaybackPositionUpdateListenerClient(cc grpc.ClientConnInterface) *AudioTrackOnPlaybackPositionUpdateListenerClient + func (c *AudioTrackOnPlaybackPositionUpdateListenerClient) OnMarkerReached(ctx context.Context, arg0 int64) error + func (c *AudioTrackOnPlaybackPositionUpdateListenerClient) OnPeriodicNotification(ctx context.Context, arg0 int64) error + type AudioTrackOnRoutingChangedListenerClient struct + func NewAudioTrackOnRoutingChangedListenerClient(cc grpc.ClientConnInterface) *AudioTrackOnRoutingChangedListenerClient + func (c *AudioTrackOnRoutingChangedListenerClient) OnRoutingChanged(ctx context.Context, arg0 int64) error + type AudioTrackStreamEventCallbackClient struct + func NewAudioTrackStreamEventCallbackClient(cc grpc.ClientConnInterface) *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 struct + func NewBrowserServiceBrowserRootClient(cc grpc.ClientConnInterface) *BrowserServiceBrowserRootClient + func (c *BrowserServiceBrowserRootClient) GetExtras(ctx context.Context) (int64, error) + func (c *BrowserServiceBrowserRootClient) GetRootId(ctx context.Context) (string, error) + type BrowserServiceClient struct + func NewBrowserServiceClient(cc grpc.ClientConnInterface) *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 struct + func NewBrowserServiceResultClient(cc grpc.ClientConnInterface) *BrowserServiceResultClient + func (c *BrowserServiceResultClient) Detach(ctx context.Context) error + type CamcorderProfileClient struct + func NewCamcorderProfileClient(cc grpc.ClientConnInterface) *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 struct + func NewCameraPrewarmServiceClient(cc grpc.ClientConnInterface) *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 struct + func NewCameraProfileClient(cc grpc.ClientConnInterface) *CameraProfileClient + func (c *CameraProfileClient) GetJpegEncodingQualityParameter1(ctx context.Context, handle int64, arg0 int32) (int32, error) + func (c *CameraProfileClient) GetJpegEncodingQualityParameter2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int32, error) + type CasClient struct + func NewCasClient(cc grpc.ClientConnInterface) *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 struct + func NewCasEventListenerClient(cc grpc.ClientConnInterface) *CasEventListenerClient + func (c *CasEventListenerClient) OnEvent(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int64) error + type CasPluginDescriptorClient struct + func NewCasPluginDescriptorClient(cc grpc.ClientConnInterface) *CasPluginDescriptorClient + func (c *CasPluginDescriptorClient) GetName(ctx context.Context) (string, error) + func (c *CasPluginDescriptorClient) GetSystemId(ctx context.Context) (int32, error) + func (c *CasPluginDescriptorClient) ToString(ctx context.Context) (string, error) + type CasSessionClient struct + func NewCasSessionClient(cc grpc.ClientConnInterface) *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 struct + func NewCasStateExceptionClient(cc grpc.ClientConnInterface) *CasStateExceptionClient + func (c *CasStateExceptionClient) GetDiagnosticInfo(ctx context.Context) (string, error) + type CodecBufferInfoClient struct + func NewCodecBufferInfoClient(cc grpc.ClientConnInterface) *CodecBufferInfoClient + func (c *CodecBufferInfoClient) Set(ctx context.Context, arg0 int32, arg1 int32, arg2 int64, arg3 int32) error + type CodecCallbackClient struct + func NewCodecCallbackClient(cc grpc.ClientConnInterface) *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 struct + func NewCodecClient(cc grpc.ClientConnInterface) *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 struct + func NewCodecCodecExceptionClient(cc grpc.ClientConnInterface) *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 struct + func NewCodecCryptoExceptionClient(cc grpc.ClientConnInterface) *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 struct + func NewCodecCryptoInfoClient(cc grpc.ClientConnInterface) *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 struct + func NewCodecInfoAudioCapabilitiesClient(cc grpc.ClientConnInterface) *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 struct + func NewCodecInfoClient(cc grpc.ClientConnInterface) *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 struct + func NewCodecInfoCodecCapabilitiesClient(cc grpc.ClientConnInterface) *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 struct + func NewCodecInfoCodecProfileLevelClient(cc grpc.ClientConnInterface) *CodecInfoCodecProfileLevelClient + func (c *CodecInfoCodecProfileLevelClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *CodecInfoCodecProfileLevelClient) HashCode(ctx context.Context) (int32, error) + type CodecInfoEncoderCapabilitiesClient struct + func NewCodecInfoEncoderCapabilitiesClient(cc grpc.ClientConnInterface) *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 struct + func NewCodecInfoVideoCapabilitiesClient(cc grpc.ClientConnInterface) *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 struct + func NewCodecLinearBlockClient(cc grpc.ClientConnInterface) *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 struct + func NewCodecListClient(cc grpc.ClientConnInterface) *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 struct + func NewCodecOnFirstTunnelFrameReadyListenerClient(cc grpc.ClientConnInterface) *CodecOnFirstTunnelFrameReadyListenerClient + func (c *CodecOnFirstTunnelFrameReadyListenerClient) OnFirstTunnelFrameReady(ctx context.Context, arg0 int64) error + type CodecOnFrameRenderedListenerClient struct + func NewCodecOnFrameRenderedListenerClient(cc grpc.ClientConnInterface) *CodecOnFrameRenderedListenerClient + func (c *CodecOnFrameRenderedListenerClient) OnFrameRendered(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + type CodecOutputFrameClient struct + func NewCodecOutputFrameClient(cc grpc.ClientConnInterface) *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 struct + func NewCodecParameterDescriptorClient(cc grpc.ClientConnInterface) *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 struct + func NewCodecQueueRequestClient(cc grpc.ClientConnInterface) *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 struct + func NewCommunicationManagerClient(cc grpc.ClientConnInterface) *CommunicationManagerClient + func (c *CommunicationManagerClient) GetSession2Tokens(ctx context.Context) (int64, error) + func (c *CommunicationManagerClient) GetVersion(ctx context.Context) (int32, error) + type Controller2BuilderClient struct + func NewController2BuilderClient(cc grpc.ClientConnInterface) *Controller2BuilderClient + func (c *Controller2BuilderClient) Build(ctx context.Context) (int64, error) + func (c *Controller2BuilderClient) SetConnectionHints(ctx context.Context, arg0 int64) (int64, error) + func (c *Controller2BuilderClient) SetControllerCallback(ctx context.Context, arg0 int64, arg1 int64) (int64, error) + type Controller2Client struct + func NewController2Client(cc grpc.ClientConnInterface) *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 struct + func NewController2ControllerCallbackClient(cc grpc.ClientConnInterface) *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 struct + func NewCryptoClient(cc grpc.ClientConnInterface) *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 struct + func NewCryptoExceptionClient(cc grpc.ClientConnInterface) *CryptoExceptionClient + func (c *CryptoExceptionClient) GetErrorContext(ctx context.Context, handle int64) (int32, error) + func (c *CryptoExceptionClient) GetOemError(ctx context.Context, handle int64) (int32, error) + func (c *CryptoExceptionClient) GetVendorError(ctx context.Context, handle int64) (int32, error) + type DataSourceClient struct + func NewDataSourceClient(cc grpc.ClientConnInterface) *DataSourceClient + func (c *DataSourceClient) GetSize(ctx context.Context) (int64, error) + func (c *DataSourceClient) ReadAt(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32) (int32, error) + type DescramblerClient struct + func NewDescramblerClient(cc grpc.ClientConnInterface) *DescramblerClient + func (c *DescramblerClient) Close(ctx context.Context, handle int64) error + func (c *DescramblerClient) RequiresSecureDecoderComponent(ctx context.Context, handle int64, arg0 string) (bool, error) + func (c *DescramblerClient) SetMediaCasSession(ctx context.Context, handle int64, arg0 int64) error + type DescriptionBuilderClient struct + func NewDescriptionBuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewDescriptionClient(cc grpc.ClientConnInterface) *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 struct + func NewDrmClient(cc grpc.ClientConnInterface) *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 struct + func NewDrmCryptoSessionClient(cc grpc.ClientConnInterface) *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 struct + func NewDrmExceptionClient(cc grpc.ClientConnInterface) *DrmExceptionClient + func (c *DrmExceptionClient) GetErrorContext(ctx context.Context, handle int64) (int32, error) + func (c *DrmExceptionClient) GetOemError(ctx context.Context, handle int64) (int32, error) + func (c *DrmExceptionClient) GetVendorError(ctx context.Context, handle int64) (int32, error) + type DrmInitDataClient struct + func NewDrmInitDataClient(cc grpc.ClientConnInterface) *DrmInitDataClient + func (c *DrmInitDataClient) Get(ctx context.Context, arg0 int64) (int64, error) + func (c *DrmInitDataClient) GetSchemeInitDataAt(ctx context.Context, arg0 int32) (int64, error) + func (c *DrmInitDataClient) GetSchemeInitDataCount(ctx context.Context) (int32, error) + type DrmInitDataSchemeInitDataClient struct + func NewDrmInitDataSchemeInitDataClient(cc grpc.ClientConnInterface) *DrmInitDataSchemeInitDataClient + func (c *DrmInitDataSchemeInitDataClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *DrmInitDataSchemeInitDataClient) HashCode(ctx context.Context) (int32, error) + type DrmKeyRequestClient struct + func NewDrmKeyRequestClient(cc grpc.ClientConnInterface) *DrmKeyRequestClient + func (c *DrmKeyRequestClient) GetData(ctx context.Context) (int64, error) + func (c *DrmKeyRequestClient) GetDefaultUrl(ctx context.Context) (string, error) + func (c *DrmKeyRequestClient) GetRequestType(ctx context.Context) (int32, error) + type DrmKeyStatusClient struct + func NewDrmKeyStatusClient(cc grpc.ClientConnInterface) *DrmKeyStatusClient + func (c *DrmKeyStatusClient) GetKeyId(ctx context.Context) (int64, error) + func (c *DrmKeyStatusClient) GetStatusCode(ctx context.Context) (int32, error) + type DrmLogMessageClient struct + func NewDrmLogMessageClient(cc grpc.ClientConnInterface) *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 struct + func NewDrmMediaDrmStateExceptionClient(cc grpc.ClientConnInterface) *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 struct + func NewDrmOnEventListenerClient(cc grpc.ClientConnInterface) *DrmOnEventListenerClient + func (c *DrmOnEventListenerClient) OnEvent(ctx context.Context, arg0 int64, arg1 int64, arg2 int32, arg3 int32, ...) error + type DrmOnExpirationUpdateListenerClient struct + func NewDrmOnExpirationUpdateListenerClient(cc grpc.ClientConnInterface) *DrmOnExpirationUpdateListenerClient + func (c *DrmOnExpirationUpdateListenerClient) OnExpirationUpdate(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error + type DrmOnSessionLostStateListenerClient struct + func NewDrmOnSessionLostStateListenerClient(cc grpc.ClientConnInterface) *DrmOnSessionLostStateListenerClient + func (c *DrmOnSessionLostStateListenerClient) OnSessionLostState(ctx context.Context, arg0 int64, arg1 int64) error + type DrmPlaybackComponentClient struct + func NewDrmPlaybackComponentClient(cc grpc.ClientConnInterface) *DrmPlaybackComponentClient + func (c *DrmPlaybackComponentClient) GetLogSessionId(ctx context.Context) (int64, error) + func (c *DrmPlaybackComponentClient) SetLogSessionId(ctx context.Context, arg0 int64) error + type DrmProvisionRequestClient struct + func NewDrmProvisionRequestClient(cc grpc.ClientConnInterface) *DrmProvisionRequestClient + func (c *DrmProvisionRequestClient) GetData(ctx context.Context) (int64, error) + func (c *DrmProvisionRequestClient) GetDefaultUrl(ctx context.Context) (string, error) + type DrmSessionExceptionClient struct + func NewDrmSessionExceptionClient(cc grpc.ClientConnInterface) *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 struct + func NewEncoderProfilesAudioProfileClient(cc grpc.ClientConnInterface) *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 struct + func NewEncoderProfilesClient(cc grpc.ClientConnInterface) *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 struct + func NewEncoderProfilesVideoProfileClient(cc grpc.ClientConnInterface) *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 struct + func NewExifInterfaceClient(cc grpc.ClientConnInterface) *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 struct + func NewExtractorCasInfoClient(cc grpc.ClientConnInterface) *ExtractorCasInfoClient + func (c *ExtractorCasInfoClient) GetPrivateData(ctx context.Context) (int64, error) + func (c *ExtractorCasInfoClient) GetSession(ctx context.Context) (int64, error) + func (c *ExtractorCasInfoClient) GetSystemId(ctx context.Context) (int32, error) + type ExtractorClient struct + func NewExtractorClient(cc grpc.ClientConnInterface) *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 struct + func NewFaceDetectorClient(cc grpc.ClientConnInterface) *FaceDetectorClient + func (c *FaceDetectorClient) FindFaces(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int32, error) + type FaceDetectorFaceClient struct + func NewFaceDetectorFaceClient(cc grpc.ClientConnInterface) *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 struct + func NewFormatClient(cc grpc.ClientConnInterface) *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 struct + func NewFormatQpOffsetRectClient(cc grpc.ClientConnInterface) *FormatQpOffsetRectClient + func (c *FormatQpOffsetRectClient) FlattenToString(ctx context.Context) (string, error) + func (c *FormatQpOffsetRectClient) Set(ctx context.Context, arg0 int64, arg1 int32) error + type ImageClient struct + func NewImageClient(cc grpc.ClientConnInterface) *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 struct + func NewImagePlaneClient(cc grpc.ClientConnInterface) *ImagePlaneClient + func (c *ImagePlaneClient) GetBuffer(ctx context.Context) (int64, error) + func (c *ImagePlaneClient) GetPixelStride(ctx context.Context) (int32, error) + func (c *ImagePlaneClient) GetRowStride(ctx context.Context) (int32, error) + type ImageReaderBuilderClient struct + func NewImageReaderBuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewImageReaderClient(cc grpc.ClientConnInterface) *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 struct + func NewImageReaderOnImageAvailableListenerClient(cc grpc.ClientConnInterface) *ImageReaderOnImageAvailableListenerClient + func (c *ImageReaderOnImageAvailableListenerClient) OnImageAvailable(ctx context.Context, arg0 int64) error + type ImageWriterBuilderClient struct + func NewImageWriterBuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewImageWriterClient(cc grpc.ClientConnInterface) *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 struct + func NewImageWriterOnImageReleasedListenerClient(cc grpc.ClientConnInterface) *ImageWriterOnImageReleasedListenerClient + func (c *ImageWriterOnImageReleasedListenerClient) OnImageReleased(ctx context.Context, arg0 int64) error + type JetPlayerClient struct + func NewJetPlayerClient(cc grpc.ClientConnInterface) *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 struct + func NewJetPlayerOnJetEventListenerClient(cc grpc.ClientConnInterface) *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 struct + func NewLoudnessCodecControllerClient(cc grpc.ClientConnInterface) *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 struct + func NewMetadataBuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewMetadataClient(cc grpc.ClientConnInterface) *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 struct + func NewMetadataEditorClient(cc grpc.ClientConnInterface) *MetadataEditorClient + func (c *MetadataEditorClient) Apply(ctx context.Context) error + type MetadataRetrieverBitmapParamsClient struct + func NewMetadataRetrieverBitmapParamsClient(cc grpc.ClientConnInterface) *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 struct + func NewMetadataRetrieverClient(cc grpc.ClientConnInterface) *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 struct + func NewMicrophoneDirectionClient(cc grpc.ClientConnInterface) *MicrophoneDirectionClient + func (c *MicrophoneDirectionClient) SetPreferredMicrophoneDirection(ctx context.Context, arg0 int32) (bool, error) + func (c *MicrophoneDirectionClient) SetPreferredMicrophoneFieldDimension(ctx context.Context, arg0 float32) (bool, error) + type MicrophoneInfoClient struct + func NewMicrophoneInfoClient(cc grpc.ClientConnInterface) *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 struct + func NewMicrophoneInfoCoordinate3FClient(cc grpc.ClientConnInterface) *MicrophoneInfoCoordinate3FClient + func (c *MicrophoneInfoCoordinate3FClient) Equals(ctx context.Context, arg0 int64) (bool, error) + type MuxerClient struct + func NewMuxerClient(cc grpc.ClientConnInterface) *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 struct + func NewParserClient(cc grpc.ClientConnInterface) *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 struct + func NewParserInputReaderClient(cc grpc.ClientConnInterface) *ParserInputReaderClient + func (c *ParserInputReaderClient) GetLength(ctx context.Context) (int64, error) + func (c *ParserInputReaderClient) GetPosition(ctx context.Context) (int64, error) + func (c *ParserInputReaderClient) Read(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) (int32, error) + type ParserOutputConsumerClient struct + func NewParserOutputConsumerClient(cc grpc.ClientConnInterface) *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 struct + func NewParserSeekMapClient(cc grpc.ClientConnInterface) *ParserSeekMapClient + func (c *ParserSeekMapClient) GetDurationMicros(ctx context.Context) (int64, error) + func (c *ParserSeekMapClient) IsSeekable(ctx context.Context) (bool, error) + type ParserSeekPointClient struct + func NewParserSeekPointClient(cc grpc.ClientConnInterface) *ParserSeekPointClient + func (c *ParserSeekPointClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *ParserSeekPointClient) HashCode(ctx context.Context) (int32, error) + func (c *ParserSeekPointClient) ToString(ctx context.Context) (string, error) + type ParserSeekableInputReaderClient struct + func NewParserSeekableInputReaderClient(cc grpc.ClientConnInterface) *ParserSeekableInputReaderClient + func (c *ParserSeekableInputReaderClient) SeekToPosition(ctx context.Context, arg0 int64) error + type PlaybackParamsClient struct + func NewPlaybackParamsClient(cc grpc.ClientConnInterface) *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 struct + func NewRatingClient(cc grpc.ClientConnInterface) *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 struct + func NewRemoteControlClientClient(cc grpc.ClientConnInterface) *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 struct + func NewRemoteControlClientMetadataEditorClient(cc grpc.ClientConnInterface) *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 struct + func NewRemoteControlClientOnGetPlaybackPositionListenerClient(cc grpc.ClientConnInterface) *RemoteControlClientOnGetPlaybackPositionListenerClient + func (c *RemoteControlClientOnGetPlaybackPositionListenerClient) OnGetPlaybackPosition(ctx context.Context) (int64, error) + type RemoteControlClientOnMetadataUpdateListenerClient struct + func NewRemoteControlClientOnMetadataUpdateListenerClient(cc grpc.ClientConnInterface) *RemoteControlClientOnMetadataUpdateListenerClient + func (c *RemoteControlClientOnMetadataUpdateListenerClient) OnMetadataUpdate(ctx context.Context, arg0 int32, arg1 int64) error + type RemoteControlClientOnPlaybackPositionUpdateListenerClient struct + func NewRemoteControlClientOnPlaybackPositionUpdateListenerClient(cc grpc.ClientConnInterface) *RemoteControlClientOnPlaybackPositionUpdateListenerClient + func (c *RemoteControlClientOnPlaybackPositionUpdateListenerClient) OnPlaybackPositionUpdate(ctx context.Context, arg0 int64) error + type RemoteControllerClient struct + func NewRemoteControllerClient(cc grpc.ClientConnInterface) *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 struct + func NewRemoteControllerOnClientUpdateListenerClient(cc grpc.ClientConnInterface) *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 struct + func NewRoute2InfoBuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewRoute2InfoClient(cc grpc.ClientConnInterface) *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 struct + func NewRoute2ProviderServiceClient(cc grpc.ClientConnInterface) *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 struct + func NewRouteDiscoveryPreferenceBuilderClient(cc grpc.ClientConnInterface) *RouteDiscoveryPreferenceBuilderClient + func (c *RouteDiscoveryPreferenceBuilderClient) Build(ctx context.Context) (int64, error) + func (c *RouteDiscoveryPreferenceBuilderClient) SetShouldPerformActiveScan(ctx context.Context, arg0 bool) (int64, error) + type RouteDiscoveryPreferenceClient struct + func NewRouteDiscoveryPreferenceClient(cc grpc.ClientConnInterface) *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 struct + func NewRouteListingPreferenceBuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewRouteListingPreferenceClient(cc grpc.ClientConnInterface) *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 struct + func NewRouteListingPreferenceItemClient(cc grpc.ClientConnInterface) *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 struct + func NewRouter2Client(cc grpc.ClientConnInterface) *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 struct + func NewRouter2ControllerCallbackClient(cc grpc.ClientConnInterface) *Router2ControllerCallbackClient + func (c *Router2ControllerCallbackClient) OnControllerUpdated(ctx context.Context, arg0 int64) error + type Router2OnGetControllerHintsListenerClient struct + func NewRouter2OnGetControllerHintsListenerClient(cc grpc.ClientConnInterface) *Router2OnGetControllerHintsListenerClient + func (c *Router2OnGetControllerHintsListenerClient) OnGetControllerHints(ctx context.Context, arg0 int64) (int64, error) + type Router2RoutingControllerClient struct + func NewRouter2RoutingControllerClient(cc grpc.ClientConnInterface) *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 struct + func NewRouter2ScanRequestClient(cc grpc.ClientConnInterface) *Router2ScanRequestClient + func (c *Router2ScanRequestClient) IsScreenOffScan(ctx context.Context) (bool, error) + type Router2TransferCallbackClient struct + func NewRouter2TransferCallbackClient(cc grpc.ClientConnInterface) *Router2TransferCallbackClient + func (c *Router2TransferCallbackClient) OnStop(ctx context.Context, arg0 int64) error + func (c *Router2TransferCallbackClient) OnTransfer(ctx context.Context, arg0 int64, arg1 int64) error + func (c *Router2TransferCallbackClient) OnTransferFailure(ctx context.Context, arg0 int64) error + type RouterCallbackClient struct + func NewRouterCallbackClient(cc grpc.ClientConnInterface) *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 struct + func NewRouterClient(cc grpc.ClientConnInterface) *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 struct + func NewRouterRouteCategoryClient(cc grpc.ClientConnInterface) *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 struct + func NewRouterRouteGroupClient(cc grpc.ClientConnInterface) *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 struct + func NewRouterRouteInfoClient(cc grpc.ClientConnInterface) *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 struct + func NewRouterSimpleCallbackClient(cc grpc.ClientConnInterface) *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 struct + func NewRouterUserRouteInfoClient(cc grpc.ClientConnInterface) *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 struct + func NewRouterVolumeCallbackClient(cc grpc.ClientConnInterface) *RouterVolumeCallbackClient + func (c *RouterVolumeCallbackClient) OnVolumeSetRequest(ctx context.Context, arg0 int64, arg1 int32) error + func (c *RouterVolumeCallbackClient) OnVolumeUpdateRequest(ctx context.Context, arg0 int64, arg1 int32) error + type RoutingSessionInfoBuilderClient struct + func NewRoutingSessionInfoBuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewRoutingSessionInfoClient(cc grpc.ClientConnInterface) *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 struct + func NewScannerConnectionClient(cc grpc.ClientConnInterface) *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 struct + func NewScannerConnectionMediaScannerConnectionClientClient(cc grpc.ClientConnInterface) *ScannerConnectionMediaScannerConnectionClientClient + func (c *ScannerConnectionMediaScannerConnectionClientClient) OnMediaScannerConnected(ctx context.Context) error + type ScannerConnectionOnScanCompletedListenerClient struct + func NewScannerConnectionOnScanCompletedListenerClient(cc grpc.ClientConnInterface) *ScannerConnectionOnScanCompletedListenerClient + func (c *ScannerConnectionOnScanCompletedListenerClient) OnScanCompleted(ctx context.Context, arg0 string, arg1 int64) error + type Session2BuilderClient struct + func NewSession2BuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewSession2Client(cc grpc.ClientConnInterface) *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 struct + func NewSession2CommandClient(cc grpc.ClientConnInterface) *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 struct + func NewSession2CommandGroupBuilderClient(cc grpc.ClientConnInterface) *Session2CommandGroupBuilderClient + func (c *Session2CommandGroupBuilderClient) AddCommand(ctx context.Context, arg0 int64) (int64, error) + func (c *Session2CommandGroupBuilderClient) Build(ctx context.Context) (int64, error) + func (c *Session2CommandGroupBuilderClient) RemoveCommand(ctx context.Context, arg0 int64) (int64, error) + type Session2CommandGroupClient struct + func NewSession2CommandGroupClient(cc grpc.ClientConnInterface) *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 struct + func NewSession2CommandResultClient(cc grpc.ClientConnInterface) *Session2CommandResultClient + func (c *Session2CommandResultClient) GetResultCode(ctx context.Context) (int32, error) + func (c *Session2CommandResultClient) GetResultData(ctx context.Context) (int64, error) + type Session2ControllerInfoClient struct + func NewSession2ControllerInfoClient(cc grpc.ClientConnInterface) *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 struct + func NewSession2ServiceClient(cc grpc.ClientConnInterface) *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 struct + func NewSession2ServiceMediaNotificationClient(cc grpc.ClientConnInterface) *Session2ServiceMediaNotificationClient + func (c *Session2ServiceMediaNotificationClient) GetNotification(ctx context.Context) (int64, error) + func (c *Session2ServiceMediaNotificationClient) GetNotificationId(ctx context.Context) (int32, error) + type Session2SessionCallbackClient struct + func NewSession2SessionCallbackClient(cc grpc.ClientConnInterface) *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 struct + func NewSession2TokenClient(cc grpc.ClientConnInterface) *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 struct + func NewSoundPoolBuilderClient(cc grpc.ClientConnInterface) *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 struct + func NewSoundPoolClient(cc grpc.ClientConnInterface) *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 struct + func NewSoundPoolOnLoadCompleteListenerClient(cc grpc.ClientConnInterface) *SoundPoolOnLoadCompleteListenerClient + func (c *SoundPoolOnLoadCompleteListenerClient) OnLoadComplete(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error + type SpatializerClient struct + func NewSpatializerClient(cc grpc.ClientConnInterface) *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 struct + func NewSpatializerOnHeadTrackerAvailableListenerClient(cc grpc.ClientConnInterface) *SpatializerOnHeadTrackerAvailableListenerClient + func (c *SpatializerOnHeadTrackerAvailableListenerClient) OnHeadTrackerAvailableChanged(ctx context.Context, arg0 int64, arg1 bool) error + type SpatializerOnSpatializerStateChangedListenerClient struct + func NewSpatializerOnSpatializerStateChangedListenerClient(cc grpc.ClientConnInterface) *SpatializerOnSpatializerStateChangedListenerClient + func (c *SpatializerOnSpatializerStateChangedListenerClient) OnSpatializerAvailableChanged(ctx context.Context, arg0 int64, arg1 bool) error + func (c *SpatializerOnSpatializerStateChangedListenerClient) OnSpatializerEnabledChanged(ctx context.Context, arg0 int64, arg1 bool) error + type SubtitleDataClient struct + func NewSubtitleDataClient(cc grpc.ClientConnInterface) *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 struct + func NewSyncClient(cc grpc.ClientConnInterface) *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 struct + func NewSyncEventClient(cc grpc.ClientConnInterface) *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 struct + func NewSyncOnErrorListenerClient(cc grpc.ClientConnInterface) *SyncOnErrorListenerClient + func (c *SyncOnErrorListenerClient) OnError(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error + type SyncParamsClient struct + func NewSyncParamsClient(cc grpc.ClientConnInterface) *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 struct + func NewThumbnailUtilsClient(cc grpc.ClientConnInterface) *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 struct + func NewTimedMetaDataClient(cc grpc.ClientConnInterface) *TimedMetaDataClient + func (c *TimedMetaDataClient) GetMetaData(ctx context.Context, handle int64) (int64, error) + func (c *TimedMetaDataClient) GetTimestamp(ctx context.Context, handle int64) (int64, error) + type TimedTextClient struct + func NewTimedTextClient(cc grpc.ClientConnInterface) *TimedTextClient + func (c *TimedTextClient) GetBounds(ctx context.Context) (int64, error) + func (c *TimedTextClient) GetText(ctx context.Context) (string, error) + type TimestampClient struct + func NewTimestampClient(cc grpc.ClientConnInterface) *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 struct + func NewToneGeneratorClient(cc grpc.ClientConnInterface) *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 struct + func NewVolumeAutomationClient(cc grpc.ClientConnInterface) *VolumeAutomationClient + func (c *VolumeAutomationClient) CreateVolumeShaper(ctx context.Context, arg0 int64) (int64, error) + type VolumeProviderClient struct + func NewVolumeProviderClient(cc grpc.ClientConnInterface) *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 struct + func NewVolumeShaperClient(cc grpc.ClientConnInterface) *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 struct + func NewVolumeShaperConfigurationClient(cc grpc.ClientConnInterface) *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 struct + func NewVolumeShaperOperationClient(cc grpc.ClientConnInterface) *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