Photon C++ Client API
5.0.7.3
|
Event Actions and other options for a remote voice (incoming stream). More...
Public Member Functions | |
void | setRemoteVoiceRemoveAction (void *opaque, void(*action)(void *)) |
Register a method to be called when the remote voice is removed. More... | |
void | setOutput (void *opaque, void(*output)(void *, const Buffer< float > &)) |
void | setOutput (void *opaque, void(*output)(void *, const Buffer< short > &)) |
void | setOutput (void *opaque, void(*output)(void *, const ImageOutputBuf &)) |
void | setOutputImageFormat (ImageFormat::Enum) |
void | setOutputImageFlip (Flip::Enum) |
void | setDecoder (Common::Helpers::SharedPointer< IDecoder > decoder) |
virtual Common::JString & | toString (Common::JString &retStr, bool withTypes=false) const |
virtual JString & | toString (JString &retStr, bool withTypes=false) const=0 |
JString | toString (bool withTypes=false) const |
Public Member Functions inherited from ToString | |
virtual | ~ToString (void) |
virtual JString | typeToString (void) const |
JString | toString (bool withTypes=false) const |
Event Actions and other options for a remote voice (incoming stream).
void setRemoteVoiceRemoveAction | ( | void * | pOpaque, |
void(*)(void *) | pAction | ||
) |
Register a method to be called when the remote voice is removed.
|
virtual |
retStr | reference to a string, to store the return-value in; the information, which is generated by this function, will be attached at the end of any eventually existing previous content of the string |
withTypes | set to true, to include type information in the generated string |
Implements ToString.
toString |
retStr | reference to a string, to store the return-value in; the information, which is generated by this function, will be attached at the end of any eventually existing previous content of the string |
withTypes | set to true, to include type information in the generated string |
JString toString |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
withTypes | set to true, to include type information in the generated string |