Message.parseProgress

Parses the progress type, code and text.

class Message
void
parseProgress
(,
out string code
,
out string text
)

Parameters

type GstProgressType

location for the type. out[allow-none]

code string

location for the code. out[allow-none][transfer full]

text string

location for the text. out[allow-none][transfer full]

Meta