|
@@ -30,6 +30,7 @@ New APIs:
|
|
- added selectors: chaptersForTitleIndex:
|
|
- added selectors: chaptersForTitleIndex:
|
|
numberOfChaptersForTitle:
|
|
numberOfChaptersForTitle:
|
|
addPlaybackSlave:type:enforce:
|
|
addPlaybackSlave:type:enforce:
|
|
|
|
+ updateViewpoint:pitch:roll:fov:absolute:
|
|
- added notifications: VLCMediaPlayerTitleChanged, VLCMediaPlayerChapterChanged
|
|
- added notifications: VLCMediaPlayerTitleChanged, VLCMediaPlayerChapterChanged
|
|
- added enum: VLCMediaPlaybackSlaveType
|
|
- added enum: VLCMediaPlaybackSlaveType
|
|
- Note:
|
|
- Note:
|
|
@@ -40,7 +41,9 @@ New APIs:
|
|
- added keys: VLCMetaInformationTrackTotal, VLCMetaInformationDirector,
|
|
- added keys: VLCMetaInformationTrackTotal, VLCMetaInformationDirector,
|
|
VLCMetaInformationSeason, VLCMetaInformationEpisode,
|
|
VLCMetaInformationSeason, VLCMetaInformationEpisode,
|
|
VLCMetaInformationShowName, VLCMetaInformationActors,
|
|
VLCMetaInformationShowName, VLCMetaInformationActors,
|
|
- VLCMetaInformationAlbumArtist, VLCMetaInformationDiscNumber
|
|
|
|
|
|
+ VLCMetaInformationAlbumArtist, VLCMetaInformationDiscNumber,
|
|
|
|
+ VLCMediaTracksInformationVideoOrientation,
|
|
|
|
+ VLCMediaTracksInformationVideoProjection
|
|
- added selectors: codecNameForFourCC:trackType:
|
|
- added selectors: codecNameForFourCC:trackType:
|
|
mediaType
|
|
mediaType
|
|
parseWithOptions:
|
|
parseWithOptions:
|
|
@@ -48,7 +51,8 @@ New APIs:
|
|
parsedStatus
|
|
parsedStatus
|
|
storeCookie:forHost:path:
|
|
storeCookie:forHost:path:
|
|
clearStoredCookies
|
|
clearStoredCookies
|
|
- - added enums: VLCMediaType, VLCMediaParsingOptions, VLCMediaParsedStatus
|
|
|
|
|
|
+ - added enums: VLCMediaType, VLCMediaParsingOptions, VLCMediaParsedStatus,
|
|
|
|
+ VLCMediaOrientation, VLCMediaProjection
|
|
- changed behavior: media will no longer be parsed automatically if meta
|
|
- changed behavior: media will no longer be parsed automatically if meta
|
|
data is requested prior to concluded parsing
|
|
data is requested prior to concluded parsing
|
|
|
|
|