Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ActiveProcessingPictureServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *ActiveProcessingPictureServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *ActiveProcessingPictureServer) GetId(_ context.Context, req *pb.GetIdRequest) (*pb.GetIdResponse, error) + func (s *ActiveProcessingPictureServer) GetProfileId(_ context.Context, req *pb.ActiveProcessingPictureGetProfileIdRequest) (*pb.GetProfileIdResponse, error) + func (s *ActiveProcessingPictureServer) NewActiveProcessingPicture(_ context.Context, req *pb.NewActiveProcessingPictureRequest) (*pb.NewActiveProcessingPictureResponse, error) + func (s *ActiveProcessingPictureServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error) + type AmbientBacklightEventServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *AmbientBacklightEventServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *AmbientBacklightEventServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error) + func (s *AmbientBacklightEventServer) GetEventType(_ context.Context, req *pb.GetEventTypeRequest) (*pb.GetEventTypeResponse, error) + func (s *AmbientBacklightEventServer) GetMetadata(_ context.Context, req *pb.GetMetadataRequest) (*pb.GetMetadataResponse, error) + func (s *AmbientBacklightEventServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error) + func (s *AmbientBacklightEventServer) NewAmbientBacklightEvent(_ context.Context, req *pb.NewAmbientBacklightEventRequest) (*pb.NewAmbientBacklightEventResponse, error) + func (s *AmbientBacklightEventServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error) + func (s *AmbientBacklightEventServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error) + type AmbientBacklightMetadataServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *AmbientBacklightMetadataServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *AmbientBacklightMetadataServer) GetColorFormat(_ context.Context, req *pb.GetColorFormatRequest) (*pb.GetColorFormatResponse, error) + func (s *AmbientBacklightMetadataServer) GetCompressionAlgorithm(_ context.Context, req *pb.GetCompressionAlgorithmRequest) (*pb.GetCompressionAlgorithmResponse, error) + func (s *AmbientBacklightMetadataServer) GetHorizontalZonesCount(_ context.Context, req *pb.GetHorizontalZonesCountRequest) (*pb.GetHorizontalZonesCountResponse, error) + func (s *AmbientBacklightMetadataServer) GetPackageName(_ context.Context, req *pb.GetPackageNameRequest) (*pb.GetPackageNameResponse, error) + func (s *AmbientBacklightMetadataServer) GetSource(_ context.Context, req *pb.GetSourceRequest) (*pb.GetSourceResponse, error) + func (s *AmbientBacklightMetadataServer) GetVerticalZonesCount(_ context.Context, req *pb.GetVerticalZonesCountRequest) (*pb.GetVerticalZonesCountResponse, error) + func (s *AmbientBacklightMetadataServer) GetZoneColors(_ context.Context, req *pb.GetZoneColorsRequest) (*pb.GetZoneColorsResponse, error) + func (s *AmbientBacklightMetadataServer) NewAmbientBacklightMetadata(_ context.Context, req *pb.NewAmbientBacklightMetadataRequest) (*pb.NewAmbientBacklightMetadataResponse, error) + func (s *AmbientBacklightMetadataServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error) + func (s *AmbientBacklightMetadataServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error) + type AmbientBacklightSettingsServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *AmbientBacklightSettingsServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *AmbientBacklightSettingsServer) GetColorFormat(_ context.Context, req *pb.GetColorFormatRequest) (*pb.GetColorFormatResponse, error) + func (s *AmbientBacklightSettingsServer) GetHorizontalZonesCount(_ context.Context, req *pb.GetHorizontalZonesCountRequest) (*pb.GetHorizontalZonesCountResponse, error) + func (s *AmbientBacklightSettingsServer) GetMaxFps(_ context.Context, req *pb.GetMaxFpsRequest) (*pb.GetMaxFpsResponse, error) + func (s *AmbientBacklightSettingsServer) GetSource(_ context.Context, req *pb.GetSourceRequest) (*pb.GetSourceResponse, error) + func (s *AmbientBacklightSettingsServer) GetThreshold(_ context.Context, req *pb.GetThresholdRequest) (*pb.GetThresholdResponse, error) + func (s *AmbientBacklightSettingsServer) GetVerticalZonesCount(_ context.Context, req *pb.GetVerticalZonesCountRequest) (*pb.GetVerticalZonesCountResponse, error) + func (s *AmbientBacklightSettingsServer) IsLetterboxOmitted(_ context.Context, req *pb.IsLetterboxOmittedRequest) (*pb.IsLetterboxOmittedResponse, error) + func (s *AmbientBacklightSettingsServer) NewAmbientBacklightSettings(_ context.Context, req *pb.NewAmbientBacklightSettingsRequest) (*pb.NewAmbientBacklightSettingsResponse, error) + func (s *AmbientBacklightSettingsServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error) + func (s *AmbientBacklightSettingsServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error) + type MediaQualityManagerServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *MediaQualityManagerServer) CreatePictureProfile(_ context.Context, req *pb.CreatePictureProfileRequest) (*pb.CreatePictureProfileResponse, error) + func (s *MediaQualityManagerServer) CreateSoundProfile(_ context.Context, req *pb.CreateSoundProfileRequest) (*pb.CreateSoundProfileResponse, error) + func (s *MediaQualityManagerServer) GetAvailablePictureProfiles(_ context.Context, req *pb.GetAvailablePictureProfilesRequest) (*pb.GetAvailablePictureProfilesResponse, error) + func (s *MediaQualityManagerServer) GetAvailableSoundProfiles(_ context.Context, req *pb.GetAvailableSoundProfilesRequest) (*pb.GetAvailableSoundProfilesResponse, error) + func (s *MediaQualityManagerServer) GetPictureProfile(_ context.Context, req *pb.GetPictureProfileRequest) (*pb.GetPictureProfileResponse, error) + func (s *MediaQualityManagerServer) GetSoundProfile(_ context.Context, req *pb.GetSoundProfileRequest) (*pb.GetSoundProfileResponse, error) + func (s *MediaQualityManagerServer) IsAmbientBacklightEnabled(_ context.Context, req *pb.IsAmbientBacklightEnabledRequest) (*pb.IsAmbientBacklightEnabledResponse, error) + func (s *MediaQualityManagerServer) IsAutoPictureQualityEnabled(_ context.Context, req *pb.IsAutoPictureQualityEnabledRequest) (*pb.IsAutoPictureQualityEnabledResponse, error) + func (s *MediaQualityManagerServer) IsAutoSoundQualityEnabled(_ context.Context, req *pb.IsAutoSoundQualityEnabledRequest) (*pb.IsAutoSoundQualityEnabledResponse, error) + func (s *MediaQualityManagerServer) IsSuperResolutionEnabled(_ context.Context, req *pb.IsSuperResolutionEnabledRequest) (*pb.IsSuperResolutionEnabledResponse, error) + func (s *MediaQualityManagerServer) RegisterAmbientBacklightCallback(_ context.Context, req *pb.RegisterAmbientBacklightCallbackRequest) (*pb.RegisterAmbientBacklightCallbackResponse, error) + func (s *MediaQualityManagerServer) RegisterPictureProfileCallback(_ context.Context, req *pb.RegisterPictureProfileCallbackRequest) (*pb.RegisterPictureProfileCallbackResponse, error) + func (s *MediaQualityManagerServer) RegisterSoundProfileCallback(_ context.Context, req *pb.RegisterSoundProfileCallbackRequest) (*pb.RegisterSoundProfileCallbackResponse, error) + func (s *MediaQualityManagerServer) RemovePictureProfile(_ context.Context, req *pb.RemovePictureProfileRequest) (*pb.RemovePictureProfileResponse, error) + func (s *MediaQualityManagerServer) RemoveSoundProfile(_ context.Context, req *pb.RemoveSoundProfileRequest) (*pb.RemoveSoundProfileResponse, error) + func (s *MediaQualityManagerServer) SetAmbientBacklightEnabled(_ context.Context, req *pb.SetAmbientBacklightEnabledRequest) (*pb.SetAmbientBacklightEnabledResponse, error) + func (s *MediaQualityManagerServer) SetAmbientBacklightSettings(_ context.Context, req *pb.SetAmbientBacklightSettingsRequest) (*pb.SetAmbientBacklightSettingsResponse, error) + func (s *MediaQualityManagerServer) UnregisterAmbientBacklightCallback(_ context.Context, req *pb.UnregisterAmbientBacklightCallbackRequest) (*pb.UnregisterAmbientBacklightCallbackResponse, error) + func (s *MediaQualityManagerServer) UnregisterPictureProfileCallback(_ context.Context, req *pb.UnregisterPictureProfileCallbackRequest) (*pb.UnregisterPictureProfileCallbackResponse, error) + func (s *MediaQualityManagerServer) UnregisterSoundProfileCallback(_ context.Context, req *pb.UnregisterSoundProfileCallbackRequest) (*pb.UnregisterSoundProfileCallbackResponse, error) + func (s *MediaQualityManagerServer) UpdatePictureProfile(_ context.Context, req *pb.UpdatePictureProfileRequest) (*pb.UpdatePictureProfileResponse, error) + func (s *MediaQualityManagerServer) UpdateSoundProfile(_ context.Context, req *pb.UpdateSoundProfileRequest) (*pb.UpdateSoundProfileResponse, error)