示例#1
0
        public WirecastShot GetShotByOneBasedIndex(int index)
        {
            int shot_id = ShotIDByIndex(index);

            return(_wirecastDocument.ShotByShotID(shot_id));
        }