Documentation
¶
Index ¶
- type EventClient
- type InfoClient
- func (c *InfoClient) Get(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *InfoClient) GetData(ctx context.Context, handle int64) (int64, error)
- func (c *InfoClient) GetInfoType(ctx context.Context, handle int64) (int32, error)
- func (c *InfoClient) GetMimeType(ctx context.Context, handle int64) (string, error)
- func (c *InfoClient) Iterator(ctx context.Context, handle int64) (int64, error)
- func (c *InfoClient) KeyIterator(ctx context.Context, handle int64) (int64, error)
- func (c *InfoClient) Put(ctx context.Context, handle int64, arg0 string, arg1 int64) error
- type InfoRequestClient
- func (c *InfoRequestClient) Get(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *InfoRequestClient) GetInfoType(ctx context.Context, handle int64) (int32, error)
- func (c *InfoRequestClient) GetMimeType(ctx context.Context, handle int64) (string, error)
- func (c *InfoRequestClient) Iterator(ctx context.Context, handle int64) (int64, error)
- func (c *InfoRequestClient) KeyIterator(ctx context.Context, handle int64) (int64, error)
- func (c *InfoRequestClient) Put(ctx context.Context, handle int64, arg0 string, arg1 int64) error
- type ManagerClientClient
- func (c *ManagerClientClient) AcquireDrmInfo(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *ManagerClientClient) AcquireRights(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *ManagerClientClient) CanHandle2(ctx context.Context, handle int64, arg0 int64, arg1 string) (bool, error)
- func (c *ManagerClientClient) CanHandle2_1(ctx context.Context, handle int64, arg0 string, arg1 string) (bool, error)
- func (c *ManagerClientClient) CheckRightsStatus1(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *ManagerClientClient) CheckRightsStatus1_2(ctx context.Context, handle int64, arg0 string) (int32, error)
- func (c *ManagerClientClient) CheckRightsStatus2_1(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int32, error)
- func (c *ManagerClientClient) CheckRightsStatus2_3(ctx context.Context, handle int64, arg0 string, arg1 int32) (int32, error)
- func (c *ManagerClientClient) Close(ctx context.Context, handle int64) error
- func (c *ManagerClientClient) CloseConvertSession(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *ManagerClientClient) ConvertData(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)
- func (c *ManagerClientClient) GetAvailableDrmEngines(ctx context.Context, handle int64) (int64, error)
- func (c *ManagerClientClient) GetAvailableDrmSupportInfo(ctx context.Context, handle int64) (int64, error)
- func (c *ManagerClientClient) GetConstraints2(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error)
- func (c *ManagerClientClient) GetConstraints2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
- func (c *ManagerClientClient) GetDrmObjectType2(ctx context.Context, handle int64, arg0 int64, arg1 string) (int32, error)
- func (c *ManagerClientClient) GetDrmObjectType2_1(ctx context.Context, handle int64, arg0 string, arg1 string) (int32, error)
- func (c *ManagerClientClient) GetMetadata1(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *ManagerClientClient) GetMetadata1_1(ctx context.Context, handle int64, arg0 string) (int64, error)
- func (c *ManagerClientClient) GetOriginalMimeType1(ctx context.Context, handle int64, arg0 int64) (string, error)
- func (c *ManagerClientClient) GetOriginalMimeType1_1(ctx context.Context, handle int64, arg0 string) (string, error)
- func (c *ManagerClientClient) OpenConvertSession(ctx context.Context, handle int64, arg0 string) (int32, error)
- func (c *ManagerClientClient) ProcessDrmInfo(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *ManagerClientClient) Release(ctx context.Context, handle int64) error
- func (c *ManagerClientClient) RemoveAllRights(ctx context.Context, handle int64) (int32, error)
- func (c *ManagerClientClient) RemoveRights1(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *ManagerClientClient) RemoveRights1_1(ctx context.Context, handle int64, arg0 string) (int32, error)
- func (c *ManagerClientClient) SaveRights(ctx context.Context, handle int64, arg0 int64, arg1 string, arg2 string) (int32, error)
- type ManagerClientOnErrorListenerClient
- type ManagerClientOnEventListenerClient
- type ManagerClientOnInfoListenerClient
- type ProcessedDataClient
- type RightsClient
- func (c *RightsClient) GetAccountId(ctx context.Context, handle int64) (string, error)
- func (c *RightsClient) GetData(ctx context.Context, handle int64) (int64, error)
- func (c *RightsClient) GetMimeType(ctx context.Context, handle int64) (string, error)
- func (c *RightsClient) GetSubscriptionId(ctx context.Context, handle int64) (string, error)
- type SupportInfoClient
- func (c *SupportInfoClient) AddFileSuffix(ctx context.Context, handle int64, arg0 string) error
- func (c *SupportInfoClient) AddMimeType(ctx context.Context, handle int64, arg0 string) error
- func (c *SupportInfoClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *SupportInfoClient) GetDescriprition(ctx context.Context, handle int64) (string, error)
- func (c *SupportInfoClient) GetDescription(ctx context.Context, handle int64) (string, error)
- func (c *SupportInfoClient) GetFileSuffixIterator(ctx context.Context, handle int64) (int64, error)
- func (c *SupportInfoClient) GetMimeTypeIterator(ctx context.Context, handle int64) (int64, error)
- func (c *SupportInfoClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *SupportInfoClient) SetDescription(ctx context.Context, handle int64, arg0 string) error
- type UtilsClient
- type UtilsExtendedMetadataParserClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventClient ¶
type EventClient struct {
// contains filtered or unexported fields
}
EventClient wraps the gRPC EventService client.
func NewEventClient ¶
func NewEventClient(cc grpc.ClientConnInterface) *EventClient
NewEventClient creates a new Event client.
func (*EventClient) GetAttribute ¶
GetAttribute calls the GetAttribute RPC.
func (*EventClient) GetMessage ¶
func (c *EventClient) GetMessage(ctx context.Context) (string, error)
GetMessage calls the GetMessage RPC.
func (*EventClient) GetType ¶
func (c *EventClient) GetType(ctx context.Context) (int32, error)
GetType calls the GetType RPC.
func (*EventClient) GetUniqueId ¶
func (c *EventClient) GetUniqueId(ctx context.Context) (int32, error)
GetUniqueId calls the GetUniqueId RPC.
type InfoClient ¶
type InfoClient struct {
// contains filtered or unexported fields
}
InfoClient wraps the gRPC InfoService client.
func NewInfoClient ¶
func NewInfoClient(cc grpc.ClientConnInterface) *InfoClient
NewInfoClient creates a new Info client.
func (*InfoClient) GetInfoType ¶
GetInfoType calls the GetInfoType RPC.
func (*InfoClient) GetMimeType ¶
GetMimeType calls the GetMimeType RPC.
func (*InfoClient) KeyIterator ¶
KeyIterator calls the KeyIterator RPC.
type InfoRequestClient ¶
type InfoRequestClient struct {
// contains filtered or unexported fields
}
InfoRequestClient wraps the gRPC InfoRequestService client.
func NewInfoRequestClient ¶
func NewInfoRequestClient(cc grpc.ClientConnInterface) *InfoRequestClient
NewInfoRequestClient creates a new InfoRequest client.
func (*InfoRequestClient) GetInfoType ¶
GetInfoType calls the GetInfoType RPC.
func (*InfoRequestClient) GetMimeType ¶
GetMimeType calls the GetMimeType RPC.
func (*InfoRequestClient) KeyIterator ¶
KeyIterator calls the KeyIterator RPC.
type ManagerClientClient ¶
type ManagerClientClient struct {
// contains filtered or unexported fields
}
ManagerClientClient wraps the gRPC ManagerClientService client.
func NewManagerClientClient ¶
func NewManagerClientClient(cc grpc.ClientConnInterface) *ManagerClientClient
NewManagerClientClient creates a new ManagerClient client.
func (*ManagerClientClient) AcquireDrmInfo ¶
func (c *ManagerClientClient) AcquireDrmInfo(ctx context.Context, handle int64, arg0 int64) (int64, error)
AcquireDrmInfo calls the AcquireDrmInfo RPC.
func (*ManagerClientClient) AcquireRights ¶
func (c *ManagerClientClient) AcquireRights(ctx context.Context, handle int64, arg0 int64) (int32, error)
AcquireRights calls the AcquireRights RPC.
func (*ManagerClientClient) CanHandle2 ¶
func (c *ManagerClientClient) CanHandle2(ctx context.Context, handle int64, arg0 int64, arg1 string) (bool, error)
CanHandle2 calls the CanHandle2 RPC.
func (*ManagerClientClient) CanHandle2_1 ¶
func (c *ManagerClientClient) CanHandle2_1(ctx context.Context, handle int64, arg0 string, arg1 string) (bool, error)
CanHandle2_1 calls the CanHandle2_1 RPC.
func (*ManagerClientClient) CheckRightsStatus1 ¶
func (c *ManagerClientClient) CheckRightsStatus1(ctx context.Context, handle int64, arg0 int64) (int32, error)
CheckRightsStatus1 calls the CheckRightsStatus1 RPC.
func (*ManagerClientClient) CheckRightsStatus1_2 ¶
func (c *ManagerClientClient) CheckRightsStatus1_2(ctx context.Context, handle int64, arg0 string) (int32, error)
CheckRightsStatus1_2 calls the CheckRightsStatus1_2 RPC.
func (*ManagerClientClient) CheckRightsStatus2_1 ¶
func (c *ManagerClientClient) CheckRightsStatus2_1(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int32, error)
CheckRightsStatus2_1 calls the CheckRightsStatus2_1 RPC.
func (*ManagerClientClient) CheckRightsStatus2_3 ¶
func (c *ManagerClientClient) CheckRightsStatus2_3(ctx context.Context, handle int64, arg0 string, arg1 int32) (int32, error)
CheckRightsStatus2_3 calls the CheckRightsStatus2_3 RPC.
func (*ManagerClientClient) Close ¶
func (c *ManagerClientClient) Close(ctx context.Context, handle int64) error
Close calls the Close RPC.
func (*ManagerClientClient) CloseConvertSession ¶
func (c *ManagerClientClient) CloseConvertSession(ctx context.Context, handle int64, arg0 int32) (int64, error)
CloseConvertSession calls the CloseConvertSession RPC.
func (*ManagerClientClient) ConvertData ¶
func (c *ManagerClientClient) ConvertData(ctx context.Context, handle int64, arg0 int32, arg1 int64) (int64, error)
ConvertData calls the ConvertData RPC.
func (*ManagerClientClient) GetAvailableDrmEngines ¶
func (c *ManagerClientClient) GetAvailableDrmEngines(ctx context.Context, handle int64) (int64, error)
GetAvailableDrmEngines calls the GetAvailableDrmEngines RPC.
func (*ManagerClientClient) GetAvailableDrmSupportInfo ¶
func (c *ManagerClientClient) GetAvailableDrmSupportInfo(ctx context.Context, handle int64) (int64, error)
GetAvailableDrmSupportInfo calls the GetAvailableDrmSupportInfo RPC.
func (*ManagerClientClient) GetConstraints2 ¶
func (c *ManagerClientClient) GetConstraints2(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error)
GetConstraints2 calls the GetConstraints2 RPC.
func (*ManagerClientClient) GetConstraints2_1 ¶
func (c *ManagerClientClient) GetConstraints2_1(ctx context.Context, handle int64, arg0 string, arg1 int32) (int64, error)
GetConstraints2_1 calls the GetConstraints2_1 RPC.
func (*ManagerClientClient) GetDrmObjectType2 ¶
func (c *ManagerClientClient) GetDrmObjectType2(ctx context.Context, handle int64, arg0 int64, arg1 string) (int32, error)
GetDrmObjectType2 calls the GetDrmObjectType2 RPC.
func (*ManagerClientClient) GetDrmObjectType2_1 ¶
func (c *ManagerClientClient) GetDrmObjectType2_1(ctx context.Context, handle int64, arg0 string, arg1 string) (int32, error)
GetDrmObjectType2_1 calls the GetDrmObjectType2_1 RPC.
func (*ManagerClientClient) GetMetadata1 ¶
func (c *ManagerClientClient) GetMetadata1(ctx context.Context, handle int64, arg0 int64) (int64, error)
GetMetadata1 calls the GetMetadata1 RPC.
func (*ManagerClientClient) GetMetadata1_1 ¶
func (c *ManagerClientClient) GetMetadata1_1(ctx context.Context, handle int64, arg0 string) (int64, error)
GetMetadata1_1 calls the GetMetadata1_1 RPC.
func (*ManagerClientClient) GetOriginalMimeType1 ¶
func (c *ManagerClientClient) GetOriginalMimeType1(ctx context.Context, handle int64, arg0 int64) (string, error)
GetOriginalMimeType1 calls the GetOriginalMimeType1 RPC.
func (*ManagerClientClient) GetOriginalMimeType1_1 ¶
func (c *ManagerClientClient) GetOriginalMimeType1_1(ctx context.Context, handle int64, arg0 string) (string, error)
GetOriginalMimeType1_1 calls the GetOriginalMimeType1_1 RPC.
func (*ManagerClientClient) OpenConvertSession ¶
func (c *ManagerClientClient) OpenConvertSession(ctx context.Context, handle int64, arg0 string) (int32, error)
OpenConvertSession calls the OpenConvertSession RPC.
func (*ManagerClientClient) ProcessDrmInfo ¶
func (c *ManagerClientClient) ProcessDrmInfo(ctx context.Context, handle int64, arg0 int64) (int32, error)
ProcessDrmInfo calls the ProcessDrmInfo RPC.
func (*ManagerClientClient) Release ¶
func (c *ManagerClientClient) Release(ctx context.Context, handle int64) error
Release calls the Release RPC.
func (*ManagerClientClient) RemoveAllRights ¶
RemoveAllRights calls the RemoveAllRights RPC.
func (*ManagerClientClient) RemoveRights1 ¶
func (c *ManagerClientClient) RemoveRights1(ctx context.Context, handle int64, arg0 int64) (int32, error)
RemoveRights1 calls the RemoveRights1 RPC.
func (*ManagerClientClient) RemoveRights1_1 ¶
func (c *ManagerClientClient) RemoveRights1_1(ctx context.Context, handle int64, arg0 string) (int32, error)
RemoveRights1_1 calls the RemoveRights1_1 RPC.
type ManagerClientOnErrorListenerClient ¶
type ManagerClientOnErrorListenerClient struct {
// contains filtered or unexported fields
}
ManagerClientOnErrorListenerClient wraps the gRPC ManagerClientOnErrorListenerService client.
func NewManagerClientOnErrorListenerClient ¶
func NewManagerClientOnErrorListenerClient(cc grpc.ClientConnInterface) *ManagerClientOnErrorListenerClient
NewManagerClientOnErrorListenerClient creates a new ManagerClientOnErrorListener client.
type ManagerClientOnEventListenerClient ¶
type ManagerClientOnEventListenerClient struct {
// contains filtered or unexported fields
}
ManagerClientOnEventListenerClient wraps the gRPC ManagerClientOnEventListenerService client.
func NewManagerClientOnEventListenerClient ¶
func NewManagerClientOnEventListenerClient(cc grpc.ClientConnInterface) *ManagerClientOnEventListenerClient
NewManagerClientOnEventListenerClient creates a new ManagerClientOnEventListener client.
type ManagerClientOnInfoListenerClient ¶
type ManagerClientOnInfoListenerClient struct {
// contains filtered or unexported fields
}
ManagerClientOnInfoListenerClient wraps the gRPC ManagerClientOnInfoListenerService client.
func NewManagerClientOnInfoListenerClient ¶
func NewManagerClientOnInfoListenerClient(cc grpc.ClientConnInterface) *ManagerClientOnInfoListenerClient
NewManagerClientOnInfoListenerClient creates a new ManagerClientOnInfoListener client.
type ProcessedDataClient ¶
type ProcessedDataClient struct {
// contains filtered or unexported fields
}
ProcessedDataClient wraps the gRPC ProcessedDataService client.
func NewProcessedDataClient ¶
func NewProcessedDataClient(cc grpc.ClientConnInterface) *ProcessedDataClient
NewProcessedDataClient creates a new ProcessedData client.
func (*ProcessedDataClient) GetAccountId ¶
func (c *ProcessedDataClient) GetAccountId(ctx context.Context) (string, error)
GetAccountId calls the GetAccountId RPC.
func (*ProcessedDataClient) GetData ¶
func (c *ProcessedDataClient) GetData(ctx context.Context) (int64, error)
GetData calls the GetData RPC.
func (*ProcessedDataClient) GetSubscriptionId ¶
func (c *ProcessedDataClient) GetSubscriptionId(ctx context.Context) (string, error)
GetSubscriptionId calls the GetSubscriptionId RPC.
type RightsClient ¶
type RightsClient struct {
// contains filtered or unexported fields
}
RightsClient wraps the gRPC RightsService client.
func NewRightsClient ¶
func NewRightsClient(cc grpc.ClientConnInterface) *RightsClient
NewRightsClient creates a new Rights client.
func (*RightsClient) GetAccountId ¶
GetAccountId calls the GetAccountId RPC.
func (*RightsClient) GetMimeType ¶
GetMimeType calls the GetMimeType RPC.
func (*RightsClient) GetSubscriptionId ¶
GetSubscriptionId calls the GetSubscriptionId RPC.
type SupportInfoClient ¶
type SupportInfoClient struct {
// contains filtered or unexported fields
}
SupportInfoClient wraps the gRPC SupportInfoService client.
func NewSupportInfoClient ¶
func NewSupportInfoClient(cc grpc.ClientConnInterface) *SupportInfoClient
NewSupportInfoClient creates a new SupportInfo client.
func (*SupportInfoClient) AddFileSuffix ¶
AddFileSuffix calls the AddFileSuffix RPC.
func (*SupportInfoClient) AddMimeType ¶
AddMimeType calls the AddMimeType RPC.
func (*SupportInfoClient) GetDescriprition ¶
GetDescriprition calls the GetDescriprition RPC.
func (*SupportInfoClient) GetDescription ¶
GetDescription calls the GetDescription RPC.
func (*SupportInfoClient) GetFileSuffixIterator ¶
GetFileSuffixIterator calls the GetFileSuffixIterator RPC.
func (*SupportInfoClient) GetMimeTypeIterator ¶
GetMimeTypeIterator calls the GetMimeTypeIterator RPC.
func (*SupportInfoClient) SetDescription ¶
SetDescription calls the SetDescription RPC.
type UtilsClient ¶
type UtilsClient struct {
// contains filtered or unexported fields
}
UtilsClient wraps the gRPC UtilsService client.
func NewUtilsClient ¶
func NewUtilsClient(cc grpc.ClientConnInterface) *UtilsClient
NewUtilsClient creates a new Utils client.
func (*UtilsClient) GetExtendedMetadataParser ¶
func (c *UtilsClient) GetExtendedMetadataParser(ctx context.Context, handle int64, arg0 int64) (int64, error)
GetExtendedMetadataParser calls the GetExtendedMetadataParser RPC.
type UtilsExtendedMetadataParserClient ¶
type UtilsExtendedMetadataParserClient struct {
// contains filtered or unexported fields
}
UtilsExtendedMetadataParserClient wraps the gRPC UtilsExtendedMetadataParserService client.
func NewUtilsExtendedMetadataParserClient ¶
func NewUtilsExtendedMetadataParserClient(cc grpc.ClientConnInterface) *UtilsExtendedMetadataParserClient
NewUtilsExtendedMetadataParserClient creates a new UtilsExtendedMetadataParser client.
func (*UtilsExtendedMetadataParserClient) Iterator ¶
func (c *UtilsExtendedMetadataParserClient) Iterator(ctx context.Context) (int64, error)
Iterator calls the Iterator RPC.
func (*UtilsExtendedMetadataParserClient) KeyIterator ¶
func (c *UtilsExtendedMetadataParserClient) KeyIterator(ctx context.Context) (int64, error)
KeyIterator calls the KeyIterator RPC.