Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ActiveProcessingPictureClient struct + func NewActiveProcessingPictureClient(cc grpc.ClientConnInterface) *ActiveProcessingPictureClient + func (c *ActiveProcessingPictureClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *ActiveProcessingPictureClient) GetId(ctx context.Context, handle int64) (int32, error) + func (c *ActiveProcessingPictureClient) GetProfileId(ctx context.Context, handle int64) (string, error) + func (c *ActiveProcessingPictureClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type AmbientBacklightEventClient struct + func NewAmbientBacklightEventClient(cc grpc.ClientConnInterface) *AmbientBacklightEventClient + func (c *AmbientBacklightEventClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightEventClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *AmbientBacklightEventClient) GetEventType(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightEventClient) GetMetadata(ctx context.Context, handle int64) (int64, error) + func (c *AmbientBacklightEventClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightEventClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *AmbientBacklightEventClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type AmbientBacklightMetadataClient struct + func NewAmbientBacklightMetadataClient(cc grpc.ClientConnInterface) *AmbientBacklightMetadataClient + func (c *AmbientBacklightMetadataClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightMetadataClient) GetColorFormat(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightMetadataClient) GetCompressionAlgorithm(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightMetadataClient) GetHorizontalZonesCount(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightMetadataClient) GetPackageName(ctx context.Context, handle int64) (string, error) + func (c *AmbientBacklightMetadataClient) GetSource(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightMetadataClient) GetVerticalZonesCount(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightMetadataClient) GetZoneColors(ctx context.Context, handle int64) (int64, error) + func (c *AmbientBacklightMetadataClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *AmbientBacklightMetadataClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type AmbientBacklightSettingsClient struct + func NewAmbientBacklightSettingsClient(cc grpc.ClientConnInterface) *AmbientBacklightSettingsClient + func (c *AmbientBacklightSettingsClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightSettingsClient) GetColorFormat(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightSettingsClient) GetHorizontalZonesCount(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightSettingsClient) GetMaxFps(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightSettingsClient) GetSource(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightSettingsClient) GetThreshold(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightSettingsClient) GetVerticalZonesCount(ctx context.Context, handle int64) (int32, error) + func (c *AmbientBacklightSettingsClient) IsLetterboxOmitted(ctx context.Context, handle int64) (bool, error) + func (c *AmbientBacklightSettingsClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *AmbientBacklightSettingsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type MediaQualityManagerAmbientBacklightCallbackClient struct + func NewMediaQualityManagerAmbientBacklightCallbackClient(cc grpc.ClientConnInterface) *MediaQualityManagerAmbientBacklightCallbackClient + func (c *MediaQualityManagerAmbientBacklightCallbackClient) OnAmbientBacklightEvent(ctx context.Context, arg0 int64) error + type MediaQualityManagerClient struct + func NewMediaQualityManagerClient(cc grpc.ClientConnInterface) *MediaQualityManagerClient + func (c *MediaQualityManagerClient) CreatePictureProfile(ctx context.Context, arg0 int64) error + func (c *MediaQualityManagerClient) CreateSoundProfile(ctx context.Context, arg0 int64) error + func (c *MediaQualityManagerClient) GetAvailablePictureProfiles(ctx context.Context, arg0 int64) (int64, error) + func (c *MediaQualityManagerClient) GetAvailableSoundProfiles(ctx context.Context, arg0 int64) (int64, error) + func (c *MediaQualityManagerClient) GetPictureProfile(ctx context.Context, arg0 int32, arg1 string, arg2 int64) (int64, error) + func (c *MediaQualityManagerClient) GetSoundProfile(ctx context.Context, arg0 int32, arg1 string, arg2 int64) (int64, error) + func (c *MediaQualityManagerClient) IsAmbientBacklightEnabled(ctx context.Context) (bool, error) + func (c *MediaQualityManagerClient) IsAutoPictureQualityEnabled(ctx context.Context) (bool, error) + func (c *MediaQualityManagerClient) IsAutoSoundQualityEnabled(ctx context.Context) (bool, error) + func (c *MediaQualityManagerClient) IsSuperResolutionEnabled(ctx context.Context) (bool, error) + func (c *MediaQualityManagerClient) RegisterAmbientBacklightCallback(ctx context.Context, arg0 int64, arg1 int64) error + func (c *MediaQualityManagerClient) RegisterPictureProfileCallback(ctx context.Context, arg0 int64, arg1 int64) error + func (c *MediaQualityManagerClient) RegisterSoundProfileCallback(ctx context.Context, arg0 int64, arg1 int64) error + func (c *MediaQualityManagerClient) RemovePictureProfile(ctx context.Context, arg0 string) error + func (c *MediaQualityManagerClient) RemoveSoundProfile(ctx context.Context, arg0 string) error + func (c *MediaQualityManagerClient) SetAmbientBacklightEnabled(ctx context.Context, arg0 bool) error + func (c *MediaQualityManagerClient) SetAmbientBacklightSettings(ctx context.Context, arg0 int64) error + func (c *MediaQualityManagerClient) UnregisterAmbientBacklightCallback(ctx context.Context, arg0 int64) error + func (c *MediaQualityManagerClient) UnregisterPictureProfileCallback(ctx context.Context, arg0 int64) error + func (c *MediaQualityManagerClient) UnregisterSoundProfileCallback(ctx context.Context, arg0 int64) error + func (c *MediaQualityManagerClient) UpdatePictureProfile(ctx context.Context, arg0 string, arg1 int64) error + func (c *MediaQualityManagerClient) UpdateSoundProfile(ctx context.Context, arg0 string, arg1 int64) error + type MediaQualityManagerPictureProfileCallbackClient struct + func NewMediaQualityManagerPictureProfileCallbackClient(cc grpc.ClientConnInterface) *MediaQualityManagerPictureProfileCallbackClient + func (c *MediaQualityManagerPictureProfileCallbackClient) OnError(ctx context.Context, arg0 string, arg1 int32) error + func (c *MediaQualityManagerPictureProfileCallbackClient) OnPictureProfileAdded(ctx context.Context, arg0 string, arg1 int64) error + func (c *MediaQualityManagerPictureProfileCallbackClient) OnPictureProfileRemoved(ctx context.Context, arg0 string, arg1 int64) error + func (c *MediaQualityManagerPictureProfileCallbackClient) OnPictureProfileUpdated(ctx context.Context, arg0 string, arg1 int64) error + type MediaQualityManagerProfileQueryParamsClient struct + func NewMediaQualityManagerProfileQueryParamsClient(cc grpc.ClientConnInterface) *MediaQualityManagerProfileQueryParamsClient + func (c *MediaQualityManagerProfileQueryParamsClient) AreParametersIncluded(ctx context.Context) (bool, error) + func (c *MediaQualityManagerProfileQueryParamsClient) DescribeContents(ctx context.Context) (int32, error) + func (c *MediaQualityManagerProfileQueryParamsClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type MediaQualityManagerSoundProfileCallbackClient struct + func NewMediaQualityManagerSoundProfileCallbackClient(cc grpc.ClientConnInterface) *MediaQualityManagerSoundProfileCallbackClient + func (c *MediaQualityManagerSoundProfileCallbackClient) OnError(ctx context.Context, arg0 string, arg1 int32) error + func (c *MediaQualityManagerSoundProfileCallbackClient) OnSoundProfileAdded(ctx context.Context, arg0 string, arg1 int64) error + func (c *MediaQualityManagerSoundProfileCallbackClient) OnSoundProfileRemoved(ctx context.Context, arg0 string, arg1 int64) error + func (c *MediaQualityManagerSoundProfileCallbackClient) OnSoundProfileUpdated(ctx context.Context, arg0 string, arg1 int64) error + type ParameterCapabilityClient struct + func NewParameterCapabilityClient(cc grpc.ClientConnInterface) *ParameterCapabilityClient + func (c *ParameterCapabilityClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ParameterCapabilityClient) GetCapabilities(ctx context.Context) (int64, error) + func (c *ParameterCapabilityClient) GetParameterName(ctx context.Context) (string, error) + func (c *ParameterCapabilityClient) GetParameterType(ctx context.Context) (int32, error) + func (c *ParameterCapabilityClient) IsSupported(ctx context.Context) (bool, error) + func (c *ParameterCapabilityClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type PictureProfileBuilderClient struct + func NewPictureProfileBuilderClient(cc grpc.ClientConnInterface) *PictureProfileBuilderClient + func (c *PictureProfileBuilderClient) Build(ctx context.Context) (int64, error) + func (c *PictureProfileBuilderClient) SetParameters(ctx context.Context, arg0 int64) (int64, error) + type PictureProfileClient struct + func NewPictureProfileClient(cc grpc.ClientConnInterface) *PictureProfileClient + func (c *PictureProfileClient) DescribeContents(ctx context.Context) (int32, error) + func (c *PictureProfileClient) GetInputId(ctx context.Context) (string, error) + func (c *PictureProfileClient) GetName(ctx context.Context) (string, error) + func (c *PictureProfileClient) GetPackageName(ctx context.Context) (string, error) + func (c *PictureProfileClient) GetParameters(ctx context.Context) (int64, error) + func (c *PictureProfileClient) GetProfileId(ctx context.Context) (string, error) + func (c *PictureProfileClient) GetProfileType(ctx context.Context) (int32, error) + func (c *PictureProfileClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type SoundProfileBuilderClient struct + func NewSoundProfileBuilderClient(cc grpc.ClientConnInterface) *SoundProfileBuilderClient + func (c *SoundProfileBuilderClient) Build(ctx context.Context) (int64, error) + func (c *SoundProfileBuilderClient) SetParameters(ctx context.Context, arg0 int64) (int64, error) + type SoundProfileClient struct + func NewSoundProfileClient(cc grpc.ClientConnInterface) *SoundProfileClient + func (c *SoundProfileClient) DescribeContents(ctx context.Context) (int32, error) + func (c *SoundProfileClient) GetInputId(ctx context.Context) (string, error) + func (c *SoundProfileClient) GetName(ctx context.Context) (string, error) + func (c *SoundProfileClient) GetPackageName(ctx context.Context) (string, error) + func (c *SoundProfileClient) GetParameters(ctx context.Context) (int64, error) + func (c *SoundProfileClient) GetProfileId(ctx context.Context) (string, error) + func (c *SoundProfileClient) GetProfileType(ctx context.Context) (int32, error) + func (c *SoundProfileClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error