|
Shaka Packager SDK
|
Base class for fetching keys from the license service. More...
#include <key_fetcher.h>
Public Member Functions | |
| virtual Status | FetchKeys (const std::string &service_address, const std::string &request, std::string *response)=0 |
Base class for fetching keys from the license service.
Definition at line 17 of file key_fetcher.h.
| shaka::media::KeyFetcher::KeyFetcher | ( | ) |
Definition at line 12 of file key_fetcher.cc.
|
virtual |
Definition at line 13 of file key_fetcher.cc.
|
pure virtual |
Fetch Keys from license service. |response| is owned by caller.
| service_address | license service address. |
| request | JSON formatted request. |
| response | JSON formatted response. Owned by caller. |
Implemented in shaka::media::HttpKeyFetcher.