#include <juce_mac_Video.h>
Public Member Functions | |
JucePlayerStatusObserverClass () | |
void | addIvar (const char *name) |
void | addMethod (SEL selector, Result(*callbackFn)(id, SEL, Args...)) |
void | addProtocol (Protocol *protocol) |
NSObject * | createInstance () const |
void | registerClass () |
Static Public Member Functions | |
static PlayerControllerBase & | getOwner (id self) |
static ReturnType | sendSuperclassMessage (id self, SEL sel, Params... params) |
static void | setOwner (id self, PlayerControllerBase *p) |
Public Attributes | |
Class | cls |
Static Private Member Functions | |
static String | getRandomisedName (const char *root) |
static void | valueChanged (id self, SEL, NSString *keyPath, id, NSDictionary< NSString *, id > *change, void *) |
|
inline |
References juce::ObjCClass< NSObject >::addMethod(), VideoComponent::Pimpl::context, JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE(), JUCE_END_IGNORE_WARNINGS_GCC_LIKE, juce::ObjCClass< NSObject >::registerClass(), and VideoComponent::Pimpl::PlayerControllerBase< Derived >::JucePlayerStatusObserverClass::valueChanged().
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinestatic |
|
inlinestaticprivateinherited |
|
inlineinherited |
|
inlinestaticinherited |
|
inlinestatic |
References juce::gl::p.
Referenced by VideoComponent::Pimpl::PlayerControllerBase< PlayerController >::PlayerControllerBase().
|
inlinestaticprivate |
References VideoComponent::Pimpl::errorOccurred(), VideoComponent::Pimpl::PlayerControllerBase< Derived >::JucePlayerStatusObserverClass::getOwner(), juce::nsStringLiteral(), VideoComponent::Pimpl::PlayerControllerBase< Derived >::owner, VideoComponent::Pimpl::playbackStarted(), and VideoComponent::Pimpl::playbackStopped().
Referenced by VideoComponent::Pimpl::PlayerControllerBase< Derived >::JucePlayerStatusObserverClass::JucePlayerStatusObserverClass().
|
inherited |