H265ParameterSetGetMetrics Method |
Calculates the metrics contained in the H.264 parameter-set.
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public H265Metrics GetMetrics()
Public Function GetMetrics As H265Metrics
public:
H265Metrics^ GetMetrics()
member GetMetrics : unit -> H265Metrics
Return Value
Type:
H265Metrics
Returns object of type H264Metrics, otherwise null.
See Also