TypeScript API Documentation for GSTREAMER
API Version: 1.0
Library Version: 1.26.10
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 1.18
Atomically modifies a pointer to point to a new structure. The Gst.Structure oldstr_ptr is pointing to is freed and newstr is taken ownership over.
oldstr_ptr
newstr
Either newstr and the value pointed to by oldstr_ptr may be null.
null
It is a programming error if both newstr and the value pointed to by oldstr_ptr refer to the same, non-null structure.
Optional
pointer to a place of a Gst.Structure to take
a new Gst.Structure
true if newstr was different from oldstr_ptr
true
1.18
Atomically modifies a pointer to point to a new structure. The Gst.Structure
oldstr_ptris pointing to is freed andnewstris taken ownership over.Either
newstrand the value pointed to byoldstr_ptrmay benull.It is a programming error if both
newstrand the value pointed to byoldstr_ptrrefer to the same, non-nullstructure.