BluRay playlist (mpls) files support

This commit is contained in:
Grigory Chudov
2018-02-14 21:54:03 -05:00
parent 10ae35de4c
commit f2ff167483
7 changed files with 514 additions and 6 deletions

View File

@@ -12,6 +12,9 @@ namespace CUETools.Codecs.BDLPCM
}
[Browsable(false)]
public string Stream { get; set; }
public int? Stream { get; set; }
[Browsable(false)]
public ushort? Pid { get; set; }
}
}