Api - 1.0 - PMSegmentClip

Class/Struct that holds segment time information

-- CODE language-cs --[Unity C#]
public class PMSegmentClip
{
    public float start_time;
    public float end_time;
}

-- CODE language-cpp --[Unreal C++]
Not available yet ...