mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
11 lines
270 B
C#
11 lines
270 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; }
|
|
}
|
|
|
|
}
|