mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 11:42:36 +01:00
10 lines
269 B
C#
10 lines
269 B
C#
namespace Nikse.SubtitleEdit.Core.TransportStream
|
|
{
|
|
public class PageCompositionSegmentRegion
|
|
{
|
|
public int RegionId { get; set; }
|
|
public int RegionHorizontalAddress { get; set; }
|
|
public int RegionVerticalAddress { get; set; }
|
|
}
|
|
|
|
} |