H264MotionEstimation Enumeration |
Define the type of motion estimation techniques.
Namespace: StreamCoders.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic enum H264MotionEstimation
Public Enumeration H264MotionEstimation
public enum class H264MotionEstimation
type H264MotionEstimation
Members
| Member name | Value | Description |
---|
| Full | 0 | |
| Classical | 1 | |
| Log | 2 | |
| EnhancedPredictiveZonalSearch | 3 | |
| FullOrthogonal | 4 | |
| Orthogonal | 5 | |
| TreeBased | 6 | |
See Also