Zao SDK for Jetson / libzep API Reference
Loading...
Searching...
No Matches
Public Types | List of all members
zep::NvSourceCallbackInterface Class Reference

NVIDIA Multimedia API for video source functionality. callback interface. More...

#include <NvSourceInterface.hpp>

Collaboration diagram for zep::NvSourceCallbackInterface:
Collaboration graph
[legend]

Public Types

enum class  EventType {
  kUnknown = 0 , kDisconnected , kDisconnected , kUnlinked ,
  kFailedFormatNegotiation , OnNotifySourceEvent
}
 Event Type. More...
 

Detailed Description

NVIDIA Multimedia API for video source functionality. callback interface.

Member Enumeration Documentation

◆ 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
formatRequested format.
Return values
trueThe proposed format is acceptable (a decision will be made).
falseThe format presented is unacceptable (readjust).
Note
GetDecidedFormat() returns false in this callback.

Callback called when an error or other event occurs.

Parameters
typeType of event
messageAdditional message

The documentation for this class was generated from the following file: