pyobjc-framework-DVDPlayback 11.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- DVDPlayback/__init__.py +34 -0
- DVDPlayback/_metadata.py +382 -0
- pyobjc_framework_DVDPlayback-11.0.dist-info/METADATA +56 -0
- pyobjc_framework_DVDPlayback-11.0.dist-info/RECORD +7 -0
- pyobjc_framework_DVDPlayback-11.0.dist-info/WHEEL +6 -0
- pyobjc_framework_DVDPlayback-11.0.dist-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_DVDPlayback-11.0.dist-info/top_level.txt +1 -0
DVDPlayback/__init__.py
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Python mapping for the DVDPlayback framework.
|
|
3
|
+
|
|
4
|
+
This module does not contain docstrings for the wrapped code, check Apple's
|
|
5
|
+
documentation for details on how to use these functions and classes.
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
def _setup():
|
|
10
|
+
import sys
|
|
11
|
+
|
|
12
|
+
import Foundation
|
|
13
|
+
import objc
|
|
14
|
+
from . import _metadata
|
|
15
|
+
|
|
16
|
+
dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
|
|
17
|
+
name="DVDPlayback",
|
|
18
|
+
frameworkIdentifier="com.apple.dvdplayback",
|
|
19
|
+
frameworkPath=objc.pathForFramework(
|
|
20
|
+
"/System/Library/Frameworks/DVDPlayback.framework"
|
|
21
|
+
),
|
|
22
|
+
globals_dict=globals(),
|
|
23
|
+
inline_list=None,
|
|
24
|
+
parents=(Foundation,),
|
|
25
|
+
metadict=_metadata.__dict__,
|
|
26
|
+
)
|
|
27
|
+
|
|
28
|
+
globals()["__dir__"] = dir_func
|
|
29
|
+
globals()["__getattr__"] = getattr_func
|
|
30
|
+
|
|
31
|
+
del sys.modules["DVDPlayback._metadata"]
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
globals().pop("_setup")()
|
DVDPlayback/_metadata.py
ADDED
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
# This file is generated by objective.metadata
|
|
2
|
+
#
|
|
3
|
+
# Last update: Fri Nov 15 12:46:37 2024
|
|
4
|
+
#
|
|
5
|
+
# flake8: noqa
|
|
6
|
+
|
|
7
|
+
import objc, sys
|
|
8
|
+
from typing import NewType
|
|
9
|
+
|
|
10
|
+
if sys.maxsize > 2**32:
|
|
11
|
+
|
|
12
|
+
def sel32or64(a, b):
|
|
13
|
+
return b
|
|
14
|
+
|
|
15
|
+
else:
|
|
16
|
+
|
|
17
|
+
def sel32or64(a, b):
|
|
18
|
+
return a
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
if objc.arch == "arm64":
|
|
22
|
+
|
|
23
|
+
def selAorI(a, b):
|
|
24
|
+
return a
|
|
25
|
+
|
|
26
|
+
else:
|
|
27
|
+
|
|
28
|
+
def selAorI(a, b):
|
|
29
|
+
return b
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
misc = {}
|
|
33
|
+
constants = """$$"""
|
|
34
|
+
enums = """$kDVDAMGMDomain@5$kDVDAspectRatio16x9@3$kDVDAspectRatio4x3@1$kDVDAspectRatio4x3PanAndScan@2$kDVDAspectRatioLetterBox@4$kDVDAspectRatioUninitialized@0$kDVDAudioAC3Format@1$kDVDAudioDDPlusFormat@8$kDVDAudioDTSFormat@5$kDVDAudioDTSHDFormat@9$kDVDAudioExtensionCodeDirectorsComment1@3$kDVDAudioExtensionCodeDirectorsComment2@4$kDVDAudioExtensionCodeNVisualImpaired@2$kDVDAudioExtensionCodeNormalCaptions@1$kDVDAudioExtensionCodeNotSpecified@0$kDVDAudioMLPFormat@7$kDVDAudioMPEG1Format@2$kDVDAudioMPEG2Format@3$kDVDAudioModeProLogic@1$kDVDAudioModeSPDIF@2$kDVDAudioModeUninitialized@0$kDVDAudioPCMFormat@4$kDVDAudioSDDSFormat@6$kDVDAudioUnknownFormat@0$kDVDButtonIndexNone@-1$kDVDErrorAlreadyPlaying@-70006$kDVDErrorAuthentification@-70025$kDVDErrorDisplayAuthentification@-70034$kDVDErrorDontNeedWakeup@-70009$kDVDErrorGraphicsDevice@-70018$kDVDErrorInitializingLib@-70002$kDVDErrorInvalidBookmarkForMedia@-70032$kDVDErrorInvalidBookmarkSize@-70031$kDVDErrorInvalidBookmarkVersion@-70030$kDVDErrorInvalidRegionCode@-70020$kDVDErrorIsAlreadySleeping@-70008$kDVDErrorMismatchedRegionCode@-70022$kDVDErrorMissingDrive@-70012$kDVDErrorMissingGraphicsDevice@-70017$kDVDErrorNavigation@-70029$kDVDErrorNoAudioOutputDevice@-70027$kDVDErrorNoFatalErrCallBack@-70007$kDVDErrorNoMoreRegionSets@-70023$kDVDErrorNoValidBookmarkForLastPlay@-70033$kDVDErrorNoValidMedia@-70015$kDVDErrorNotAllowedDuringPlayback@-70004$kDVDErrorNotSupportedConfiguration@-70013$kDVDErrorNotSupportedFunction@-70014$kDVDErrorOutOfVideoMemory@-70026$kDVDErrorPlaybackOpen@-70019$kDVDErrorRgnMgrInstall@-70021$kDVDErrorSystem@-70028$kDVDErrorTimeOutOfRange@-70010$kDVDErrorUnassignedGrafPort@-70005$kDVDErrorUninitializedLib@-70003$kDVDErrorUnknown@-70001$kDVDErrorUserActionNoOp@-70011$kDVDErrorWrongParam@-70016$kDVDErrordRegionCodeUninitialized@-70024$kDVDEventAngle@4$kDVDEventAngleNumbers@23$kDVDEventAudioStream@5$kDVDEventAudioStreamNumbers@22$kDVDEventBitrate@9$kDVDEventCCInfo@25$kDVDEventChapterTime@26$kDVDEventDisplayMode@7$kDVDEventDomain@8$kDVDEventError@24$kDVDEventGPRM@18$kDVDEventMenuCalled@15$kDVDEventPGC@17$kDVDEventPTT@2$kDVDEventParental@16$kDVDEventPlayback@11$kDVDEventRegionMismatch@19$kDVDEventScanSpeed@14$kDVDEventStill@10$kDVDEventStreams@13$kDVDEventSubpictureStream@6$kDVDEventSubpictureStreamNumbers@21$kDVDEventTitle@1$kDVDEventTitleTime@20$kDVDEventValidUOP@3$kDVDEventVideoStandard@12$kDVDFPDomain@0$kDVDFormatNTSC@1$kDVDFormatNTSC_HDTV@3$kDVDFormatPAL@2$kDVDFormatPAL_HDTV@4$kDVDFormatUninitialized@0$kDVDLanguageCodeAbkhazian@1633820704$kDVDLanguageCodeAfar@1633755168$kDVDLanguageCodeAfrikaans@1634082848$kDVDLanguageCodeAlbanian@1936793632$kDVDLanguageCodeAmharic@1634541600$kDVDLanguageCodeArabic@1634869280$kDVDLanguageCodeArmenian@1752768544$kDVDLanguageCodeAssamese@1634934816$kDVDLanguageCodeAymara@1635328032$kDVDLanguageCodeAzerbaijani@1635393568$kDVDLanguageCodeBashkir@1650532384$kDVDLanguageCodeBasque@1702174752$kDVDLanguageCodeBengali@1651384352$kDVDLanguageCodeBhutani@1685725216$kDVDLanguageCodeBihari@1650991136$kDVDLanguageCodeBislama@1651056672$kDVDLanguageCodeBreton@1651646496$kDVDLanguageCodeBulgarian@1650925600$kDVDLanguageCodeBurmese@1836654624$kDVDLanguageCodeByelorussian@1650794528$kDVDLanguageCodeCambodian@1802313760$kDVDLanguageCodeCatalan@1667309600$kDVDLanguageCodeChinese@2053644320$kDVDLanguageCodeCorsican@1668227104$kDVDLanguageCodeCroatian@1752309792$kDVDLanguageCodeCzech@1668489248$kDVDLanguageCodeDanish@1684086816$kDVDLanguageCodeDutch@1852579872$kDVDLanguageCodeEnglish@1701716000$kDVDLanguageCodeEsperanto@1701781536$kDVDLanguageCodeEstonian@1702109216$kDVDLanguageCodeFaeroese@1718558752$kDVDLanguageCodeFiji@1718231072$kDVDLanguageCodeFinnish@1718165536$kDVDLanguageCodeFrench@1718755360$kDVDLanguageCodeFrisian@1719214112$kDVDLanguageCodeGalician@1735139360$kDVDLanguageCodeGeorgian@1801527328$kDVDLanguageCodeGerman@1684348960$kDVDLanguageCodeGreek@1701584928$kDVDLanguageCodeGreenlandic@1802248224$kDVDLanguageCodeGuarani@1735270432$kDVDLanguageCodeGujarati@1735729184$kDVDLanguageCodeHausa@1751195680$kDVDLanguageCodeHebrew@1769414688$kDVDLanguageCodeHindi@1751719968$kDVDLanguageCodeHungarian@1752506400$kDVDLanguageCodeIcelandic@1769152544$kDVDLanguageCodeIndonesian@1768824864$kDVDLanguageCodeInterlingua@1767972896$kDVDLanguageCodeInterlingue@1768235040$kDVDLanguageCodeInupiak@1768628256$kDVDLanguageCodeIrish@1734418464$kDVDLanguageCodeItalian@1769218080$kDVDLanguageCodeJapanese@1784750112$kDVDLanguageCodeJavanese@1786191904$kDVDLanguageCodeKannada@1802379296$kDVDLanguageCodeKashmiri@1802706976$kDVDLanguageCodeKazakh@1802182688$kDVDLanguageCodeKinyarwanda@1920409632$kDVDLanguageCodeKirghiz@1803100192$kDVDLanguageCodeKirundi@1919819808$kDVDLanguageCodeKorean@1802444832$kDVDLanguageCodeKurdish@1802838048$kDVDLanguageCodeLaothian@1819222048$kDVDLanguageCodeLatin@1818304544$kDVDLanguageCodeLatvian@1819680800$kDVDLanguageCodeLingala@1819156512$kDVDLanguageCodeLithuanian@1819549728$kDVDLanguageCodeMacedonian@1835737120$kDVDLanguageCodeMalagasy@1835474976$kDVDLanguageCodeMalay@1836261408$kDVDLanguageCodeMalayalam@1835802656$kDVDLanguageCodeMaltese@1836326944$kDVDLanguageCodeMaori@1835606048$kDVDLanguageCodeMarathi@1836195872$kDVDLanguageCodeMoldavian@1835999264$kDVDLanguageCodeMongolian@1835933728$kDVDLanguageCodeNauru@1851858976$kDVDLanguageCodeNepali@1852121120$kDVDLanguageCodeNone@808460320$kDVDLanguageCodeNorwegian@1852776480$kDVDLanguageCodeOccitan@1868767264$kDVDLanguageCodeOriya@1869750304$kDVDLanguageCodeOromo@1869422624$kDVDLanguageCodePashto@1886593056$kDVDLanguageCodePersian@1717641248$kDVDLanguageCodePolish@1886134304$kDVDLanguageCodePortugese@1886658592$kDVDLanguageCodePunjabi@1885413408$kDVDLanguageCodeQuechua@1903501344$kDVDLanguageCodeRhaetoRomance@1919754272$kDVDLanguageCodeRomanian@1919885344$kDVDLanguageCodeRussian@1920278560$kDVDLanguageCodeSamoan@1936531488$kDVDLanguageCodeSangro@1936138272$kDVDLanguageCodeSanskrit@1935745056$kDVDLanguageCodeScotsGaelic@1734615072$kDVDLanguageCodeSerbian@1936859168$kDVDLanguageCodeSerboCroatian@1936203808$kDVDLanguageCodeSesotho@1936990240$kDVDLanguageCodeSetswana@1953374240$kDVDLanguageCodeShona@1936597024$kDVDLanguageCodeSindhi@1935941664$kDVDLanguageCodeSinghalese@1936269344$kDVDLanguageCodeSiswati@1936924704$kDVDLanguageCodeSlovak@1936400416$kDVDLanguageCodeSlovenian@1936465952$kDVDLanguageCodeSomali@1936662560$kDVDLanguageCodeSpanish@1702043680$kDVDLanguageCodeSudanese@1937055776$kDVDLanguageCodeSwahili@1937186848$kDVDLanguageCodeSwedish@1937121312$kDVDLanguageCodeTagalog@1953243168$kDVDLanguageCodeTajik@1952915488$kDVDLanguageCodeTamil@1952522272$kDVDLanguageCodeTatar@1953767456$kDVDLanguageCodeTelugu@1952784416$kDVDLanguageCodeThai@1952981024$kDVDLanguageCodeTibetan@1651449888$kDVDLanguageCodeTigrinya@1953046560$kDVDLanguageCodeTonga@1953439776$kDVDLanguageCodeTsonga@1953701920$kDVDLanguageCodeTurkish@1953636384$kDVDLanguageCodeTurkmen@1953177632$kDVDLanguageCodeTwi@1953964064$kDVDLanguageCodeUkranian@1969954848$kDVDLanguageCodeUninitialized@1061101600$kDVDLanguageCodeUrdu@1970413600$kDVDLanguageCodeUzbek@1970937888$kDVDLanguageCodeVietnamese@1986600992$kDVDLanguageCodeVolapuk@1986994208$kDVDLanguageCodeWelsh@1668882464$kDVDLanguageCodeWolof@2003771424$kDVDLanguageCodeXhosa@2020089888$kDVDLanguageCodeYiddish@1785274400$kDVDLanguageCodeYoruba@2037325856$kDVDLanguageCodeZulu@2054496288$kDVDLanguageNoPreference@707403808$kDVDMenuAngle@4$kDVDMenuAudio@3$kDVDMenuNone@6$kDVDMenuPTT@5$kDVDMenuRoot@1$kDVDMenuSubPicture@2$kDVDMenuTitle@0$kDVDRegionCode1@254$kDVDRegionCode2@253$kDVDRegionCode3@251$kDVDRegionCode4@247$kDVDRegionCode5@239$kDVDRegionCode6@223$kDVDRegionCode7@191$kDVDRegionCode8@127$kDVDRegionCodeUninitialized@255$kDVDSTOPDomain@4$kDVDScanDirectionBackward@1$kDVDScanDirectionForward@0$kDVDScanRate16x@16$kDVDScanRate1x@1$kDVDScanRate2x@2$kDVDScanRate32x@32$kDVDScanRate4x@4$kDVDScanRate8x@8$kDVDScanRateOneEigth@-8$kDVDScanRateOneFourth@-4$kDVDScanRateOneHalf@-2$kDVDStateIdle@6$kDVDStatePaused@3$kDVDStatePlaying@1$kDVDStatePlayingSlow@7$kDVDStatePlayingStill@2$kDVDStateScanning@5$kDVDStateStopped@4$kDVDStateUnknown@0$kDVDSubpictureExtensionCodeCaption4Children@3$kDVDSubpictureExtensionCodeCaptionBiggerSize@2$kDVDSubpictureExtensionCodeCaptionNormalSize@1$kDVDSubpictureExtensionCodeClosedCaption4Children@7$kDVDSubpictureExtensionCodeClosedCaptionBiggerSize@6$kDVDSubpictureExtensionCodeClosedCaptionNormalSize@5$kDVDSubpictureExtensionCodeForcedCaption@9$kDVDSubpictureExtensionCodeNotSpecified@0$kDVDSubpictureExtensionDirectorsComment4Children@15$kDVDSubpictureExtensionDirectorsCommentBiggerSize@14$kDVDSubpictureExtensionDirectorsCommentNormalSize@13$kDVDTTDomain@3$kDVDTTGRDomain@6$kDVDTimeCodeChapterDurationSeconds@6$kDVDTimeCodeChapterElapsedSeconds@4$kDVDTimeCodeChapterRemainingSeconds@5$kDVDTimeCodeElapsedSeconds@1$kDVDTimeCodeRemainingSeconds@2$kDVDTimeCodeTitleDurationSeconds@3$kDVDTimeCodeUninitialized@0$kDVDUOPAngleChange@4194304$kDVDUOPAudioStreamChange@1048576$kDVDUOPBackwardScan@512$kDVDUOPButton@131072$kDVDUOPForwardScan@256$kDVDUOPGoUp@16$kDVDUOPKaraokeModeChange@8388608$kDVDUOPMenuCallAngle@16384$kDVDUOPMenuCallAudio@8192$kDVDUOPMenuCallPTT@32768$kDVDUOPMenuCallRoot@2048$kDVDUOPMenuCallSubPicture@4096$kDVDUOPMenuCallTitle@1024$kDVDUOPNextPGSearch@128$kDVDUOPPTTPlaySearch@2$kDVDUOPPauseOff@67108864$kDVDUOPPauseOn@524288$kDVDUOPPrevTopPGSearch@64$kDVDUOPResume@65536$kDVDUOPScanOff@33554432$kDVDUOPStillOff@262144$kDVDUOPStop@8$kDVDUOPSubPictureStreamChange@2097152$kDVDUOPTimePTTSearch@32$kDVDUOPTimePlaySearch@1$kDVDUOPTitlePlay@4$kDVDUOPVideoModeChange@16777216$kDVDUserNavigationEnter@5$kDVDUserNavigationMoveDown@2$kDVDUserNavigationMoveLeft@3$kDVDUserNavigationMoveRight@4$kDVDUserNavigationMoveUp@1$kDVDVMGMDomain@1$kDVDVTSMDomain@2$"""
|
|
35
|
+
misc.update(
|
|
36
|
+
{
|
|
37
|
+
"DVDScanRate": NewType("DVDScanRate", int),
|
|
38
|
+
"DVDEventCode": NewType("DVDEventCode", int),
|
|
39
|
+
"DVDUserNavigation": NewType("DVDUserNavigation", int),
|
|
40
|
+
"DVDFormat": NewType("DVDFormat", int),
|
|
41
|
+
"DVDDomainCode": NewType("DVDDomainCode", int),
|
|
42
|
+
"DVDScanDirection": NewType("DVDScanDirection", int),
|
|
43
|
+
"DVDAspectRatio": NewType("DVDAspectRatio", int),
|
|
44
|
+
"DVDAudioFormat": NewType("DVDAudioFormat", int),
|
|
45
|
+
"DVDState": NewType("DVDState", int),
|
|
46
|
+
"DVDMenu": NewType("DVDMenu", int),
|
|
47
|
+
}
|
|
48
|
+
)
|
|
49
|
+
misc.update({})
|
|
50
|
+
misc.update({})
|
|
51
|
+
functions = {
|
|
52
|
+
"DVDIsDisplayingSubPicture": (
|
|
53
|
+
b"i^Z",
|
|
54
|
+
"",
|
|
55
|
+
{"arguments": {0: {"type_modifier": "o"}}},
|
|
56
|
+
),
|
|
57
|
+
"DVDGoToMenu": (b"iI",),
|
|
58
|
+
"DVDSetDefaultSubPictureLanguageCode": (b"iII",),
|
|
59
|
+
"DVDDoUserNavigation": (b"iI",),
|
|
60
|
+
"DVDOpenMediaVolume": (
|
|
61
|
+
b"i^{FSRef=[80C]}",
|
|
62
|
+
"",
|
|
63
|
+
{"arguments": {0: {"type_modifier": "n"}}},
|
|
64
|
+
),
|
|
65
|
+
"DVDDoButtonActivate": (b"ii",),
|
|
66
|
+
"DVDGetTimeEventRate": (b"i^I", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
67
|
+
"DVDGetDiscRegionCode": (b"i^I", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
68
|
+
"DVDSetChapter": (b"iS",),
|
|
69
|
+
"DVDSetVideoDisplay": (b"iI",),
|
|
70
|
+
"DVDSetFatalErrorCallBack": (
|
|
71
|
+
b"i^?^v",
|
|
72
|
+
"",
|
|
73
|
+
{
|
|
74
|
+
"arguments": {
|
|
75
|
+
0: {
|
|
76
|
+
"callable": {
|
|
77
|
+
"retval": {"type": b"v"},
|
|
78
|
+
"arguments": {0: {"type": b"i"}, 1: {"type": b"^v"}},
|
|
79
|
+
},
|
|
80
|
+
"callable_retained": True,
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
),
|
|
85
|
+
"DVDOpenMediaFileWithURL": (b"i^{__CFURL=}",),
|
|
86
|
+
"DVDGetNumAngles": (b"i^S", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
87
|
+
"DVDSleep": (b"i",),
|
|
88
|
+
"DVDStepFrame": (b"ic",),
|
|
89
|
+
"DVDIsOnMenu": (
|
|
90
|
+
b"i^Z^I",
|
|
91
|
+
"",
|
|
92
|
+
{"arguments": {0: {"type_modifier": "o"}, 1: {"type_modifier": "o"}}},
|
|
93
|
+
),
|
|
94
|
+
"DVDOpenMediaFile": (
|
|
95
|
+
b"i^{FSRef=[80C]}",
|
|
96
|
+
"",
|
|
97
|
+
{"arguments": {0: {"type_modifier": "n"}}},
|
|
98
|
+
),
|
|
99
|
+
"DVDHasPreviousChapter": (b"i^Z", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
100
|
+
"DVDGetTitle": (b"i^S", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
101
|
+
"DVDGetAngle": (b"i^S", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
102
|
+
"DVDGetAudioOutputModeCapabilities": (
|
|
103
|
+
b"i^i",
|
|
104
|
+
"",
|
|
105
|
+
{"arguments": {0: {"type_modifier": "o"}}},
|
|
106
|
+
),
|
|
107
|
+
"DVDUpdateVideo": (b"i", "", {"variadic": False}),
|
|
108
|
+
"DVDIsSupportedDisplay": (b"iI^Z", "", {"arguments": {1: {"type_modifier": "o"}}}),
|
|
109
|
+
"DVDGetButtonPosition": (
|
|
110
|
+
b"iI^{CGRect={CGPoint=dd}{CGSize=dd}}^I",
|
|
111
|
+
"",
|
|
112
|
+
{"arguments": {1: {"type_modifier": "o"}, 2: {"type_modifier": "o"}}},
|
|
113
|
+
),
|
|
114
|
+
"DVDGetVideoWindowID": (b"i^I", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
115
|
+
"DVDIsPlaying": (b"i^Z", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
116
|
+
"DVDSetVideoWindowRef": (b"i^{OpaqueWindowPtr=}",),
|
|
117
|
+
"DVDGetAudioLanguageCodeByStream": (
|
|
118
|
+
b"iS^I^I",
|
|
119
|
+
"",
|
|
120
|
+
{"arguments": {1: {"type_modifier": "o"}, 2: {"type_modifier": "o"}}},
|
|
121
|
+
),
|
|
122
|
+
"DVDScan": (b"isc",),
|
|
123
|
+
"DVDGetVideoDisplay": (b"i^I", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
124
|
+
"DVDGetDriveRegionCode": (
|
|
125
|
+
b"i^I^s",
|
|
126
|
+
"",
|
|
127
|
+
{"arguments": {0: {"type_modifier": "o"}, 1: {"type_modifier": "o"}}},
|
|
128
|
+
),
|
|
129
|
+
"DVDSetTitle": (b"iS",),
|
|
130
|
+
"DVDIsMuted": (b"i^Z", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
131
|
+
"DVDHasMenu": (b"iI^Z", "", {"arguments": {1: {"type_modifier": "o"}}}),
|
|
132
|
+
"DVDSetTimeEventRate": (b"iI",),
|
|
133
|
+
"DVDGetNumTitles": (b"i^S", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
134
|
+
"DVDGetAspectRatio": (b"i^s", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
135
|
+
"DVDGetAudioOutputMode": (b"i^i", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
136
|
+
"DVDGotoBookmark": (
|
|
137
|
+
b"i^vI",
|
|
138
|
+
"",
|
|
139
|
+
{"arguments": {0: {"c_array_length_in_arg": 1, "type_modifier": "n"}}},
|
|
140
|
+
),
|
|
141
|
+
"DVDGetNativeVideoSize": (
|
|
142
|
+
b"i^S^S",
|
|
143
|
+
"",
|
|
144
|
+
{"arguments": {0: {"type_modifier": "o"}, 1: {"type_modifier": "o"}}},
|
|
145
|
+
),
|
|
146
|
+
"DVDDispose": (b"i", "", {"variadic": False}),
|
|
147
|
+
"DVDGetChapter": (b"i^S", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
148
|
+
"DVDGetState": (b"i^i", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
149
|
+
"DVDGetVideoWindowRef": (
|
|
150
|
+
b"i^^{OpaqueWindowPtr=}",
|
|
151
|
+
"",
|
|
152
|
+
{"arguments": {0: {"type_modifier": "o"}}},
|
|
153
|
+
),
|
|
154
|
+
"DVDOpenMediaVolumeWithURL": (b"i^{__CFURL=}",),
|
|
155
|
+
"DVDMute": (b"iZ",),
|
|
156
|
+
"DVDGetSPDIFDataOutDevice": (
|
|
157
|
+
b"i^I",
|
|
158
|
+
"",
|
|
159
|
+
{"arguments": {0: {"type_modifier": "o"}}},
|
|
160
|
+
),
|
|
161
|
+
"DVDGetVideoCGBounds": (
|
|
162
|
+
b"i^{CGRect={CGPoint=dd}{CGSize=dd}}",
|
|
163
|
+
"",
|
|
164
|
+
{"arguments": {0: {"type_modifier": "o"}}},
|
|
165
|
+
),
|
|
166
|
+
"DVDGetSPDIFDataOutDeviceCount": (
|
|
167
|
+
b"i^I",
|
|
168
|
+
"",
|
|
169
|
+
{"arguments": {0: {"type_modifier": "o"}}},
|
|
170
|
+
),
|
|
171
|
+
"DVDGetLastPlayBookmark": (
|
|
172
|
+
b"i^v^I",
|
|
173
|
+
"",
|
|
174
|
+
{
|
|
175
|
+
"arguments": {
|
|
176
|
+
0: {"c_array_length_in_arg": 1, "type_modifier": "o"},
|
|
177
|
+
1: {"type_modifier": "N"},
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
),
|
|
181
|
+
"DVDSwitchToDisplay": (b"iI^Z", "", {"arguments": {1: {"type_modifier": "o"}}}),
|
|
182
|
+
"DVDIsPaused": (b"i^Z", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
183
|
+
"DVDIsRegisteredEventCallBack": (
|
|
184
|
+
b"Z^v",
|
|
185
|
+
"",
|
|
186
|
+
{"arguments": {0: {"type_modifier": "o"}}},
|
|
187
|
+
),
|
|
188
|
+
"DVDClearLastPlayBookmark": (b"i", "", {"variadic": False}),
|
|
189
|
+
"DVDSetAngle": (b"iS",),
|
|
190
|
+
"DVDGetSubPictureLanguageCodeByStream": (
|
|
191
|
+
b"iS^I^I",
|
|
192
|
+
"",
|
|
193
|
+
{"arguments": {1: {"type_modifier": "o"}, 2: {"type_modifier": "o"}}},
|
|
194
|
+
),
|
|
195
|
+
"DVDGetSPDIFDataOutDeviceCFName": (
|
|
196
|
+
b"iI^^{__CFString=}",
|
|
197
|
+
"",
|
|
198
|
+
{"arguments": {1: {"type_modifier": "o"}}},
|
|
199
|
+
),
|
|
200
|
+
"DVDEnableWebAccess": (b"iZ",),
|
|
201
|
+
"DVDSetLastPlayBookmark": (
|
|
202
|
+
b"i^vI",
|
|
203
|
+
"",
|
|
204
|
+
{"arguments": {0: {"c_array_length_in_arg": 1, "type_modifier": "n"}}},
|
|
205
|
+
),
|
|
206
|
+
"DVDGetSubPictureLanguageCode": (
|
|
207
|
+
b"i^I^I",
|
|
208
|
+
"",
|
|
209
|
+
{"arguments": {0: {"type_modifier": "o"}, 1: {"type_modifier": "o"}}},
|
|
210
|
+
),
|
|
211
|
+
"DVDSetSubPictureStream": (b"iS",),
|
|
212
|
+
"DVDPreviousChapter": (b"i", "", {"variadic": False}),
|
|
213
|
+
"DVDIdle": (b"i", "", {"variadic": False}),
|
|
214
|
+
"DVDDoMenuCGClick": (
|
|
215
|
+
b"i^{CGPoint=dd}^i",
|
|
216
|
+
"",
|
|
217
|
+
{"arguments": {0: {"type_modifier": "n"}, 1: {"type_modifier": "o"}}},
|
|
218
|
+
),
|
|
219
|
+
"DVDGetMediaUniqueID": (b"i[8C]",),
|
|
220
|
+
"DVDGetAudioStream": (b"i^S", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
221
|
+
"DVDGetAudioLanguageCode": (
|
|
222
|
+
b"i^I^I",
|
|
223
|
+
"",
|
|
224
|
+
{"arguments": {0: {"type_modifier": "o"}, 1: {"type_modifier": "o"}}},
|
|
225
|
+
),
|
|
226
|
+
"DVDSetTime": (b"isIS",),
|
|
227
|
+
"DVDReturnToTitle": (b"i", "", {"variadic": False}),
|
|
228
|
+
"DVDGetFormatStandard": (b"i^s", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
229
|
+
"DVDInitialize": (b"i", "", {"variadic": False}),
|
|
230
|
+
"DVDUnregisterEventCallBack": (b"i^v",),
|
|
231
|
+
"DVDSetAspectRatio": (b"is",),
|
|
232
|
+
"DVDPlay": (b"i", "", {"variadic": False}),
|
|
233
|
+
"DVDResume": (b"i", "", {"variadic": False}),
|
|
234
|
+
"DVDHasMedia": (b"i^Z", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
235
|
+
"DVDSetDefaultMenuLanguageCode": (b"iI",),
|
|
236
|
+
"DVDIsValidMediaRef": (
|
|
237
|
+
b"i^{FSRef=[80C]}^Z",
|
|
238
|
+
"",
|
|
239
|
+
{"arguments": {0: {"type_modifier": "n"}, 1: {"type_modifier": "o"}}},
|
|
240
|
+
),
|
|
241
|
+
"DVDDisplaySubPicture": (b"iZ",),
|
|
242
|
+
"DVDGetScanRate": (
|
|
243
|
+
b"i^s^z",
|
|
244
|
+
"",
|
|
245
|
+
{"arguments": {0: {"type_modifier": "o"}, 1: {"type_modifier": "o"}}},
|
|
246
|
+
),
|
|
247
|
+
"DVDRegisterEventCallBack": (
|
|
248
|
+
b"i^?^II^v^I",
|
|
249
|
+
"",
|
|
250
|
+
{
|
|
251
|
+
"arguments": {
|
|
252
|
+
0: {
|
|
253
|
+
"callable": {
|
|
254
|
+
"retval": {"type": b"v"},
|
|
255
|
+
"arguments": {
|
|
256
|
+
0: {"type": b"I"},
|
|
257
|
+
1: {"type": b"L"},
|
|
258
|
+
2: {"type": b"L"},
|
|
259
|
+
3: {"type": b"^v"},
|
|
260
|
+
},
|
|
261
|
+
},
|
|
262
|
+
"callable_retained": True,
|
|
263
|
+
},
|
|
264
|
+
1: {"type_modifier": "n"},
|
|
265
|
+
4: {"type_modifier": "o"},
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
),
|
|
269
|
+
"DVDSetAudioOutputMode": (b"ii",),
|
|
270
|
+
"DVDSetDriveRegionCode": (b"iI^{AuthorizationOpaqueRef=}",),
|
|
271
|
+
"DVDIsValidMediaURL": (
|
|
272
|
+
b"i^{__CFURL=}^Z",
|
|
273
|
+
"",
|
|
274
|
+
{"arguments": {1: {"type_modifier": "o"}}},
|
|
275
|
+
),
|
|
276
|
+
"DVDGetAudioVolume": (b"i^S", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
277
|
+
"DVDSetDefaultAudioLanguageCode": (b"iII",),
|
|
278
|
+
"DVDSetAudioStream": (b"iS",),
|
|
279
|
+
"DVDGetGPRMValue": (b"iI^I", "", {"arguments": {1: {"type_modifier": "o"}}}),
|
|
280
|
+
"DVDGetNumAudioStreams": (b"i^S", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
281
|
+
"DVDCloseMediaFile": (b"i", "", {"variadic": False}),
|
|
282
|
+
"DVDCloseMediaVolume": (b"i", "", {"variadic": False}),
|
|
283
|
+
"DVDWakeUp": (b"i",),
|
|
284
|
+
"DVDGetAudioStreamFormatByStream": (
|
|
285
|
+
b"iI^s^I^I^I",
|
|
286
|
+
"",
|
|
287
|
+
{
|
|
288
|
+
"arguments": {
|
|
289
|
+
1: {"type_modifier": "o"},
|
|
290
|
+
2: {"type_modifier": "o"},
|
|
291
|
+
3: {"type_modifier": "o"},
|
|
292
|
+
4: {"type_modifier": "o"},
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
),
|
|
296
|
+
"DVDSetVideoCGBounds": (
|
|
297
|
+
b"i^{CGRect={CGPoint=dd}{CGSize=dd}}",
|
|
298
|
+
"",
|
|
299
|
+
{"arguments": {0: {"type_modifier": "n"}}},
|
|
300
|
+
),
|
|
301
|
+
"DVDPause": (b"i", "", {"variadic": False}),
|
|
302
|
+
"DVDGetAudioStreamFormat": (
|
|
303
|
+
b"i^s^I^I^I",
|
|
304
|
+
"",
|
|
305
|
+
{
|
|
306
|
+
"arguments": {
|
|
307
|
+
0: {"type_modifier": "o"},
|
|
308
|
+
1: {"type_modifier": "o"},
|
|
309
|
+
2: {"type_modifier": "o"},
|
|
310
|
+
3: {"type_modifier": "o"},
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
),
|
|
314
|
+
"DVDGetBookmark": (
|
|
315
|
+
b"i^v^I",
|
|
316
|
+
"",
|
|
317
|
+
{
|
|
318
|
+
"arguments": {
|
|
319
|
+
0: {"c_array_length_in_arg": 1, "type_modifier": "o"},
|
|
320
|
+
1: {"type_modifier": "N"},
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
),
|
|
324
|
+
"DVDGetNumSubPictureStreams": (
|
|
325
|
+
b"i^S",
|
|
326
|
+
"",
|
|
327
|
+
{"arguments": {0: {"type_modifier": "o"}}},
|
|
328
|
+
),
|
|
329
|
+
"DVDGetButtoninfo": (
|
|
330
|
+
b"i^I^I^I^I^I",
|
|
331
|
+
"",
|
|
332
|
+
{
|
|
333
|
+
"arguments": {
|
|
334
|
+
0: {"type_modifier": "o"},
|
|
335
|
+
1: {"type_modifier": "o"},
|
|
336
|
+
2: {"type_modifier": "o"},
|
|
337
|
+
3: {"type_modifier": "o"},
|
|
338
|
+
4: {"type_modifier": "o"},
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
),
|
|
342
|
+
"DVDGetMenuLanguageCode": (b"i^I", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
343
|
+
"DVDSetSPDIFDataOutDevice": (b"iI",),
|
|
344
|
+
"DVDSetVideoWindowID": (b"iI",),
|
|
345
|
+
"DVDDoMenuCGMouseOver": (
|
|
346
|
+
b"i^{CGPoint=dd}^i",
|
|
347
|
+
"",
|
|
348
|
+
{"arguments": {0: {"type_modifier": "n"}, 1: {"type_modifier": "o"}}},
|
|
349
|
+
),
|
|
350
|
+
"DVDNextChapter": (b"i", "", {"variadic": False}),
|
|
351
|
+
"DVDGetTime": (
|
|
352
|
+
b"is^I^S",
|
|
353
|
+
"",
|
|
354
|
+
{"arguments": {1: {"type_modifier": "o"}, 2: {"type_modifier": "o"}}},
|
|
355
|
+
),
|
|
356
|
+
"DVDGetAudioVolumeInfo": (
|
|
357
|
+
b"i^S^S^S",
|
|
358
|
+
"",
|
|
359
|
+
{
|
|
360
|
+
"arguments": {
|
|
361
|
+
0: {"type_modifier": "o"},
|
|
362
|
+
1: {"type_modifier": "o"},
|
|
363
|
+
2: {"type_modifier": "o"},
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
),
|
|
367
|
+
"DVDGetMediaVolumeCFName": (
|
|
368
|
+
b"i^^{__CFString=}",
|
|
369
|
+
"",
|
|
370
|
+
{"arguments": {0: {"type_modifier": "o"}}},
|
|
371
|
+
),
|
|
372
|
+
"DVDHasNextChapter": (b"i^Z", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
373
|
+
"DVDGoBackOneLevel": (b"i", "", {"variadic": False}),
|
|
374
|
+
"DVDGetSubPictureStream": (b"i^S", "", {"arguments": {0: {"type_modifier": "o"}}}),
|
|
375
|
+
"DVDStop": (b"i", "", {"variadic": False}),
|
|
376
|
+
"DVDSetAudioVolume": (b"iS",),
|
|
377
|
+
"DVDGetNumChapters": (b"iS^S", "", {"arguments": {1: {"type_modifier": "o"}}}),
|
|
378
|
+
}
|
|
379
|
+
aliases = {"DVD_NONNULL": "__nonnull", "DVD_NULLABLE": "__nullable"}
|
|
380
|
+
expressions = {}
|
|
381
|
+
|
|
382
|
+
# END OF FILE
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: pyobjc-framework-DVDPlayback
|
|
3
|
+
Version: 11.0
|
|
4
|
+
Summary: Wrappers for the framework DVDPlayback on macOS
|
|
5
|
+
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
|
+
Author: Ronald Oussoren
|
|
7
|
+
Author-email: pyobjc-dev@lists.sourceforge.net
|
|
8
|
+
License: MIT License
|
|
9
|
+
Keywords: PyObjC,DVDPlayback
|
|
10
|
+
Platform: MacOS X (>=10.7)
|
|
11
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
12
|
+
Classifier: Environment :: Console
|
|
13
|
+
Classifier: Environment :: MacOS X :: Cocoa
|
|
14
|
+
Classifier: Intended Audience :: Developers
|
|
15
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
16
|
+
Classifier: Natural Language :: English
|
|
17
|
+
Classifier: Operating System :: MacOS :: MacOS X
|
|
18
|
+
Classifier: Programming Language :: Python
|
|
19
|
+
Classifier: Programming Language :: Python :: 3
|
|
20
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
+
Classifier: Programming Language :: Objective C
|
|
29
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
|
+
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
+
Requires-Python: >=3.9
|
|
32
|
+
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
+
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
34
|
+
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
35
|
+
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
36
|
+
Requires-Dist: pyobjc-core >=11.0
|
|
37
|
+
Requires-Dist: pyobjc-framework-Cocoa >=11.0
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
Wrappers for the "DVDPlayback" framework on macOS.
|
|
41
|
+
|
|
42
|
+
These wrappers don't include documentation, please check Apple's documentation
|
|
43
|
+
for information on how to use this framework and PyObjC's documentation
|
|
44
|
+
for general tips and tricks regarding the translation between Python
|
|
45
|
+
and (Objective-)C frameworks
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
Project links
|
|
49
|
+
-------------
|
|
50
|
+
|
|
51
|
+
* `Documentation <https://pyobjc.readthedocs.io/en/latest/>`_
|
|
52
|
+
|
|
53
|
+
* `Issue Tracker <https://github.com/ronaldoussoren/pyobjc/issues>`_
|
|
54
|
+
|
|
55
|
+
* `Repository <https://github.com/ronaldoussoren/pyobjc/>`_
|
|
56
|
+
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
DVDPlayback/__init__.py,sha256=DuHlvTJ-oQuvtFVmMMJLqf-shTvOxUQJJgPHPglwm2s,850
|
|
2
|
+
DVDPlayback/_metadata.py,sha256=hBB0kMhE92dOQaZuJWiRrYHzYAh2mLPB5aox-6vOjmE,22220
|
|
3
|
+
pyobjc_framework_DVDPlayback-11.0.dist-info/METADATA,sha256=UeiCwh_5j_glKRPsrHtEdqT1j1_wwaGIjjHG8xW7eaU,2246
|
|
4
|
+
pyobjc_framework_DVDPlayback-11.0.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
|
|
5
|
+
pyobjc_framework_DVDPlayback-11.0.dist-info/pyobjc-build-info.txt,sha256=R5YEsJoyZ8GByMQk4k_4WWEg6V4RNO715NMQwx6YaNI,85
|
|
6
|
+
pyobjc_framework_DVDPlayback-11.0.dist-info/top_level.txt,sha256=un6Qq_5hDVrr8oEs4mbxIEfV-XtVRNsBaIYsNA4xfgw,12
|
|
7
|
+
pyobjc_framework_DVDPlayback-11.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
DVDPlayback
|