Documentation
¶
Index ¶
- type 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
- 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
- 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
- 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
- type 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
- 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
- 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
- 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
- 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
- type 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
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveProcessingPictureClient ¶
type ActiveProcessingPictureClient struct {
// contains filtered or unexported fields
}
ActiveProcessingPictureClient wraps the gRPC ActiveProcessingPictureService client.
func NewActiveProcessingPictureClient ¶
func NewActiveProcessingPictureClient(cc grpc.ClientConnInterface) *ActiveProcessingPictureClient
NewActiveProcessingPictureClient creates a new ActiveProcessingPicture client.
func (*ActiveProcessingPictureClient) DescribeContents ¶
func (c *ActiveProcessingPictureClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*ActiveProcessingPictureClient) GetProfileId ¶
func (c *ActiveProcessingPictureClient) GetProfileId(ctx context.Context, handle int64) (string, error)
GetProfileId calls the GetProfileId RPC.
func (*ActiveProcessingPictureClient) WriteToParcel ¶
func (c *ActiveProcessingPictureClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type AmbientBacklightEventClient ¶
type AmbientBacklightEventClient struct {
// contains filtered or unexported fields
}
AmbientBacklightEventClient wraps the gRPC AmbientBacklightEventService client.
func NewAmbientBacklightEventClient ¶
func NewAmbientBacklightEventClient(cc grpc.ClientConnInterface) *AmbientBacklightEventClient
NewAmbientBacklightEventClient creates a new AmbientBacklightEvent client.
func (*AmbientBacklightEventClient) DescribeContents ¶
func (c *AmbientBacklightEventClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AmbientBacklightEventClient) Equals ¶
func (c *AmbientBacklightEventClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*AmbientBacklightEventClient) GetEventType ¶
func (c *AmbientBacklightEventClient) GetEventType(ctx context.Context, handle int64) (int32, error)
GetEventType calls the GetEventType RPC.
func (*AmbientBacklightEventClient) GetMetadata ¶
GetMetadata calls the GetMetadata RPC.
func (*AmbientBacklightEventClient) WriteToParcel ¶
func (c *AmbientBacklightEventClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type AmbientBacklightMetadataClient ¶
type AmbientBacklightMetadataClient struct {
// contains filtered or unexported fields
}
AmbientBacklightMetadataClient wraps the gRPC AmbientBacklightMetadataService client.
func NewAmbientBacklightMetadataClient ¶
func NewAmbientBacklightMetadataClient(cc grpc.ClientConnInterface) *AmbientBacklightMetadataClient
NewAmbientBacklightMetadataClient creates a new AmbientBacklightMetadata client.
func (*AmbientBacklightMetadataClient) DescribeContents ¶
func (c *AmbientBacklightMetadataClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AmbientBacklightMetadataClient) GetColorFormat ¶
func (c *AmbientBacklightMetadataClient) GetColorFormat(ctx context.Context, handle int64) (int32, error)
GetColorFormat calls the GetColorFormat RPC.
func (*AmbientBacklightMetadataClient) GetCompressionAlgorithm ¶
func (c *AmbientBacklightMetadataClient) GetCompressionAlgorithm(ctx context.Context, handle int64) (int32, error)
GetCompressionAlgorithm calls the GetCompressionAlgorithm RPC.
func (*AmbientBacklightMetadataClient) GetHorizontalZonesCount ¶
func (c *AmbientBacklightMetadataClient) GetHorizontalZonesCount(ctx context.Context, handle int64) (int32, error)
GetHorizontalZonesCount calls the GetHorizontalZonesCount RPC.
func (*AmbientBacklightMetadataClient) GetPackageName ¶
func (c *AmbientBacklightMetadataClient) GetPackageName(ctx context.Context, handle int64) (string, error)
GetPackageName calls the GetPackageName RPC.
func (*AmbientBacklightMetadataClient) GetSource ¶
func (c *AmbientBacklightMetadataClient) GetSource(ctx context.Context, handle int64) (int32, error)
GetSource calls the GetSource RPC.
func (*AmbientBacklightMetadataClient) GetVerticalZonesCount ¶
func (c *AmbientBacklightMetadataClient) GetVerticalZonesCount(ctx context.Context, handle int64) (int32, error)
GetVerticalZonesCount calls the GetVerticalZonesCount RPC.
func (*AmbientBacklightMetadataClient) GetZoneColors ¶
func (c *AmbientBacklightMetadataClient) GetZoneColors(ctx context.Context, handle int64) (int64, error)
GetZoneColors calls the GetZoneColors RPC.
func (*AmbientBacklightMetadataClient) ToString ¶
func (c *AmbientBacklightMetadataClient) ToString(ctx context.Context, handle int64) (string, error)
ToString calls the ToString RPC.
func (*AmbientBacklightMetadataClient) WriteToParcel ¶
func (c *AmbientBacklightMetadataClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type AmbientBacklightSettingsClient ¶
type AmbientBacklightSettingsClient struct {
// contains filtered or unexported fields
}
AmbientBacklightSettingsClient wraps the gRPC AmbientBacklightSettingsService client.
func NewAmbientBacklightSettingsClient ¶
func NewAmbientBacklightSettingsClient(cc grpc.ClientConnInterface) *AmbientBacklightSettingsClient
NewAmbientBacklightSettingsClient creates a new AmbientBacklightSettings client.
func (*AmbientBacklightSettingsClient) DescribeContents ¶
func (c *AmbientBacklightSettingsClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*AmbientBacklightSettingsClient) GetColorFormat ¶
func (c *AmbientBacklightSettingsClient) GetColorFormat(ctx context.Context, handle int64) (int32, error)
GetColorFormat calls the GetColorFormat RPC.
func (*AmbientBacklightSettingsClient) GetHorizontalZonesCount ¶
func (c *AmbientBacklightSettingsClient) GetHorizontalZonesCount(ctx context.Context, handle int64) (int32, error)
GetHorizontalZonesCount calls the GetHorizontalZonesCount RPC.
func (*AmbientBacklightSettingsClient) GetMaxFps ¶
func (c *AmbientBacklightSettingsClient) GetMaxFps(ctx context.Context, handle int64) (int32, error)
GetMaxFps calls the GetMaxFps RPC.
func (*AmbientBacklightSettingsClient) GetSource ¶
func (c *AmbientBacklightSettingsClient) GetSource(ctx context.Context, handle int64) (int32, error)
GetSource calls the GetSource RPC.
func (*AmbientBacklightSettingsClient) GetThreshold ¶
func (c *AmbientBacklightSettingsClient) GetThreshold(ctx context.Context, handle int64) (int32, error)
GetThreshold calls the GetThreshold RPC.
func (*AmbientBacklightSettingsClient) GetVerticalZonesCount ¶
func (c *AmbientBacklightSettingsClient) GetVerticalZonesCount(ctx context.Context, handle int64) (int32, error)
GetVerticalZonesCount calls the GetVerticalZonesCount RPC.
func (*AmbientBacklightSettingsClient) IsLetterboxOmitted ¶
func (c *AmbientBacklightSettingsClient) IsLetterboxOmitted(ctx context.Context, handle int64) (bool, error)
IsLetterboxOmitted calls the IsLetterboxOmitted RPC.
func (*AmbientBacklightSettingsClient) ToString ¶
func (c *AmbientBacklightSettingsClient) ToString(ctx context.Context, handle int64) (string, error)
ToString calls the ToString RPC.
func (*AmbientBacklightSettingsClient) WriteToParcel ¶
func (c *AmbientBacklightSettingsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type MediaQualityManagerAmbientBacklightCallbackClient ¶
type MediaQualityManagerAmbientBacklightCallbackClient struct {
// contains filtered or unexported fields
}
MediaQualityManagerAmbientBacklightCallbackClient wraps the gRPC MediaQualityManagerAmbientBacklightCallbackService client.
func NewMediaQualityManagerAmbientBacklightCallbackClient ¶
func NewMediaQualityManagerAmbientBacklightCallbackClient(cc grpc.ClientConnInterface) *MediaQualityManagerAmbientBacklightCallbackClient
NewMediaQualityManagerAmbientBacklightCallbackClient creates a new MediaQualityManagerAmbientBacklightCallback client.
func (*MediaQualityManagerAmbientBacklightCallbackClient) OnAmbientBacklightEvent ¶
func (c *MediaQualityManagerAmbientBacklightCallbackClient) OnAmbientBacklightEvent(ctx context.Context, arg0 int64) error
OnAmbientBacklightEvent calls the OnAmbientBacklightEvent RPC.
type MediaQualityManagerClient ¶
type MediaQualityManagerClient struct {
// contains filtered or unexported fields
}
MediaQualityManagerClient wraps the gRPC MediaQualityManagerService client.
func NewMediaQualityManagerClient ¶
func NewMediaQualityManagerClient(cc grpc.ClientConnInterface) *MediaQualityManagerClient
NewMediaQualityManagerClient creates a new MediaQualityManager client.
func (*MediaQualityManagerClient) CreatePictureProfile ¶
func (c *MediaQualityManagerClient) CreatePictureProfile(ctx context.Context, arg0 int64) error
CreatePictureProfile calls the CreatePictureProfile RPC.
func (*MediaQualityManagerClient) CreateSoundProfile ¶
func (c *MediaQualityManagerClient) CreateSoundProfile(ctx context.Context, arg0 int64) error
CreateSoundProfile calls the CreateSoundProfile RPC.
func (*MediaQualityManagerClient) GetAvailablePictureProfiles ¶
func (c *MediaQualityManagerClient) GetAvailablePictureProfiles(ctx context.Context, arg0 int64) (int64, error)
GetAvailablePictureProfiles calls the GetAvailablePictureProfiles RPC.
func (*MediaQualityManagerClient) GetAvailableSoundProfiles ¶
func (c *MediaQualityManagerClient) GetAvailableSoundProfiles(ctx context.Context, arg0 int64) (int64, error)
GetAvailableSoundProfiles calls the GetAvailableSoundProfiles RPC.
func (*MediaQualityManagerClient) GetPictureProfile ¶
func (c *MediaQualityManagerClient) GetPictureProfile(ctx context.Context, arg0 int32, arg1 string, arg2 int64) (int64, error)
GetPictureProfile calls the GetPictureProfile RPC.
func (*MediaQualityManagerClient) GetSoundProfile ¶
func (c *MediaQualityManagerClient) GetSoundProfile(ctx context.Context, arg0 int32, arg1 string, arg2 int64) (int64, error)
GetSoundProfile calls the GetSoundProfile RPC.
func (*MediaQualityManagerClient) IsAmbientBacklightEnabled ¶
func (c *MediaQualityManagerClient) IsAmbientBacklightEnabled(ctx context.Context) (bool, error)
IsAmbientBacklightEnabled calls the IsAmbientBacklightEnabled RPC.
func (*MediaQualityManagerClient) IsAutoPictureQualityEnabled ¶
func (c *MediaQualityManagerClient) IsAutoPictureQualityEnabled(ctx context.Context) (bool, error)
IsAutoPictureQualityEnabled calls the IsAutoPictureQualityEnabled RPC.
func (*MediaQualityManagerClient) IsAutoSoundQualityEnabled ¶
func (c *MediaQualityManagerClient) IsAutoSoundQualityEnabled(ctx context.Context) (bool, error)
IsAutoSoundQualityEnabled calls the IsAutoSoundQualityEnabled RPC.
func (*MediaQualityManagerClient) IsSuperResolutionEnabled ¶
func (c *MediaQualityManagerClient) IsSuperResolutionEnabled(ctx context.Context) (bool, error)
IsSuperResolutionEnabled calls the IsSuperResolutionEnabled RPC.
func (*MediaQualityManagerClient) RegisterAmbientBacklightCallback ¶
func (c *MediaQualityManagerClient) RegisterAmbientBacklightCallback(ctx context.Context, arg0 int64, arg1 int64) error
RegisterAmbientBacklightCallback calls the RegisterAmbientBacklightCallback RPC.
func (*MediaQualityManagerClient) RegisterPictureProfileCallback ¶
func (c *MediaQualityManagerClient) RegisterPictureProfileCallback(ctx context.Context, arg0 int64, arg1 int64) error
RegisterPictureProfileCallback calls the RegisterPictureProfileCallback RPC.
func (*MediaQualityManagerClient) RegisterSoundProfileCallback ¶
func (c *MediaQualityManagerClient) RegisterSoundProfileCallback(ctx context.Context, arg0 int64, arg1 int64) error
RegisterSoundProfileCallback calls the RegisterSoundProfileCallback RPC.
func (*MediaQualityManagerClient) RemovePictureProfile ¶
func (c *MediaQualityManagerClient) RemovePictureProfile(ctx context.Context, arg0 string) error
RemovePictureProfile calls the RemovePictureProfile RPC.
func (*MediaQualityManagerClient) RemoveSoundProfile ¶
func (c *MediaQualityManagerClient) RemoveSoundProfile(ctx context.Context, arg0 string) error
RemoveSoundProfile calls the RemoveSoundProfile RPC.
func (*MediaQualityManagerClient) SetAmbientBacklightEnabled ¶
func (c *MediaQualityManagerClient) SetAmbientBacklightEnabled(ctx context.Context, arg0 bool) error
SetAmbientBacklightEnabled calls the SetAmbientBacklightEnabled RPC.
func (*MediaQualityManagerClient) SetAmbientBacklightSettings ¶
func (c *MediaQualityManagerClient) SetAmbientBacklightSettings(ctx context.Context, arg0 int64) error
SetAmbientBacklightSettings calls the SetAmbientBacklightSettings RPC.
func (*MediaQualityManagerClient) UnregisterAmbientBacklightCallback ¶
func (c *MediaQualityManagerClient) UnregisterAmbientBacklightCallback(ctx context.Context, arg0 int64) error
UnregisterAmbientBacklightCallback calls the UnregisterAmbientBacklightCallback RPC.
func (*MediaQualityManagerClient) UnregisterPictureProfileCallback ¶
func (c *MediaQualityManagerClient) UnregisterPictureProfileCallback(ctx context.Context, arg0 int64) error
UnregisterPictureProfileCallback calls the UnregisterPictureProfileCallback RPC.
func (*MediaQualityManagerClient) UnregisterSoundProfileCallback ¶
func (c *MediaQualityManagerClient) UnregisterSoundProfileCallback(ctx context.Context, arg0 int64) error
UnregisterSoundProfileCallback calls the UnregisterSoundProfileCallback RPC.
func (*MediaQualityManagerClient) UpdatePictureProfile ¶
func (c *MediaQualityManagerClient) UpdatePictureProfile(ctx context.Context, arg0 string, arg1 int64) error
UpdatePictureProfile calls the UpdatePictureProfile RPC.
func (*MediaQualityManagerClient) UpdateSoundProfile ¶
func (c *MediaQualityManagerClient) UpdateSoundProfile(ctx context.Context, arg0 string, arg1 int64) error
UpdateSoundProfile calls the UpdateSoundProfile RPC.
type MediaQualityManagerPictureProfileCallbackClient ¶
type MediaQualityManagerPictureProfileCallbackClient struct {
// contains filtered or unexported fields
}
MediaQualityManagerPictureProfileCallbackClient wraps the gRPC MediaQualityManagerPictureProfileCallbackService client.
func NewMediaQualityManagerPictureProfileCallbackClient ¶
func NewMediaQualityManagerPictureProfileCallbackClient(cc grpc.ClientConnInterface) *MediaQualityManagerPictureProfileCallbackClient
NewMediaQualityManagerPictureProfileCallbackClient creates a new MediaQualityManagerPictureProfileCallback client.
func (*MediaQualityManagerPictureProfileCallbackClient) OnError ¶
func (c *MediaQualityManagerPictureProfileCallbackClient) OnError(ctx context.Context, arg0 string, arg1 int32) error
OnError calls the OnError RPC.
func (*MediaQualityManagerPictureProfileCallbackClient) OnPictureProfileAdded ¶
func (c *MediaQualityManagerPictureProfileCallbackClient) OnPictureProfileAdded(ctx context.Context, arg0 string, arg1 int64) error
OnPictureProfileAdded calls the OnPictureProfileAdded RPC.
func (*MediaQualityManagerPictureProfileCallbackClient) OnPictureProfileRemoved ¶
func (c *MediaQualityManagerPictureProfileCallbackClient) OnPictureProfileRemoved(ctx context.Context, arg0 string, arg1 int64) error
OnPictureProfileRemoved calls the OnPictureProfileRemoved RPC.
func (*MediaQualityManagerPictureProfileCallbackClient) OnPictureProfileUpdated ¶
func (c *MediaQualityManagerPictureProfileCallbackClient) OnPictureProfileUpdated(ctx context.Context, arg0 string, arg1 int64) error
OnPictureProfileUpdated calls the OnPictureProfileUpdated RPC.
type MediaQualityManagerProfileQueryParamsClient ¶
type MediaQualityManagerProfileQueryParamsClient struct {
// contains filtered or unexported fields
}
MediaQualityManagerProfileQueryParamsClient wraps the gRPC MediaQualityManagerProfileQueryParamsService client.
func NewMediaQualityManagerProfileQueryParamsClient ¶
func NewMediaQualityManagerProfileQueryParamsClient(cc grpc.ClientConnInterface) *MediaQualityManagerProfileQueryParamsClient
NewMediaQualityManagerProfileQueryParamsClient creates a new MediaQualityManagerProfileQueryParams client.
func (*MediaQualityManagerProfileQueryParamsClient) AreParametersIncluded ¶
func (c *MediaQualityManagerProfileQueryParamsClient) AreParametersIncluded(ctx context.Context) (bool, error)
AreParametersIncluded calls the AreParametersIncluded RPC.
func (*MediaQualityManagerProfileQueryParamsClient) DescribeContents ¶
func (c *MediaQualityManagerProfileQueryParamsClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*MediaQualityManagerProfileQueryParamsClient) WriteToParcel ¶
func (c *MediaQualityManagerProfileQueryParamsClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type MediaQualityManagerSoundProfileCallbackClient ¶
type MediaQualityManagerSoundProfileCallbackClient struct {
// contains filtered or unexported fields
}
MediaQualityManagerSoundProfileCallbackClient wraps the gRPC MediaQualityManagerSoundProfileCallbackService client.
func NewMediaQualityManagerSoundProfileCallbackClient ¶
func NewMediaQualityManagerSoundProfileCallbackClient(cc grpc.ClientConnInterface) *MediaQualityManagerSoundProfileCallbackClient
NewMediaQualityManagerSoundProfileCallbackClient creates a new MediaQualityManagerSoundProfileCallback client.
func (*MediaQualityManagerSoundProfileCallbackClient) OnError ¶
func (c *MediaQualityManagerSoundProfileCallbackClient) OnError(ctx context.Context, arg0 string, arg1 int32) error
OnError calls the OnError RPC.
func (*MediaQualityManagerSoundProfileCallbackClient) OnSoundProfileAdded ¶
func (c *MediaQualityManagerSoundProfileCallbackClient) OnSoundProfileAdded(ctx context.Context, arg0 string, arg1 int64) error
OnSoundProfileAdded calls the OnSoundProfileAdded RPC.
func (*MediaQualityManagerSoundProfileCallbackClient) OnSoundProfileRemoved ¶
func (c *MediaQualityManagerSoundProfileCallbackClient) OnSoundProfileRemoved(ctx context.Context, arg0 string, arg1 int64) error
OnSoundProfileRemoved calls the OnSoundProfileRemoved RPC.
func (*MediaQualityManagerSoundProfileCallbackClient) OnSoundProfileUpdated ¶
func (c *MediaQualityManagerSoundProfileCallbackClient) OnSoundProfileUpdated(ctx context.Context, arg0 string, arg1 int64) error
OnSoundProfileUpdated calls the OnSoundProfileUpdated RPC.
type ParameterCapabilityClient ¶
type ParameterCapabilityClient struct {
// contains filtered or unexported fields
}
ParameterCapabilityClient wraps the gRPC ParameterCapabilityService client.
func NewParameterCapabilityClient ¶
func NewParameterCapabilityClient(cc grpc.ClientConnInterface) *ParameterCapabilityClient
NewParameterCapabilityClient creates a new ParameterCapability client.
func (*ParameterCapabilityClient) DescribeContents ¶
func (c *ParameterCapabilityClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*ParameterCapabilityClient) GetCapabilities ¶
func (c *ParameterCapabilityClient) GetCapabilities(ctx context.Context) (int64, error)
GetCapabilities calls the GetCapabilities RPC.
func (*ParameterCapabilityClient) GetParameterName ¶
func (c *ParameterCapabilityClient) GetParameterName(ctx context.Context) (string, error)
GetParameterName calls the GetParameterName RPC.
func (*ParameterCapabilityClient) GetParameterType ¶
func (c *ParameterCapabilityClient) GetParameterType(ctx context.Context) (int32, error)
GetParameterType calls the GetParameterType RPC.
func (*ParameterCapabilityClient) IsSupported ¶
func (c *ParameterCapabilityClient) IsSupported(ctx context.Context) (bool, error)
IsSupported calls the IsSupported RPC.
func (*ParameterCapabilityClient) WriteToParcel ¶
func (c *ParameterCapabilityClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type PictureProfileBuilderClient ¶
type PictureProfileBuilderClient struct {
// contains filtered or unexported fields
}
PictureProfileBuilderClient wraps the gRPC PictureProfileBuilderService client.
func NewPictureProfileBuilderClient ¶
func NewPictureProfileBuilderClient(cc grpc.ClientConnInterface) *PictureProfileBuilderClient
NewPictureProfileBuilderClient creates a new PictureProfileBuilder client.
func (*PictureProfileBuilderClient) Build ¶
func (c *PictureProfileBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*PictureProfileBuilderClient) SetParameters ¶
SetParameters calls the SetParameters RPC.
type PictureProfileClient ¶
type PictureProfileClient struct {
// contains filtered or unexported fields
}
PictureProfileClient wraps the gRPC PictureProfileService client.
func NewPictureProfileClient ¶
func NewPictureProfileClient(cc grpc.ClientConnInterface) *PictureProfileClient
NewPictureProfileClient creates a new PictureProfile client.
func (*PictureProfileClient) DescribeContents ¶
func (c *PictureProfileClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*PictureProfileClient) GetInputId ¶
func (c *PictureProfileClient) GetInputId(ctx context.Context) (string, error)
GetInputId calls the GetInputId RPC.
func (*PictureProfileClient) GetName ¶
func (c *PictureProfileClient) GetName(ctx context.Context) (string, error)
GetName calls the GetName RPC.
func (*PictureProfileClient) GetPackageName ¶
func (c *PictureProfileClient) GetPackageName(ctx context.Context) (string, error)
GetPackageName calls the GetPackageName RPC.
func (*PictureProfileClient) GetParameters ¶
func (c *PictureProfileClient) GetParameters(ctx context.Context) (int64, error)
GetParameters calls the GetParameters RPC.
func (*PictureProfileClient) GetProfileId ¶
func (c *PictureProfileClient) GetProfileId(ctx context.Context) (string, error)
GetProfileId calls the GetProfileId RPC.
func (*PictureProfileClient) GetProfileType ¶
func (c *PictureProfileClient) GetProfileType(ctx context.Context) (int32, error)
GetProfileType calls the GetProfileType RPC.
func (*PictureProfileClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type SoundProfileBuilderClient ¶
type SoundProfileBuilderClient struct {
// contains filtered or unexported fields
}
SoundProfileBuilderClient wraps the gRPC SoundProfileBuilderService client.
func NewSoundProfileBuilderClient ¶
func NewSoundProfileBuilderClient(cc grpc.ClientConnInterface) *SoundProfileBuilderClient
NewSoundProfileBuilderClient creates a new SoundProfileBuilder client.
func (*SoundProfileBuilderClient) Build ¶
func (c *SoundProfileBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*SoundProfileBuilderClient) SetParameters ¶
SetParameters calls the SetParameters RPC.
type SoundProfileClient ¶
type SoundProfileClient struct {
// contains filtered or unexported fields
}
SoundProfileClient wraps the gRPC SoundProfileService client.
func NewSoundProfileClient ¶
func NewSoundProfileClient(cc grpc.ClientConnInterface) *SoundProfileClient
NewSoundProfileClient creates a new SoundProfile client.
func (*SoundProfileClient) DescribeContents ¶
func (c *SoundProfileClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*SoundProfileClient) GetInputId ¶
func (c *SoundProfileClient) GetInputId(ctx context.Context) (string, error)
GetInputId calls the GetInputId RPC.
func (*SoundProfileClient) GetName ¶
func (c *SoundProfileClient) GetName(ctx context.Context) (string, error)
GetName calls the GetName RPC.
func (*SoundProfileClient) GetPackageName ¶
func (c *SoundProfileClient) GetPackageName(ctx context.Context) (string, error)
GetPackageName calls the GetPackageName RPC.
func (*SoundProfileClient) GetParameters ¶
func (c *SoundProfileClient) GetParameters(ctx context.Context) (int64, error)
GetParameters calls the GetParameters RPC.
func (*SoundProfileClient) GetProfileId ¶
func (c *SoundProfileClient) GetProfileId(ctx context.Context) (string, error)
GetProfileId calls the GetProfileId RPC.
func (*SoundProfileClient) GetProfileType ¶
func (c *SoundProfileClient) GetProfileType(ctx context.Context) (int32, error)
GetProfileType calls the GetProfileType RPC.
func (*SoundProfileClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.