Initializes a new instance of the EncoderParameter class with the specified Encoder object and a pair of 64-bit integers. The pair of integers represents a range of integers, the first integer being the smallest number in the range, and the second integer being the largest number in the range. Sets the ValueType property to ValueTypeLongRange, and sets the NumberOfValues property to 1.
Public Sub New ( _ encoder As Encoder, _ rangebegin As Long, _ rangeend As Long _ )
public EncoderParameter( Encoder encoder, long rangebegin, long rangeend )
public: EncoderParameter( Encoder^ encoder, long long rangebegin, long long rangeend )
new : encoder:Encoder * rangebegin:int64 * rangeend:int64 -> EncoderParameter
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2