Caps.getStructure

Finds the structure in caps that has the index index, and returns it. WARNING: This function takes a const GstCaps *, but returns a non-const GstStructure *. This is for programming convenience -- the caller should be aware that structures inside a constant GstCaps should not be modified.

class Caps
getStructure
(
uint index
)

Parameters

index uint

the index of the structure

Return Value

Type: Structure

a pointer to the GstStructure corresponding to index

Meta