mbms

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

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.

func (*DownloadProgressListenerClient) OnProgressUpdated

func (c *DownloadProgressListenerClient) OnProgressUpdated(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 int32, arg3 int32, arg4 int32, arg5 int32) error

OnProgressUpdated calls the OnProgressUpdated RPC.

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.

func (*DownloadReceiverClient) OnReceive

func (c *DownloadReceiverClient) OnReceive(ctx context.Context, handle int64, arg0 int64, arg1 int64) error

OnReceive calls the OnReceive RPC.

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

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

func (c *DownloadRequestBuilderClient) SetAppIntent(ctx context.Context, arg0 int64) (int64, error)

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) Equals

func (c *DownloadRequestClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals 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

func (c *DownloadRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

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) Equals

func (c *FileInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals 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

func (c *FileInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

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

func (c *FileServiceInfoClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

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.

func (*GroupCallClient) Close

func (c *GroupCallClient) Close(ctx context.Context) error

Close calls the Close RPC.

func (*GroupCallClient) GetTmgi

func (c *GroupCallClient) GetTmgi(ctx context.Context) (int64, error)

GetTmgi calls the GetTmgi RPC.

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) Equals

func (c *ServiceInfoClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*ServiceInfoClient) GetLocales

func (c *ServiceInfoClient) GetLocales(ctx context.Context) (int64, error)

GetLocales calls the GetLocales RPC.

func (*ServiceInfoClient) GetNameForLocale

func (c *ServiceInfoClient) GetNameForLocale(ctx context.Context, arg0 int64) (int64, error)

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.

func (*ServiceInfoClient) HashCode

func (c *ServiceInfoClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode 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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL