ElementFactory.getUriProtocols

Gets a NULL-terminated array of protocols this element supports or NULL if no protocols are supported. You may not change the contents of the returned array, as it is still owned by the element factory. Use g_strdupv() to make a copy of the protocol string array if you need to.

class ElementFactory
string[]
getUriProtocols
()

Return Value

Type: string[]

the supported protocols or NULL. [transfer none][array zero-terminated=1]

Meta