Share via


ISqm.SetStreamParameters method

Namespace:  Microsoft.Office.Web.Conversion.ViewerInterface
Assembly:  Microsoft.Office.Server.Conversion.ViewerInterface (in Microsoft.Office.Server.Conversion.ViewerInterface.dll)

Syntax

'Declaration
Function SetStreamParameters ( _
    datapoint As UInteger, _
    maxElements As UInteger, _
    preAllocateMax As Boolean, _
    width As UShort, _
    streamType As SqmStreamType _
) As Boolean
'Usage
Dim instance As ISqm
Dim datapoint As UInteger
Dim maxElements As UInteger
Dim preAllocateMax As Boolean
Dim width As UShort
Dim streamType As SqmStreamType
Dim returnValue As Boolean

returnValue = instance.SetStreamParameters(datapoint, _
    maxElements, preAllocateMax, width, _
    streamType)
bool SetStreamParameters(
    uint datapoint,
    uint maxElements,
    bool preAllocateMax,
    ushort width,
    SqmStreamType streamType
)

Parameters

Return value

Type: System.Boolean

See also

Reference

ISqm interface

ISqm members

Microsoft.Office.Web.Conversion.ViewerInterface namespace