Win32 API 日本語リファレンス
ホームMedia.DirectShow › DVD_OPTION_FLAG

DVD_OPTION_FLAG

列挙型
基底型i4

メンバー 19

名前10進16進
DVD_ResetOnStop10x1
DVD_NotifyParentalLevelChange20x2
DVD_HMSF_TimeCodeEvents30x3
DVD_AudioDuringFFwdRew40x4
DVD_EnableNonblockingAPIs50x5
DVD_CacheSizeInMB60x6
DVD_EnablePortableBookmarks70x7
DVD_EnableExtendedCopyProtectErrors80x8
DVD_NotifyPositionChange90x9
DVD_IncreaseOutputControl100xA
DVD_EnableStreaming110xB
DVD_EnableESOutput120xC
DVD_EnableTitleLength130xD
DVD_DisableStillThrottle140xE
DVD_EnableLoggingEvents150xF
DVD_MaxReadBurstInKB160x10
DVD_ReadBurstPeriodInMS170x11
DVD_RestartDisc180x12
DVD_EnableCC190x13

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum DVD_OPTION_FLAG : int {
    DVD_ResetOnStop = 1,
    DVD_NotifyParentalLevelChange = 2,
    DVD_HMSF_TimeCodeEvents = 3,
    DVD_AudioDuringFFwdRew = 4,
    DVD_EnableNonblockingAPIs = 5,
    DVD_CacheSizeInMB = 6,
    DVD_EnablePortableBookmarks = 7,
    DVD_EnableExtendedCopyProtectErrors = 8,
    DVD_NotifyPositionChange = 9,
    DVD_IncreaseOutputControl = 10,
    DVD_EnableStreaming = 11,
    DVD_EnableESOutput = 12,
    DVD_EnableTitleLength = 13,
    DVD_DisableStillThrottle = 14,
    DVD_EnableLoggingEvents = 15,
    DVD_MaxReadBurstInKB = 16,
    DVD_ReadBurstPeriodInMS = 17,
    DVD_RestartDisc = 18,
    DVD_EnableCC = 19
} DVD_OPTION_FLAG;
public enum DVD_OPTION_FLAG : int
{
    DVD_ResetOnStop = 1,
    DVD_NotifyParentalLevelChange = 2,
    DVD_HMSF_TimeCodeEvents = 3,
    DVD_AudioDuringFFwdRew = 4,
    DVD_EnableNonblockingAPIs = 5,
    DVD_CacheSizeInMB = 6,
    DVD_EnablePortableBookmarks = 7,
    DVD_EnableExtendedCopyProtectErrors = 8,
    DVD_NotifyPositionChange = 9,
    DVD_IncreaseOutputControl = 10,
    DVD_EnableStreaming = 11,
    DVD_EnableESOutput = 12,
    DVD_EnableTitleLength = 13,
    DVD_DisableStillThrottle = 14,
    DVD_EnableLoggingEvents = 15,
    DVD_MaxReadBurstInKB = 16,
    DVD_ReadBurstPeriodInMS = 17,
    DVD_RestartDisc = 18,
    DVD_EnableCC = 19,
}
Public Enum DVD_OPTION_FLAG As Integer
    DVD_ResetOnStop = 1
    DVD_NotifyParentalLevelChange = 2
    DVD_HMSF_TimeCodeEvents = 3
    DVD_AudioDuringFFwdRew = 4
    DVD_EnableNonblockingAPIs = 5
    DVD_CacheSizeInMB = 6
    DVD_EnablePortableBookmarks = 7
    DVD_EnableExtendedCopyProtectErrors = 8
    DVD_NotifyPositionChange = 9
    DVD_IncreaseOutputControl = 10
    DVD_EnableStreaming = 11
    DVD_EnableESOutput = 12
    DVD_EnableTitleLength = 13
    DVD_DisableStillThrottle = 14
    DVD_EnableLoggingEvents = 15
    DVD_MaxReadBurstInKB = 16
    DVD_ReadBurstPeriodInMS = 17
    DVD_RestartDisc = 18
    DVD_EnableCC = 19
End Enum
import enum

class DVD_OPTION_FLAG(enum.IntEnum):
    DVD_ResetOnStop = 1
    DVD_NotifyParentalLevelChange = 2
    DVD_HMSF_TimeCodeEvents = 3
    DVD_AudioDuringFFwdRew = 4
    DVD_EnableNonblockingAPIs = 5
    DVD_CacheSizeInMB = 6
    DVD_EnablePortableBookmarks = 7
    DVD_EnableExtendedCopyProtectErrors = 8
    DVD_NotifyPositionChange = 9
    DVD_IncreaseOutputControl = 10
    DVD_EnableStreaming = 11
    DVD_EnableESOutput = 12
    DVD_EnableTitleLength = 13
    DVD_DisableStillThrottle = 14
    DVD_EnableLoggingEvents = 15
    DVD_MaxReadBurstInKB = 16
    DVD_ReadBurstPeriodInMS = 17
    DVD_RestartDisc = 18
    DVD_EnableCC = 19
// DVD_OPTION_FLAG
pub const DVD_ResetOnStop: i32 = 1;
pub const DVD_NotifyParentalLevelChange: i32 = 2;
pub const DVD_HMSF_TimeCodeEvents: i32 = 3;
pub const DVD_AudioDuringFFwdRew: i32 = 4;
pub const DVD_EnableNonblockingAPIs: i32 = 5;
pub const DVD_CacheSizeInMB: i32 = 6;
pub const DVD_EnablePortableBookmarks: i32 = 7;
pub const DVD_EnableExtendedCopyProtectErrors: i32 = 8;
pub const DVD_NotifyPositionChange: i32 = 9;
pub const DVD_IncreaseOutputControl: i32 = 10;
pub const DVD_EnableStreaming: i32 = 11;
pub const DVD_EnableESOutput: i32 = 12;
pub const DVD_EnableTitleLength: i32 = 13;
pub const DVD_DisableStillThrottle: i32 = 14;
pub const DVD_EnableLoggingEvents: i32 = 15;
pub const DVD_MaxReadBurstInKB: i32 = 16;
pub const DVD_ReadBurstPeriodInMS: i32 = 17;
pub const DVD_RestartDisc: i32 = 18;
pub const DVD_EnableCC: i32 = 19;
// DVD_OPTION_FLAG
const (
	DVD_ResetOnStop int32 = 1
	DVD_NotifyParentalLevelChange int32 = 2
	DVD_HMSF_TimeCodeEvents int32 = 3
	DVD_AudioDuringFFwdRew int32 = 4
	DVD_EnableNonblockingAPIs int32 = 5
	DVD_CacheSizeInMB int32 = 6
	DVD_EnablePortableBookmarks int32 = 7
	DVD_EnableExtendedCopyProtectErrors int32 = 8
	DVD_NotifyPositionChange int32 = 9
	DVD_IncreaseOutputControl int32 = 10
	DVD_EnableStreaming int32 = 11
	DVD_EnableESOutput int32 = 12
	DVD_EnableTitleLength int32 = 13
	DVD_DisableStillThrottle int32 = 14
	DVD_EnableLoggingEvents int32 = 15
	DVD_MaxReadBurstInKB int32 = 16
	DVD_ReadBurstPeriodInMS int32 = 17
	DVD_RestartDisc int32 = 18
	DVD_EnableCC int32 = 19
)
const
  DVD_ResetOnStop = 1;
  DVD_NotifyParentalLevelChange = 2;
  DVD_HMSF_TimeCodeEvents = 3;
  DVD_AudioDuringFFwdRew = 4;
  DVD_EnableNonblockingAPIs = 5;
  DVD_CacheSizeInMB = 6;
  DVD_EnablePortableBookmarks = 7;
  DVD_EnableExtendedCopyProtectErrors = 8;
  DVD_NotifyPositionChange = 9;
  DVD_IncreaseOutputControl = 10;
  DVD_EnableStreaming = 11;
  DVD_EnableESOutput = 12;
  DVD_EnableTitleLength = 13;
  DVD_DisableStillThrottle = 14;
  DVD_EnableLoggingEvents = 15;
  DVD_MaxReadBurstInKB = 16;
  DVD_ReadBurstPeriodInMS = 17;
  DVD_RestartDisc = 18;
  DVD_EnableCC = 19;
// DVD_OPTION_FLAG
pub const DVD_ResetOnStop: i32 = 1;
pub const DVD_NotifyParentalLevelChange: i32 = 2;
pub const DVD_HMSF_TimeCodeEvents: i32 = 3;
pub const DVD_AudioDuringFFwdRew: i32 = 4;
pub const DVD_EnableNonblockingAPIs: i32 = 5;
pub const DVD_CacheSizeInMB: i32 = 6;
pub const DVD_EnablePortableBookmarks: i32 = 7;
pub const DVD_EnableExtendedCopyProtectErrors: i32 = 8;
pub const DVD_NotifyPositionChange: i32 = 9;
pub const DVD_IncreaseOutputControl: i32 = 10;
pub const DVD_EnableStreaming: i32 = 11;
pub const DVD_EnableESOutput: i32 = 12;
pub const DVD_EnableTitleLength: i32 = 13;
pub const DVD_DisableStillThrottle: i32 = 14;
pub const DVD_EnableLoggingEvents: i32 = 15;
pub const DVD_MaxReadBurstInKB: i32 = 16;
pub const DVD_ReadBurstPeriodInMS: i32 = 17;
pub const DVD_RestartDisc: i32 = 18;
pub const DVD_EnableCC: i32 = 19;
const
  DVD_ResetOnStop* = 1
  DVD_NotifyParentalLevelChange* = 2
  DVD_HMSF_TimeCodeEvents* = 3
  DVD_AudioDuringFFwdRew* = 4
  DVD_EnableNonblockingAPIs* = 5
  DVD_CacheSizeInMB* = 6
  DVD_EnablePortableBookmarks* = 7
  DVD_EnableExtendedCopyProtectErrors* = 8
  DVD_NotifyPositionChange* = 9
  DVD_IncreaseOutputControl* = 10
  DVD_EnableStreaming* = 11
  DVD_EnableESOutput* = 12
  DVD_EnableTitleLength* = 13
  DVD_DisableStillThrottle* = 14
  DVD_EnableLoggingEvents* = 15
  DVD_MaxReadBurstInKB* = 16
  DVD_ReadBurstPeriodInMS* = 17
  DVD_RestartDisc* = 18
  DVD_EnableCC* = 19
enum DVD_OPTION_FLAG : int {
    DVD_ResetOnStop = 1,
    DVD_NotifyParentalLevelChange = 2,
    DVD_HMSF_TimeCodeEvents = 3,
    DVD_AudioDuringFFwdRew = 4,
    DVD_EnableNonblockingAPIs = 5,
    DVD_CacheSizeInMB = 6,
    DVD_EnablePortableBookmarks = 7,
    DVD_EnableExtendedCopyProtectErrors = 8,
    DVD_NotifyPositionChange = 9,
    DVD_IncreaseOutputControl = 10,
    DVD_EnableStreaming = 11,
    DVD_EnableESOutput = 12,
    DVD_EnableTitleLength = 13,
    DVD_DisableStillThrottle = 14,
    DVD_EnableLoggingEvents = 15,
    DVD_MaxReadBurstInKB = 16,
    DVD_ReadBurstPeriodInMS = 17,
    DVD_RestartDisc = 18,
    DVD_EnableCC = 19,
}
#define global DVD_ResetOnStop                     0x1
#define global DVD_NotifyParentalLevelChange       0x2
#define global DVD_HMSF_TimeCodeEvents             0x3
#define global DVD_AudioDuringFFwdRew              0x4
#define global DVD_EnableNonblockingAPIs           0x5
#define global DVD_CacheSizeInMB                   0x6
#define global DVD_EnablePortableBookmarks         0x7
#define global DVD_EnableExtendedCopyProtectErrors 0x8
#define global DVD_NotifyPositionChange            0x9
#define global DVD_IncreaseOutputControl           0xA
#define global DVD_EnableStreaming                 0xB
#define global DVD_EnableESOutput                  0xC
#define global DVD_EnableTitleLength               0xD
#define global DVD_DisableStillThrottle            0xE
#define global DVD_EnableLoggingEvents             0xF
#define global DVD_MaxReadBurstInKB                0x10
#define global DVD_ReadBurstPeriodInMS             0x11
#define global DVD_RestartDisc                     0x12
#define global DVD_EnableCC                        0x13