17 lines
409 B
C#
17 lines
409 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using skyscraper5.Scte35.Descriptors;
|
|
|
|
namespace skyscraper5.Scte35
|
|
{
|
|
public class Scte35DescriptorCollection
|
|
{
|
|
public AvailDescriptor availDescriptor;
|
|
public SegmentationDescriptor segmentationDescriptor;
|
|
public _0x03_TimeDescriptor timeDescriptor;
|
|
}
|
|
}
|