Documentation
¶
Index ¶
- type MediaStoreAudioClient
- type MediaStoreClient
- func (c *MediaStoreClient) CanManageMedia(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *MediaStoreClient) GetDocumentUri(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
- func (c *MediaStoreClient) GetExternalVolumeNames(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *MediaStoreClient) GetGeneration(ctx context.Context, handle int64, arg0 int64, arg1 string) (int64, error)
- func (c *MediaStoreClient) GetMediaScannerUri(ctx context.Context, handle int64) (int64, error)
- func (c *MediaStoreClient) GetMediaUri(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
- func (c *MediaStoreClient) GetOriginalMediaFormatFileDescriptor(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
- func (c *MediaStoreClient) GetPickImagesMaxLimit(ctx context.Context, handle int64) (int32, error)
- func (c *MediaStoreClient) GetRecentExternalVolumeNames(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *MediaStoreClient) GetRedactedUri(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
- func (c *MediaStoreClient) GetRequireOriginal(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *MediaStoreClient) GetVersion1(ctx context.Context, handle int64, arg0 int64) (string, error)
- func (c *MediaStoreClient) GetVersion2_1(ctx context.Context, handle int64, arg0 int64, arg1 string) (string, error)
- func (c *MediaStoreClient) GetVolumeName(ctx context.Context, handle int64, arg0 int64) (string, error)
- func (c *MediaStoreClient) IsCurrentCloudMediaProviderAuthority(ctx context.Context, handle int64, arg0 int64, arg1 string) (bool, error)
- func (c *MediaStoreClient) IsCurrentSystemGallery(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 string) (bool, error)
- func (c *MediaStoreClient) IsSupportedCloudMediaProviderAuthority(ctx context.Context, handle int64, arg0 int64, arg1 string) (bool, error)
- func (c *MediaStoreClient) NotifyCloudMediaChangedEvent(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string) error
- func (c *MediaStoreClient) OpenAssetFileDescriptor(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, ...) (int64, error)
- func (c *MediaStoreClient) OpenFileDescriptor(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, ...) (int64, error)
- func (c *MediaStoreClient) OpenTypedAssetFileDescriptor(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, ...) (int64, error)
- func (c *MediaStoreClient) SetIncludePending(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *MediaStoreClient) SetRequireOriginal(ctx context.Context, handle int64, arg0 int64) (int64, error)
- type MediaStoreDownloadsClient
- type MediaStoreFilesClient
- type MediaStoreVideoClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MediaStoreAudioClient ¶
type MediaStoreAudioClient struct {
// contains filtered or unexported fields
}
MediaStoreAudioClient wraps the gRPC MediaStoreAudioService client.
func NewMediaStoreAudioClient ¶
func NewMediaStoreAudioClient(cc grpc.ClientConnInterface) *MediaStoreAudioClient
NewMediaStoreAudioClient creates a new MediaStoreAudio client.
type MediaStoreClient ¶
type MediaStoreClient struct {
// contains filtered or unexported fields
}
MediaStoreClient wraps the gRPC MediaStoreService client.
func NewMediaStoreClient ¶
func NewMediaStoreClient(cc grpc.ClientConnInterface) *MediaStoreClient
NewMediaStoreClient creates a new MediaStore client.
func (*MediaStoreClient) CanManageMedia ¶
func (c *MediaStoreClient) CanManageMedia(ctx context.Context, handle int64, arg0 int64) (bool, error)
CanManageMedia calls the CanManageMedia RPC.
func (*MediaStoreClient) GetDocumentUri ¶
func (c *MediaStoreClient) GetDocumentUri(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
GetDocumentUri calls the GetDocumentUri RPC.
func (*MediaStoreClient) GetExternalVolumeNames ¶
func (c *MediaStoreClient) GetExternalVolumeNames(ctx context.Context, handle int64, arg0 int64) (int64, error)
GetExternalVolumeNames calls the GetExternalVolumeNames RPC.
func (*MediaStoreClient) GetGeneration ¶
func (c *MediaStoreClient) GetGeneration(ctx context.Context, handle int64, arg0 int64, arg1 string) (int64, error)
GetGeneration calls the GetGeneration RPC.
func (*MediaStoreClient) GetMediaScannerUri ¶
GetMediaScannerUri calls the GetMediaScannerUri RPC.
func (*MediaStoreClient) GetMediaUri ¶
func (c *MediaStoreClient) GetMediaUri(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
GetMediaUri calls the GetMediaUri RPC.
func (*MediaStoreClient) GetOriginalMediaFormatFileDescriptor ¶
func (c *MediaStoreClient) GetOriginalMediaFormatFileDescriptor(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
GetOriginalMediaFormatFileDescriptor calls the GetOriginalMediaFormatFileDescriptor RPC.
func (*MediaStoreClient) GetPickImagesMaxLimit ¶
GetPickImagesMaxLimit calls the GetPickImagesMaxLimit RPC.
func (*MediaStoreClient) GetRecentExternalVolumeNames ¶
func (c *MediaStoreClient) GetRecentExternalVolumeNames(ctx context.Context, handle int64, arg0 int64) (int64, error)
GetRecentExternalVolumeNames calls the GetRecentExternalVolumeNames RPC.
func (*MediaStoreClient) GetRedactedUri ¶
func (c *MediaStoreClient) GetRedactedUri(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error)
GetRedactedUri calls the GetRedactedUri RPC.
func (*MediaStoreClient) GetRequireOriginal ¶
func (c *MediaStoreClient) GetRequireOriginal(ctx context.Context, handle int64, arg0 int64) (bool, error)
GetRequireOriginal calls the GetRequireOriginal RPC.
func (*MediaStoreClient) GetVersion1 ¶
func (c *MediaStoreClient) GetVersion1(ctx context.Context, handle int64, arg0 int64) (string, error)
GetVersion1 calls the GetVersion1 RPC.
func (*MediaStoreClient) GetVersion2_1 ¶
func (c *MediaStoreClient) GetVersion2_1(ctx context.Context, handle int64, arg0 int64, arg1 string) (string, error)
GetVersion2_1 calls the GetVersion2_1 RPC.
func (*MediaStoreClient) GetVolumeName ¶
func (c *MediaStoreClient) GetVolumeName(ctx context.Context, handle int64, arg0 int64) (string, error)
GetVolumeName calls the GetVolumeName RPC.
func (*MediaStoreClient) IsCurrentCloudMediaProviderAuthority ¶
func (c *MediaStoreClient) IsCurrentCloudMediaProviderAuthority(ctx context.Context, handle int64, arg0 int64, arg1 string) (bool, error)
IsCurrentCloudMediaProviderAuthority calls the IsCurrentCloudMediaProviderAuthority RPC.
func (*MediaStoreClient) IsCurrentSystemGallery ¶
func (c *MediaStoreClient) IsCurrentSystemGallery(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 string) (bool, error)
IsCurrentSystemGallery calls the IsCurrentSystemGallery RPC.
func (*MediaStoreClient) IsSupportedCloudMediaProviderAuthority ¶
func (c *MediaStoreClient) IsSupportedCloudMediaProviderAuthority(ctx context.Context, handle int64, arg0 int64, arg1 string) (bool, error)
IsSupportedCloudMediaProviderAuthority calls the IsSupportedCloudMediaProviderAuthority RPC.
func (*MediaStoreClient) NotifyCloudMediaChangedEvent ¶
func (c *MediaStoreClient) NotifyCloudMediaChangedEvent(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string) error
NotifyCloudMediaChangedEvent calls the NotifyCloudMediaChangedEvent RPC.
func (*MediaStoreClient) OpenAssetFileDescriptor ¶
func (c *MediaStoreClient) OpenAssetFileDescriptor(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int64, error)
OpenAssetFileDescriptor calls the OpenAssetFileDescriptor RPC.
func (*MediaStoreClient) OpenFileDescriptor ¶
func (c *MediaStoreClient) OpenFileDescriptor(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, arg3 int64) (int64, error)
OpenFileDescriptor calls the OpenFileDescriptor RPC.
func (*MediaStoreClient) OpenTypedAssetFileDescriptor ¶
func (c *MediaStoreClient) OpenTypedAssetFileDescriptor(ctx context.Context, handle int64, arg0 int64, arg1 int64, arg2 string, arg3 int64, arg4 int64) (int64, error)
OpenTypedAssetFileDescriptor calls the OpenTypedAssetFileDescriptor RPC.
func (*MediaStoreClient) SetIncludePending ¶
func (c *MediaStoreClient) SetIncludePending(ctx context.Context, handle int64, arg0 int64) (int64, error)
SetIncludePending calls the SetIncludePending RPC.
func (*MediaStoreClient) SetRequireOriginal ¶
func (c *MediaStoreClient) SetRequireOriginal(ctx context.Context, handle int64, arg0 int64) (int64, error)
SetRequireOriginal calls the SetRequireOriginal RPC.
type MediaStoreDownloadsClient ¶
type MediaStoreDownloadsClient struct {
// contains filtered or unexported fields
}
MediaStoreDownloadsClient wraps the gRPC MediaStoreDownloadsService client.
func NewMediaStoreDownloadsClient ¶
func NewMediaStoreDownloadsClient(cc grpc.ClientConnInterface) *MediaStoreDownloadsClient
NewMediaStoreDownloadsClient creates a new MediaStoreDownloads client.
func (*MediaStoreDownloadsClient) GetContentUri1 ¶
GetContentUri1 calls the GetContentUri1 RPC.
func (*MediaStoreDownloadsClient) GetContentUri2_1 ¶
func (c *MediaStoreDownloadsClient) GetContentUri2_1(ctx context.Context, arg0 string, arg1 int64) (int64, error)
GetContentUri2_1 calls the GetContentUri2_1 RPC.
type MediaStoreFilesClient ¶
type MediaStoreFilesClient struct {
// contains filtered or unexported fields
}
MediaStoreFilesClient wraps the gRPC MediaStoreFilesService client.
func NewMediaStoreFilesClient ¶
func NewMediaStoreFilesClient(cc grpc.ClientConnInterface) *MediaStoreFilesClient
NewMediaStoreFilesClient creates a new MediaStoreFiles client.
func (*MediaStoreFilesClient) GetContentUri1 ¶
GetContentUri1 calls the GetContentUri1 RPC.
func (*MediaStoreFilesClient) GetContentUri2_1 ¶
func (c *MediaStoreFilesClient) GetContentUri2_1(ctx context.Context, arg0 string, arg1 int64) (int64, error)
GetContentUri2_1 calls the GetContentUri2_1 RPC.
type MediaStoreVideoClient ¶
type MediaStoreVideoClient struct {
// contains filtered or unexported fields
}
MediaStoreVideoClient wraps the gRPC MediaStoreVideoService client.
func NewMediaStoreVideoClient ¶
func NewMediaStoreVideoClient(cc grpc.ClientConnInterface) *MediaStoreVideoClient
NewMediaStoreVideoClient creates a new MediaStoreVideo client.