restriction_caps


Description:

public Caps restriction_caps { owned get; set; }

The capabilities that specifies the final output format of the Track.

For example, for a video track, it would specify the height, width, framerate and other properties of the stream.

You may change this property after the track has been added to a Timeline , but it must remain compatible with the track's caps.

Default value: GST_CAPS_ANY.