|
Shaka Player Embedded
|
#include <Foundation/Foundation.h>#include <string>#include <type_traits>#include <unordered_map>#include <utility>#include <vector>#include "shaka/async_results.h"#include "shaka/error_objc.h"#include "shaka/optional.h"#include "shaka/variant.h"#include "src/public/error_objc+Internal.h"Go to the source code of this file.
Namespaces | |
| shaka | |
| shaka::util | |
| shaka::util::impl | |
Functions | |
| template<typename... Args> | |
| void | shaka::util::DispatchObjcEvent (__weak id weak_client, SEL selector, Args... args) |
| template<typename This , typename Ret , typename Func > | |
| void | shaka::util::CallBlockForFuture (This that, AsyncResults< Ret > future, Func block) |
1.8.13