BaseParse.convertDefault

Default implementation of #GstBaseParseClass.convert().

class BaseParse
bool
convertDefault
(
GstFormat srcFormat
,,
GstFormat destFormat
,
out long destValue
)

Parameters

srcFormat GstFormat

#GstFormat describing the source format.

srcValue long

Source value to be converted.

destFormat GstFormat

#GstFormat defining the converted format.

destValue long

Pointer where the conversion result will be put.

Return Value

Type: bool

%TRUE if conversion was successful.

Meta