TypeFindFactory.getExtensions

Gets the extensions associated with a GstTypeFindFactory. The returned array should not be changed. If you need to change stuff in it, you should copy it using g_strdupv(). This function may return NULL to indicate a 0-length list.

class TypeFindFactory
string[]
getExtensions
()

Return Value

Type: string[]

a NULL-terminated array of extensions associated with this factory. [transfer none][array zero-terminated=1][element-type utf8]

Meta