set_has_internal_source


Description:

[ Version ( since = "1.18" ) ]
public bool set_has_internal_source (bool has_internal_source)

Sets has_internal_source for the element.

If this is set to false, this method will also set the in_point of the element to 0 and its max_duration to CLOCK_TIME_NONE.

Parameters:

this

A TrackElement

has_internal_source

Whether the this should be allowed to have its 'internal time' properties set.

Returns:

false if has_internal_source is forbidden for this and true in any other case.