feature: Segment end offset

This commit is contained in:
2026-04-21 17:25:48 +08:00
parent e46c324ac5
commit f38103d2dc
15 changed files with 59 additions and 34 deletions
@@ -65,6 +65,12 @@ namespace OCES.Audio
Start,
SameAsCurrentSegment,
}
public enum SyncSegment
{
Start,
LastPlayedSegment,
}
public interface IBinarySerializable
{