Documentation
¶
Index ¶
- type DownloadProgressListenerClient
- type DownloadReceiverClient
- type DownloadRequestBuilderClient
- func (c *DownloadRequestBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *DownloadRequestBuilderClient) FromDownloadRequest(ctx context.Context, arg0 int64) (int64, error)
- func (c *DownloadRequestBuilderClient) FromSerializedRequest(ctx context.Context, arg0 int64) (int64, error)
- func (c *DownloadRequestBuilderClient) SetAppIntent(ctx context.Context, arg0 int64) (int64, error)
- func (c *DownloadRequestBuilderClient) SetServiceInfo(ctx context.Context, arg0 int64) (int64, error)
- func (c *DownloadRequestBuilderClient) SetSubscriptionId(ctx context.Context, arg0 int32) (int64, error)
- type DownloadRequestClient
- func (c *DownloadRequestClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *DownloadRequestClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *DownloadRequestClient) GetDestinationUri(ctx context.Context) (int64, error)
- func (c *DownloadRequestClient) GetFileServiceId(ctx context.Context) (string, error)
- func (c *DownloadRequestClient) GetMaxAppIntentSize(ctx context.Context) (int32, error)
- func (c *DownloadRequestClient) GetMaxDestinationUriSize(ctx context.Context) (int32, error)
- func (c *DownloadRequestClient) GetSourceUri(ctx context.Context) (int64, error)
- func (c *DownloadRequestClient) GetSubscriptionId(ctx context.Context) (int32, error)
- func (c *DownloadRequestClient) HashCode(ctx context.Context) (int32, error)
- func (c *DownloadRequestClient) ToByteArray(ctx context.Context) (int64, error)
- func (c *DownloadRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type DownloadSessionCallbackClient
- type DownloadStatusListenerClient
- type FileInfoClient
- func (c *FileInfoClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *FileInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *FileInfoClient) GetMimeType(ctx context.Context) (string, error)
- func (c *FileInfoClient) GetUri(ctx context.Context) (int64, error)
- func (c *FileInfoClient) HashCode(ctx context.Context) (int32, error)
- func (c *FileInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type FileServiceInfoClient
- type GroupCallClient
- type ServiceInfoClient
- func (c *ServiceInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *ServiceInfoClient) GetLocales(ctx context.Context) (int64, error)
- func (c *ServiceInfoClient) GetNameForLocale(ctx context.Context, arg0 int64) (int64, error)
- func (c *ServiceInfoClient) GetNamedContentLocales(ctx context.Context) (int64, error)
- func (c *ServiceInfoClient) GetServiceClassName(ctx context.Context) (string, error)
- func (c *ServiceInfoClient) GetServiceId(ctx context.Context) (string, error)
- func (c *ServiceInfoClient) GetSessionEndTime(ctx context.Context) (int64, error)
- func (c *ServiceInfoClient) GetSessionStartTime(ctx context.Context) (int64, error)
- func (c *ServiceInfoClient) HashCode(ctx context.Context) (int32, error)
- type StreamingServiceCallbackClient
- func (c *StreamingServiceCallbackClient) OnBroadcastSignalStrengthUpdated(ctx context.Context, handle int64, arg0 int32) error
- func (c *StreamingServiceCallbackClient) OnError(ctx context.Context, handle int64, arg0 int32, arg1 string) error
- func (c *StreamingServiceCallbackClient) OnMediaDescriptionUpdated(ctx context.Context, handle int64) error
- func (c *StreamingServiceCallbackClient) OnStreamMethodUpdated(ctx context.Context, handle int64, arg0 int32) error
- func (c *StreamingServiceCallbackClient) OnStreamStateUpdated(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
- type StreamingServiceClient
- type StreamingServiceInfoClient
- type StreamingSessionCallbackClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadProgressListenerClient ¶
type DownloadProgressListenerClient struct {
// contains filtered or unexported fields
}
DownloadProgressListenerClient wraps the gRPC DownloadProgressListenerService client.
func NewDownloadProgressListenerClient ¶
func NewDownloadProgressListenerClient(cc grpc.ClientConnInterface) *DownloadProgressListenerClient
NewDownloadProgressListenerClient creates a new DownloadProgressListener client.
type DownloadReceiverClient ¶
type DownloadReceiverClient struct {
// contains filtered or unexported fields
}
DownloadReceiverClient wraps the gRPC DownloadReceiverService client.
func NewDownloadReceiverClient ¶
func NewDownloadReceiverClient(cc grpc.ClientConnInterface) *DownloadReceiverClient
NewDownloadReceiverClient creates a new DownloadReceiver client.
type DownloadRequestBuilderClient ¶
type DownloadRequestBuilderClient struct {
// contains filtered or unexported fields
}
DownloadRequestBuilderClient wraps the gRPC DownloadRequestBuilderService client.
func NewDownloadRequestBuilderClient ¶
func NewDownloadRequestBuilderClient(cc grpc.ClientConnInterface) *DownloadRequestBuilderClient
NewDownloadRequestBuilderClient creates a new DownloadRequestBuilder client.
func (*DownloadRequestBuilderClient) Build ¶
func (c *DownloadRequestBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*DownloadRequestBuilderClient) FromDownloadRequest ¶
func (c *DownloadRequestBuilderClient) FromDownloadRequest(ctx context.Context, arg0 int64) (int64, error)
FromDownloadRequest calls the FromDownloadRequest RPC.
func (*DownloadRequestBuilderClient) FromSerializedRequest ¶
func (c *DownloadRequestBuilderClient) FromSerializedRequest(ctx context.Context, arg0 int64) (int64, error)
FromSerializedRequest calls the FromSerializedRequest RPC.
func (*DownloadRequestBuilderClient) SetAppIntent ¶
SetAppIntent calls the SetAppIntent RPC.
func (*DownloadRequestBuilderClient) SetServiceInfo ¶
func (c *DownloadRequestBuilderClient) SetServiceInfo(ctx context.Context, arg0 int64) (int64, error)
SetServiceInfo calls the SetServiceInfo RPC.
func (*DownloadRequestBuilderClient) SetSubscriptionId ¶
func (c *DownloadRequestBuilderClient) SetSubscriptionId(ctx context.Context, arg0 int32) (int64, error)
SetSubscriptionId calls the SetSubscriptionId RPC.
type DownloadRequestClient ¶
type DownloadRequestClient struct {
// contains filtered or unexported fields
}
DownloadRequestClient wraps the gRPC DownloadRequestService client.
func NewDownloadRequestClient ¶
func NewDownloadRequestClient(cc grpc.ClientConnInterface) *DownloadRequestClient
NewDownloadRequestClient creates a new DownloadRequest client.
func (*DownloadRequestClient) DescribeContents ¶
func (c *DownloadRequestClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*DownloadRequestClient) GetDestinationUri ¶
func (c *DownloadRequestClient) GetDestinationUri(ctx context.Context) (int64, error)
GetDestinationUri calls the GetDestinationUri RPC.
func (*DownloadRequestClient) GetFileServiceId ¶
func (c *DownloadRequestClient) GetFileServiceId(ctx context.Context) (string, error)
GetFileServiceId calls the GetFileServiceId RPC.
func (*DownloadRequestClient) GetMaxAppIntentSize ¶
func (c *DownloadRequestClient) GetMaxAppIntentSize(ctx context.Context) (int32, error)
GetMaxAppIntentSize calls the GetMaxAppIntentSize RPC.
func (*DownloadRequestClient) GetMaxDestinationUriSize ¶
func (c *DownloadRequestClient) GetMaxDestinationUriSize(ctx context.Context) (int32, error)
GetMaxDestinationUriSize calls the GetMaxDestinationUriSize RPC.
func (*DownloadRequestClient) GetSourceUri ¶
func (c *DownloadRequestClient) GetSourceUri(ctx context.Context) (int64, error)
GetSourceUri calls the GetSourceUri RPC.
func (*DownloadRequestClient) GetSubscriptionId ¶
func (c *DownloadRequestClient) GetSubscriptionId(ctx context.Context) (int32, error)
GetSubscriptionId calls the GetSubscriptionId RPC.
func (*DownloadRequestClient) HashCode ¶
func (c *DownloadRequestClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*DownloadRequestClient) ToByteArray ¶
func (c *DownloadRequestClient) ToByteArray(ctx context.Context) (int64, error)
ToByteArray calls the ToByteArray RPC.
func (*DownloadRequestClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type DownloadSessionCallbackClient ¶
type DownloadSessionCallbackClient struct {
// contains filtered or unexported fields
}
DownloadSessionCallbackClient wraps the gRPC DownloadSessionCallbackService client.
func NewDownloadSessionCallbackClient ¶
func NewDownloadSessionCallbackClient(cc grpc.ClientConnInterface) *DownloadSessionCallbackClient
NewDownloadSessionCallbackClient creates a new DownloadSessionCallback client.
func (*DownloadSessionCallbackClient) OnError ¶
func (c *DownloadSessionCallbackClient) OnError(ctx context.Context, handle int64, arg0 int32, arg1 string) error
OnError calls the OnError RPC.
func (*DownloadSessionCallbackClient) OnMiddlewareReady ¶
func (c *DownloadSessionCallbackClient) OnMiddlewareReady(ctx context.Context, handle int64) error
OnMiddlewareReady calls the OnMiddlewareReady RPC.
type DownloadStatusListenerClient ¶
type DownloadStatusListenerClient struct {
// contains filtered or unexported fields
}
DownloadStatusListenerClient wraps the gRPC DownloadStatusListenerService client.
func NewDownloadStatusListenerClient ¶
func NewDownloadStatusListenerClient(cc grpc.ClientConnInterface) *DownloadStatusListenerClient
NewDownloadStatusListenerClient creates a new DownloadStatusListener client.
func (*DownloadStatusListenerClient) OnStatusUpdated ¶
func (c *DownloadStatusListenerClient) OnStatusUpdated(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32) error
OnStatusUpdated calls the OnStatusUpdated RPC.
type FileInfoClient ¶
type FileInfoClient struct {
// contains filtered or unexported fields
}
FileInfoClient wraps the gRPC FileInfoService client.
func NewFileInfoClient ¶
func NewFileInfoClient(cc grpc.ClientConnInterface) *FileInfoClient
NewFileInfoClient creates a new FileInfo client.
func (*FileInfoClient) DescribeContents ¶
func (c *FileInfoClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*FileInfoClient) GetMimeType ¶
func (c *FileInfoClient) GetMimeType(ctx context.Context) (string, error)
GetMimeType calls the GetMimeType RPC.
func (*FileInfoClient) GetUri ¶
func (c *FileInfoClient) GetUri(ctx context.Context) (int64, error)
GetUri calls the GetUri RPC.
func (*FileInfoClient) HashCode ¶
func (c *FileInfoClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*FileInfoClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type FileServiceInfoClient ¶
type FileServiceInfoClient struct {
// contains filtered or unexported fields
}
FileServiceInfoClient wraps the gRPC FileServiceInfoService client.
func NewFileServiceInfoClient ¶
func NewFileServiceInfoClient(cc grpc.ClientConnInterface) *FileServiceInfoClient
NewFileServiceInfoClient creates a new FileServiceInfo client.
func (*FileServiceInfoClient) DescribeContents ¶
func (c *FileServiceInfoClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*FileServiceInfoClient) GetFiles ¶
func (c *FileServiceInfoClient) GetFiles(ctx context.Context) (int64, error)
GetFiles calls the GetFiles RPC.
func (*FileServiceInfoClient) WriteToParcel ¶
WriteToParcel calls the WriteToParcel RPC.
type GroupCallClient ¶
type GroupCallClient struct {
// contains filtered or unexported fields
}
GroupCallClient wraps the gRPC GroupCallService client.
func NewGroupCallClient ¶
func NewGroupCallClient(cc grpc.ClientConnInterface) *GroupCallClient
NewGroupCallClient creates a new GroupCall client.
type ServiceInfoClient ¶
type ServiceInfoClient struct {
// contains filtered or unexported fields
}
ServiceInfoClient wraps the gRPC ServiceInfoService client.
func NewServiceInfoClient ¶
func NewServiceInfoClient(cc grpc.ClientConnInterface) *ServiceInfoClient
NewServiceInfoClient creates a new ServiceInfo client.
func (*ServiceInfoClient) GetLocales ¶
func (c *ServiceInfoClient) GetLocales(ctx context.Context) (int64, error)
GetLocales calls the GetLocales RPC.
func (*ServiceInfoClient) GetNameForLocale ¶
GetNameForLocale calls the GetNameForLocale RPC.
func (*ServiceInfoClient) GetNamedContentLocales ¶
func (c *ServiceInfoClient) GetNamedContentLocales(ctx context.Context) (int64, error)
GetNamedContentLocales calls the GetNamedContentLocales RPC.
func (*ServiceInfoClient) GetServiceClassName ¶
func (c *ServiceInfoClient) GetServiceClassName(ctx context.Context) (string, error)
GetServiceClassName calls the GetServiceClassName RPC.
func (*ServiceInfoClient) GetServiceId ¶
func (c *ServiceInfoClient) GetServiceId(ctx context.Context) (string, error)
GetServiceId calls the GetServiceId RPC.
func (*ServiceInfoClient) GetSessionEndTime ¶
func (c *ServiceInfoClient) GetSessionEndTime(ctx context.Context) (int64, error)
GetSessionEndTime calls the GetSessionEndTime RPC.
func (*ServiceInfoClient) GetSessionStartTime ¶
func (c *ServiceInfoClient) GetSessionStartTime(ctx context.Context) (int64, error)
GetSessionStartTime calls the GetSessionStartTime RPC.
type StreamingServiceCallbackClient ¶
type StreamingServiceCallbackClient struct {
// contains filtered or unexported fields
}
StreamingServiceCallbackClient wraps the gRPC StreamingServiceCallbackService client.
func NewStreamingServiceCallbackClient ¶
func NewStreamingServiceCallbackClient(cc grpc.ClientConnInterface) *StreamingServiceCallbackClient
NewStreamingServiceCallbackClient creates a new StreamingServiceCallback client.
func (*StreamingServiceCallbackClient) OnBroadcastSignalStrengthUpdated ¶
func (c *StreamingServiceCallbackClient) OnBroadcastSignalStrengthUpdated(ctx context.Context, handle int64, arg0 int32) error
OnBroadcastSignalStrengthUpdated calls the OnBroadcastSignalStrengthUpdated RPC.
func (*StreamingServiceCallbackClient) OnError ¶
func (c *StreamingServiceCallbackClient) OnError(ctx context.Context, handle int64, arg0 int32, arg1 string) error
OnError calls the OnError RPC.
func (*StreamingServiceCallbackClient) OnMediaDescriptionUpdated ¶
func (c *StreamingServiceCallbackClient) OnMediaDescriptionUpdated(ctx context.Context, handle int64) error
OnMediaDescriptionUpdated calls the OnMediaDescriptionUpdated RPC.
func (*StreamingServiceCallbackClient) OnStreamMethodUpdated ¶
func (c *StreamingServiceCallbackClient) OnStreamMethodUpdated(ctx context.Context, handle int64, arg0 int32) error
OnStreamMethodUpdated calls the OnStreamMethodUpdated RPC.
func (*StreamingServiceCallbackClient) OnStreamStateUpdated ¶
func (c *StreamingServiceCallbackClient) OnStreamStateUpdated(ctx context.Context, handle int64, arg0 int32, arg1 int32) error
OnStreamStateUpdated calls the OnStreamStateUpdated RPC.
type StreamingServiceClient ¶
type StreamingServiceClient struct {
// contains filtered or unexported fields
}
StreamingServiceClient wraps the gRPC StreamingServiceService client.
func NewStreamingServiceClient ¶
func NewStreamingServiceClient(cc grpc.ClientConnInterface) *StreamingServiceClient
NewStreamingServiceClient creates a new StreamingService client.
func (*StreamingServiceClient) Close ¶
func (c *StreamingServiceClient) Close(ctx context.Context) error
Close calls the Close RPC.
func (*StreamingServiceClient) GetInfo ¶
func (c *StreamingServiceClient) GetInfo(ctx context.Context) (int64, error)
GetInfo calls the GetInfo RPC.
func (*StreamingServiceClient) GetPlaybackUri ¶
func (c *StreamingServiceClient) GetPlaybackUri(ctx context.Context) (int64, error)
GetPlaybackUri calls the GetPlaybackUri RPC.
type StreamingServiceInfoClient ¶
type StreamingServiceInfoClient struct {
// contains filtered or unexported fields
}
StreamingServiceInfoClient wraps the gRPC StreamingServiceInfoService client.
func NewStreamingServiceInfoClient ¶
func NewStreamingServiceInfoClient(cc grpc.ClientConnInterface) *StreamingServiceInfoClient
NewStreamingServiceInfoClient creates a new StreamingServiceInfo client.
func (*StreamingServiceInfoClient) DescribeContents ¶
func (c *StreamingServiceInfoClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*StreamingServiceInfoClient) WriteToParcel ¶
func (c *StreamingServiceInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type StreamingSessionCallbackClient ¶
type StreamingSessionCallbackClient struct {
// contains filtered or unexported fields
}
StreamingSessionCallbackClient wraps the gRPC StreamingSessionCallbackService client.
func NewStreamingSessionCallbackClient ¶
func NewStreamingSessionCallbackClient(cc grpc.ClientConnInterface) *StreamingSessionCallbackClient
NewStreamingSessionCallbackClient creates a new StreamingSessionCallback client.
func (*StreamingSessionCallbackClient) OnError ¶
func (c *StreamingSessionCallbackClient) OnError(ctx context.Context, handle int64, arg0 int32, arg1 string) error
OnError calls the OnError RPC.
func (*StreamingSessionCallbackClient) OnMiddlewareReady ¶
func (c *StreamingSessionCallbackClient) OnMiddlewareReady(ctx context.Context, handle int64) error
OnMiddlewareReady calls the OnMiddlewareReady RPC.