ホーム › Media.DirectShow › DVD_SUBPICTURE_LANG_EXT
DVD_SUBPICTURE_LANG_EXT
列挙型メンバー 11
| 名前 | 10進 | 16進 | 説明 |
|---|---|---|---|
| DVD_SP_EXT_NotSpecified | 0 | 0x0 | 言語拡張が存在しないことを示します。 |
| DVD_SP_EXT_Caption_Normal | 1 | 0x1 | 指定されたストリームに通常のキャプションが含まれることを示します。 |
| DVD_SP_EXT_Caption_Big | 2 | 0x2 | 指定されたストリームに大きいサイズのキャプションが含まれることを示します。 |
| DVD_SP_EXT_Caption_Children | 3 | 0x3 | 指定されたストリームに子供向けのキャプションが含まれることを示します。 |
| DVD_SP_EXT_CC_Normal | 5 | 0x5 | 指定されたストリームに通常のクローズド キャプションが含まれることを示します。 |
| DVD_SP_EXT_CC_Big | 6 | 0x6 | 指定されたストリームに大きいサイズのクローズド キャプションが含まれることを示します。 |
| DVD_SP_EXT_CC_Children | 7 | 0x7 | 指定されたストリームに子供向けのクローズド キャプションが含まれることを示します。 |
| DVD_SP_EXT_Forced | 9 | 0x9 | サブピクチャー ストリームが強制的に有効化されていることを示します。つまり、アプリケーションからオフにすることはできません。 |
| DVD_SP_EXT_DirectorComments_Normal | 13 | 0xD | 指定されたストリームに通常サイズの監督コメントが含まれることを示します。 |
| DVD_SP_EXT_DirectorComments_Big | 14 | 0xE | 指定されたストリームに大きいサイズの監督コメントが含まれることを示します。 |
| DVD_SP_EXT_DirectorComments_Children | 15 | 0xF | 指定されたストリームに子供向けの監督コメントが含まれることを示します。 |
公式ドキュメント
[このページに関連する機能である DirectShow はレガシー機能です。これは MediaPlayer、IMFMediaEngine、および Audio/Video Capture in Media Foundation に置き換えられました。これらの機能は Windows 10 および Windows 11 向けに最適化されています。Microsoft は、可能な場合は新しいコードで DirectShow ではなく MediaPlayer、IMFMediaEngine、Audio/Video Capture in Media Foundation を使用することを強く推奨します。また、レガシー API を使用している既存のコードについても、可能であれば新しい API を使用するように書き換えることを推奨します。]
指定されたサブピクチャー ストリームで使用できる言語拡張を定義します。
出典・ライセンス: 上記「公式ドキュメント」の内容は Microsoft の Win32 API ドキュメント(MicrosoftDocs/sdk-api)を日本語に翻訳・改変したものです。© Microsoft Corporation. CC BY 4.0 で提供。
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum DVD_SUBPICTURE_LANG_EXT : int {
DVD_SP_EXT_NotSpecified = 0,
DVD_SP_EXT_Caption_Normal = 1,
DVD_SP_EXT_Caption_Big = 2,
DVD_SP_EXT_Caption_Children = 3,
DVD_SP_EXT_CC_Normal = 5,
DVD_SP_EXT_CC_Big = 6,
DVD_SP_EXT_CC_Children = 7,
DVD_SP_EXT_Forced = 9,
DVD_SP_EXT_DirectorComments_Normal = 13,
DVD_SP_EXT_DirectorComments_Big = 14,
DVD_SP_EXT_DirectorComments_Children = 15
} DVD_SUBPICTURE_LANG_EXT;public enum DVD_SUBPICTURE_LANG_EXT : int
{
DVD_SP_EXT_NotSpecified = 0,
DVD_SP_EXT_Caption_Normal = 1,
DVD_SP_EXT_Caption_Big = 2,
DVD_SP_EXT_Caption_Children = 3,
DVD_SP_EXT_CC_Normal = 5,
DVD_SP_EXT_CC_Big = 6,
DVD_SP_EXT_CC_Children = 7,
DVD_SP_EXT_Forced = 9,
DVD_SP_EXT_DirectorComments_Normal = 13,
DVD_SP_EXT_DirectorComments_Big = 14,
DVD_SP_EXT_DirectorComments_Children = 15,
}Public Enum DVD_SUBPICTURE_LANG_EXT As Integer
DVD_SP_EXT_NotSpecified = 0
DVD_SP_EXT_Caption_Normal = 1
DVD_SP_EXT_Caption_Big = 2
DVD_SP_EXT_Caption_Children = 3
DVD_SP_EXT_CC_Normal = 5
DVD_SP_EXT_CC_Big = 6
DVD_SP_EXT_CC_Children = 7
DVD_SP_EXT_Forced = 9
DVD_SP_EXT_DirectorComments_Normal = 13
DVD_SP_EXT_DirectorComments_Big = 14
DVD_SP_EXT_DirectorComments_Children = 15
End Enumimport enum
class DVD_SUBPICTURE_LANG_EXT(enum.IntEnum):
DVD_SP_EXT_NotSpecified = 0
DVD_SP_EXT_Caption_Normal = 1
DVD_SP_EXT_Caption_Big = 2
DVD_SP_EXT_Caption_Children = 3
DVD_SP_EXT_CC_Normal = 5
DVD_SP_EXT_CC_Big = 6
DVD_SP_EXT_CC_Children = 7
DVD_SP_EXT_Forced = 9
DVD_SP_EXT_DirectorComments_Normal = 13
DVD_SP_EXT_DirectorComments_Big = 14
DVD_SP_EXT_DirectorComments_Children = 15// DVD_SUBPICTURE_LANG_EXT
pub const DVD_SP_EXT_NotSpecified: i32 = 0;
pub const DVD_SP_EXT_Caption_Normal: i32 = 1;
pub const DVD_SP_EXT_Caption_Big: i32 = 2;
pub const DVD_SP_EXT_Caption_Children: i32 = 3;
pub const DVD_SP_EXT_CC_Normal: i32 = 5;
pub const DVD_SP_EXT_CC_Big: i32 = 6;
pub const DVD_SP_EXT_CC_Children: i32 = 7;
pub const DVD_SP_EXT_Forced: i32 = 9;
pub const DVD_SP_EXT_DirectorComments_Normal: i32 = 13;
pub const DVD_SP_EXT_DirectorComments_Big: i32 = 14;
pub const DVD_SP_EXT_DirectorComments_Children: i32 = 15;// DVD_SUBPICTURE_LANG_EXT
const (
DVD_SP_EXT_NotSpecified int32 = 0
DVD_SP_EXT_Caption_Normal int32 = 1
DVD_SP_EXT_Caption_Big int32 = 2
DVD_SP_EXT_Caption_Children int32 = 3
DVD_SP_EXT_CC_Normal int32 = 5
DVD_SP_EXT_CC_Big int32 = 6
DVD_SP_EXT_CC_Children int32 = 7
DVD_SP_EXT_Forced int32 = 9
DVD_SP_EXT_DirectorComments_Normal int32 = 13
DVD_SP_EXT_DirectorComments_Big int32 = 14
DVD_SP_EXT_DirectorComments_Children int32 = 15
)const
DVD_SP_EXT_NotSpecified = 0;
DVD_SP_EXT_Caption_Normal = 1;
DVD_SP_EXT_Caption_Big = 2;
DVD_SP_EXT_Caption_Children = 3;
DVD_SP_EXT_CC_Normal = 5;
DVD_SP_EXT_CC_Big = 6;
DVD_SP_EXT_CC_Children = 7;
DVD_SP_EXT_Forced = 9;
DVD_SP_EXT_DirectorComments_Normal = 13;
DVD_SP_EXT_DirectorComments_Big = 14;
DVD_SP_EXT_DirectorComments_Children = 15;// DVD_SUBPICTURE_LANG_EXT
pub const DVD_SP_EXT_NotSpecified: i32 = 0;
pub const DVD_SP_EXT_Caption_Normal: i32 = 1;
pub const DVD_SP_EXT_Caption_Big: i32 = 2;
pub const DVD_SP_EXT_Caption_Children: i32 = 3;
pub const DVD_SP_EXT_CC_Normal: i32 = 5;
pub const DVD_SP_EXT_CC_Big: i32 = 6;
pub const DVD_SP_EXT_CC_Children: i32 = 7;
pub const DVD_SP_EXT_Forced: i32 = 9;
pub const DVD_SP_EXT_DirectorComments_Normal: i32 = 13;
pub const DVD_SP_EXT_DirectorComments_Big: i32 = 14;
pub const DVD_SP_EXT_DirectorComments_Children: i32 = 15;const
DVD_SP_EXT_NotSpecified* = 0
DVD_SP_EXT_Caption_Normal* = 1
DVD_SP_EXT_Caption_Big* = 2
DVD_SP_EXT_Caption_Children* = 3
DVD_SP_EXT_CC_Normal* = 5
DVD_SP_EXT_CC_Big* = 6
DVD_SP_EXT_CC_Children* = 7
DVD_SP_EXT_Forced* = 9
DVD_SP_EXT_DirectorComments_Normal* = 13
DVD_SP_EXT_DirectorComments_Big* = 14
DVD_SP_EXT_DirectorComments_Children* = 15enum DVD_SUBPICTURE_LANG_EXT : int {
DVD_SP_EXT_NotSpecified = 0,
DVD_SP_EXT_Caption_Normal = 1,
DVD_SP_EXT_Caption_Big = 2,
DVD_SP_EXT_Caption_Children = 3,
DVD_SP_EXT_CC_Normal = 5,
DVD_SP_EXT_CC_Big = 6,
DVD_SP_EXT_CC_Children = 7,
DVD_SP_EXT_Forced = 9,
DVD_SP_EXT_DirectorComments_Normal = 13,
DVD_SP_EXT_DirectorComments_Big = 14,
DVD_SP_EXT_DirectorComments_Children = 15,
}#define global DVD_SP_EXT_NotSpecified 0x0
#define global DVD_SP_EXT_Caption_Normal 0x1
#define global DVD_SP_EXT_Caption_Big 0x2
#define global DVD_SP_EXT_Caption_Children 0x3
#define global DVD_SP_EXT_CC_Normal 0x5
#define global DVD_SP_EXT_CC_Big 0x6
#define global DVD_SP_EXT_CC_Children 0x7
#define global DVD_SP_EXT_Forced 0x9
#define global DVD_SP_EXT_DirectorComments_Normal 0xD
#define global DVD_SP_EXT_DirectorComments_Big 0xE
#define global DVD_SP_EXT_DirectorComments_Children 0xF