mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
9 lines
213 B
C#
9 lines
213 B
C#
public enum EPlaybackOutputSupport
|
|
{
|
|
ePlaybackOutputSupportHDDigital = 4,
|
|
ePlaybackOutputSupportHDAnalog = 3,
|
|
ePlaybackOutputSupportSD = 2,
|
|
ePlaybackOutputSupportNone = 1,
|
|
ePlaybackOutputSupportUnknown = 0
|
|
}
|