MediaGraphGrpcExtensionDataTransferMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
How frame data should be transmitted to the inference engine.
public readonly struct MediaGraphGrpcExtensionDataTransferMode : IEquatable<Azure.Media.Analytics.Edge.Models.MediaGraphGrpcExtensionDataTransferMode>
type MediaGraphGrpcExtensionDataTransferMode = struct
Public Structure MediaGraphGrpcExtensionDataTransferMode
Implements IEquatable(Of MediaGraphGrpcExtensionDataTransferMode)
- Inheritance
-
MediaGraphGrpcExtensionDataTransferMode
- Implements
Constructors
MediaGraphGrpcExtensionDataTransferMode(String) |
Determines if two MediaGraphGrpcExtensionDataTransferMode values are the same. |
Properties
Embedded |
Frames are transferred embedded into the gRPC messages. |
SharedMemory |
Frames are transferred through shared memory. |
Methods
Equals(MediaGraphGrpcExtensionDataTransferMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MediaGraphGrpcExtensionDataTransferMode, MediaGraphGrpcExtensionDataTransferMode) |
Determines if two MediaGraphGrpcExtensionDataTransferMode values are the same. |
Implicit(String to MediaGraphGrpcExtensionDataTransferMode) |
Converts a string to a MediaGraphGrpcExtensionDataTransferMode. |
Inequality(MediaGraphGrpcExtensionDataTransferMode, MediaGraphGrpcExtensionDataTransferMode) |
Determines if two MediaGraphGrpcExtensionDataTransferMode values are not the same. |
Applies to
Azure SDK for .NET