NVIDIA Multimedia API for video source functionality. callback interface.
More...
#include <NvSourceInterface.hpp>
NVIDIA Multimedia API for video source functionality. callback interface.
◆ EventType
Event Type.
Enumerator |
---|
kUnknown | Unknown (used for uninitialized initial values, etc.)
|
kDisconnected | Disconnected from the cloud.
|
kDisconnected | /**
Client disconnected
|
kUnlinked | Client disconnected.
|
kFailedFormatNegotiation | /**
format could not be determined (mediation failed)
|
OnNotifySourceEvent | format could not be determined (mediation failed) }; }
/**
Callback called on format decision request.
- Parameters
-
- Return values
-
true | The proposed format is acceptable (a decision will be made). |
false | The format presented is unacceptable (readjust).
|
- Note
-
GetDecidedFormat() returns false in this callback.
Callback called when an error or other event occurs.
- Parameters
-
type | Type of event |
message | Additional message |
|
The documentation for this class was generated from the following file: