Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownGrpcExtensionDataTransferMode

Package version

Known values of GrpcExtensionDataTransferMode that the service accepts.

Index

Enumeration members

Enumeration members

Embedded

Embedded: = "embedded"

Media samples are embedded into the gRPC messages. This mode is less efficient but it requires a simpler implementations and can be used with plugins which are not on the same node as the Video Analyzer module.

SharedMemory

SharedMemory: = "sharedMemory"

Media samples are made available through shared memory. This mode enables efficient data transfers but it requires that the extension plugin to be co-located on the same node and sharing the same shared memory space.

Generated using TypeDoc