ObjectGst.setNamePrefix

Sets the name prefix of object to name_prefix. This function makes a copy of the provided name prefix, so the caller retains ownership of the name prefix it sent. MT safe. This function grabs and releases object's LOCK.

class ObjectGst
void
setNamePrefix
(
string namePrefix
)

Parameters

namePrefix string

new name prefix of object

Meta