Get the buffer list associated with sample
the buffer list of sample or null when there is no buffer list. The buffer list remains valid as long as sample is valid. If you need to hold on to it for longer than that, take a ref to the buffer list with gst_mini_object_ref ().
Get extra information associated with sample.
the extra info of sample. The info remains valid as long as sample is valid.
Get the segment associated with sample
the segment of sample. The segment remains valid as long as sample is valid.
Set the buffer list associated with sample. sample must be writable.
Set the info structure associated with sample. sample must be writable,
and info must not have a parent set already.
Set the segment associated with sample. sample must be writable.
Staticnew
A Gst.Sample is a small object containing data, a type, timing and extra arbitrary information.