Skip to content

Commit 35bbfdb

Browse files
committed
Update xcframework for Xcode 15.2 (5.4.0.13-2024.05.21-5d4c8d8b0)
1 parent ce67846 commit 35bbfdb

File tree

126 files changed

+1934
-28160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+1934
-28160
lines changed

Frameworks/PlanetKit.xcframework/Info.plist

+4-35
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>PlanetKit.framework/PlanetKit</string>
9+
<string>PlanetKit.framework/Versions/A/PlanetKit</string>
1010
<key>LibraryIdentifier</key>
11-
<string>tvos-arm64</string>
11+
<string>macos-arm64_x86_64</string>
1212
<key>LibraryPath</key>
1313
<string>PlanetKit.framework</string>
1414
<key>SupportedArchitectures</key>
1515
<array>
1616
<string>arm64</string>
17+
<string>x86_64</string>
1718
</array>
1819
<key>SupportedPlatform</key>
19-
<string>tvos</string>
20+
<string>macos</string>
2021
</dict>
2122
<dict>
2223
<key>BinaryPath</key>
@@ -35,21 +36,6 @@
3536
<key>SupportedPlatformVariant</key>
3637
<string>simulator</string>
3738
</dict>
38-
<dict>
39-
<key>BinaryPath</key>
40-
<string>PlanetKit.framework/Versions/A/PlanetKit</string>
41-
<key>LibraryIdentifier</key>
42-
<string>macos-arm64_x86_64</string>
43-
<key>LibraryPath</key>
44-
<string>PlanetKit.framework</string>
45-
<key>SupportedArchitectures</key>
46-
<array>
47-
<string>arm64</string>
48-
<string>x86_64</string>
49-
</array>
50-
<key>SupportedPlatform</key>
51-
<string>macos</string>
52-
</dict>
5339
<dict>
5440
<key>BinaryPath</key>
5541
<string>PlanetKit.framework/PlanetKit</string>
@@ -64,23 +50,6 @@
6450
<key>SupportedPlatform</key>
6551
<string>ios</string>
6652
</dict>
67-
<dict>
68-
<key>BinaryPath</key>
69-
<string>PlanetKit.framework/PlanetKit</string>
70-
<key>LibraryIdentifier</key>
71-
<string>tvos-arm64_x86_64-simulator</string>
72-
<key>LibraryPath</key>
73-
<string>PlanetKit.framework</string>
74-
<key>SupportedArchitectures</key>
75-
<array>
76-
<string>arm64</string>
77-
<string>x86_64</string>
78-
</array>
79-
<key>SupportedPlatform</key>
80-
<string>tvos</string>
81-
<key>SupportedPlatformVariant</key>
82-
<string>simulator</string>
83-
</dict>
8453
</array>
8554
<key>CFBundlePackageType</key>
8655
<string>XFWK</string>

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/Headers/PlanetKit-Swift.h

+213-153
Large diffs are not rendered by default.

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/Headers/PlanetKit.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PlanetKit
44
//
55
// Created by LINER on 2020/01/15.
6-
// Copyright © 2020 LINE Corp. All rights reserved.
6+
// Copyright © 2020 LINE Plus Corp. All rights reserved.
77
//
88

99
#import <Foundation/Foundation.h>

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/Headers/PlanetKitAudioMixer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PlanetKit
44
//
55
// Created by LINER on 2020/03/16.
6-
// Copyright © 2020 LINE Corp. All rights reserved.
6+
// Copyright © 2020 LINE Plus Corp. All rights reserved.
77
//
88

99
#ifndef PlanetKitAudioMixer_h

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/Headers/PlanetKitAudioPlayer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PlanetKit
44
//
55
// Created by LINER on 2020/03/16.
6-
// Copyright © 2020 LINE Corp. All rights reserved.
6+
// Copyright © 2020 LINE Plus Corp. All rights reserved.
77
//
88

99
#ifndef PlanetKitAudioPlayer_h

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/Headers/PlanetKitAudioUnit.h

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Planet
44
//
55
// Created by LINER on 2019/12/17.
6-
// Copyright © 2019 LINE Corp. All rights reserved.
6+
// Copyright © 2019 LINE Plus Corp. All rights reserved.
77
//
88

99
#import <Foundation/Foundation.h>
@@ -14,6 +14,13 @@
1414
#import "PlanetKitAudioMixer.h"
1515

1616

17+
#if !TARGET_OS_IPHONE
18+
CF_ENUM(AudioObjectPropertySelector)
19+
{
20+
kAudioDevicePropertyTabEnabled = 'tapd',
21+
};
22+
#endif
23+
1724

1825
#if TARGET_OS_IPHONE
1926
#define kPlanetAudioMediaSampleRate 32000

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/Headers/PlanetKitNative.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PlanetKit
44
//
55
// Created by LINER on 2020/01/16.
6-
// Copyright © 2020 LINE Corp. All rights reserved.
6+
// Copyright © 2020 LINE Plus Corp. All rights reserved.
77
//
88

99
#ifndef PlanetKitNative_h

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/Headers/PlanetKitVideoFormatConverter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PlanetKit+iOS
44
//
55
// Created by LINER on 2020/08/24.
6-
// Copyright © 2020 LINE Corp. All rights reserved.
6+
// Copyright © 2020 LINE Plus Corp. All rights reserved.
77
//
88

99
#ifndef PlanetKitVideoFormatConverter_h

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/Headers/planetkit_call.h

+5-7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "planetkit_send_voice_processor.h"
2121
#include "planetkit_cc_param.h"
2222
#include "planetkit_call_start_message.h"
23+
#include "planetkit_my_status.h"
2324

2425
#if defined(__cplusplus)
2526
extern "C" {
@@ -193,6 +194,8 @@ kit_bool_t planetkit_call_send_short_data_to_peer(planetkit_call_t * NONNUL
193194
void * NONNULL sresult_user, planetkit_result_handler_t NONNULL result_handler);
194195
kit_bool_t planetkit_call_get_statistics(planetkit_call_t * NONNULL call, planetkit_statistics_t *NONNULL out_statistics);
195196

197+
planetkit_my_media_status_t * NULLABLE planetkit_call_get_my_media_status(planetkit_call_t * NONNULL call);
198+
196199
/**
197200
* Screen share API set
198201
*/
@@ -233,13 +236,8 @@ kit_bool_t planetkit_call_unset_exclusively_shared_contents(planetkit_call_t
233236
/**
234237
* Data session API set
235238
*/
236-
kit_bool_t planetkit_call_make_outbound_data_session(planetkit_call_t * NONNULL call,
237-
planetkit_data_session_stream_id_t stream_id, planetkit_data_session_type_e type,
238-
void * NULLABLE tlqe_handler_user, planetkit_data_session_too_long_queued_exception_handler_t NULLABLE tlqe_handler,
239-
void * NULLABLE result_handler_user, planetkit_data_session_activated_handler_t NULLABLE result_handler);
240-
kit_bool_t planetkit_call_make_inbound_data_session(planetkit_call_t * NONNULL call, planetkit_data_session_stream_id_t stream_id,
241-
void * NULLABLE recv_handler_user, planetkit_data_session_recv_handler_t NONNULL recv_handler,
242-
void * NULLABLE result_handler_user, planetkit_data_session_activated_handler_t NULLABLE result_handler);
239+
kit_bool_t planetkit_call_make_outbound_data_session(planetkit_call_t * NONNULL call, planetkit_data_session_outbound_create_param_t *NONNULL create_param);
240+
kit_bool_t planetkit_call_make_inbound_data_session(planetkit_call_t * NONNULL call, planetkit_data_session_inbound_create_param_t *NONNULL create_param);
243241
kit_bool_t planetkit_call_unsupport_inbound_data_session(planetkit_call_t * NONNULL call, planetkit_data_session_stream_id_t stream_id);
244242

245243
/**

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/Headers/planetkit_clog.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// PlanetKit
44
//
55
// Created by LINER on 2022/04/11.
6-
// Copyright © 2022 LINE Corp. All rights reserved.
6+
// Copyright © 2022 LINE Plus Corp. All rights reserved.
77
//
88

99
#ifndef __planetkit_clog_h

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/Headers/planetkit_common_event.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ typedef enum planetkit_event_type {
5050
PLANETKIT_EVENT_TYPE_CONF_PEER_LIST_UPDATED = 102, ///< planetkit_event_param.conf_peer_list_updated
5151
PLANETKIT_EVENT_TYPE_CONF_PEERS_VIDEO_UPDATED = 103, ///< planetkit_event_param.conf_peers_video_updated
5252
PLANETKIT_EVENT_TYPE_CONF_PUBLIC_SUBGROUP_UPDATED = 104, ///< planetkit_event_param.conf_pub_subgrp_updated
53-
PLANETKIT_EVENT_TYPE_CONF_BAD_NETWORK_DETECTED = 106, ///< planetkit_event_param.detect_bad_network
54-
PLANETKIT_EVENT_TYPE_CONF_BAD_NETWORK_RESOLVED = 107, ///< no param
53+
PLANETKIT_EVENT_TYPE_CONF_NET_UNAVAILABLE = 106, ///< planetkit_event_param.conf_network_unavailable
54+
PLANETKIT_EVENT_TYPE_CONF_NET_REAVAILABLE = 107, ///< no param
5555
PLANETKIT_EVENT_TYPE_CONF_EXCEPTION = 108, ///< planetkit_event_param.conf_exception
5656
PLANETKIT_EVENT_TYPE_CONF_PEER_SCREEN_SHARE_UPDATED = 109, ///< planetkit_event_param.conf_peer_scrn_shr_updated;
5757
PLANETKIT_EVENT_TYPE_CONF_PEER_SET_ROOM_SHARED_CONTENTS = 110, ///< planetkit_event_param.conf_peer_set_room_shrd_ct
@@ -305,9 +305,9 @@ typedef struct planetkit_event_data_recv_app_ctrl_msg {
305305
uint32_t msg_size;
306306
} planetkit_event_data_recv_app_ctrl_msg_t;
307307

308-
typedef struct planetkit_event_data_detect_bad_net_param {
309-
int will_disconnect_after_sec; /// if the value is negative, will not disconnect
310-
} planetkit_event_data_detect_bad_net_param_t;
308+
typedef struct planetkit_event_data_conf_network_unavailable_param {
309+
uint32_t will_disconnect_after_sec;
310+
} planetkit_event_data_conf_network_unavailable_param_t;
311311

312312
typedef struct planetkit_event_conf_exception {
313313
planetkit_peer_t * NONNULL peer;
@@ -377,7 +377,7 @@ typedef struct planetkit_event_param {
377377

378378
planetkit_event_data_sess_incoming_param_t data_sess_incoming;
379379
planetkit_event_data_recv_app_ctrl_msg_t app_ctrl_msg;
380-
planetkit_event_data_detect_bad_net_param_t detect_bad_network;
380+
planetkit_event_data_conf_network_unavailable_param_t conf_network_unavailable;
381381

382382
planetkit_event_connection_updated_t connection_updated;
383383

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/Headers/planetkit_common_type.h

+2-6
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ typedef enum planetkit_disconnect_reason {
248248
PLANETKIT_DISCONNECT_REASON_RELEASED_CALL = 1304, ///< [Both][CloudServer] The call was already released. Ex) Initiator already canceled
249249

250250
PLANETKIT_DISCONNECT_REASON_SERVER_INTERNAL_ERROR = 1305, ///< [Both][CloudServer] Server disconnected a call because of internal error
251-
PLANETKIT_DISCONNECT_REASON_UNAVAILABLE_NETWORK = 1308, ///< [Both][Caller, Callee, Participant] Network is unavailable to keep a call
251+
PLANETKIT_DISCONNECT_REASON_UNAVAILABLE_NETWORK = 1308, ///< [Both][Caller, Callee, Participant] Disconnected due to the network being unavailable for a certain period of time
252252
PLANETKIT_DISCONNECT_REASON_APP_DESTROY = 1309, ///< [Both][Caller, Callee, Participant] Application process is terminated
253253
PLANETKIT_DISCONNECT_REASON_SYSTEM_SLEEP = 1310, ///< [Both][Caller, Callee, Participant] Application is in sleep mode
254254
PLANETKIT_DISCONNECT_REASON_SYSTEM_LOGOFF = 1311, ///< [Both][Caller, Callee, Participant] Application is in logoff mode
@@ -317,10 +317,6 @@ typedef enum planetkit_media_disable_reason {
317317
/* Release by user: 1 ~ 100 */
318318
PLANETKIT_MEDIA_DISABLE_REASON_USER = 1,
319319
PLANETKIT_MEDIA_DISABLE_REASON_DECLINE = 2,
320-
321-
/* Release by error : 201 ~ 300 */
322-
PLANETKIT_MEDIA_DISABLE_REASON_NO_MEDIA_SRC = 201,
323-
PLANETKIT_MEDIA_DISABLE_REASON_NO_RECV_MEDIA = 202,
324320
} planetkit_media_disable_reason_e;
325321

326322
#define PLANETKIT_SCRN_SHR_REASON_MIN 0
@@ -581,9 +577,9 @@ typedef struct planetkit_dbg_mon_info_video_rx {
581577
uint16_t height; /// height of the current decoded frame
582578
uint32_t layer_id; /// layer ID of current decoded frame, NO[0], BASE, ENHANCE_1, ENHANCE_2
583579

580+
uint32_t frames_receive_cnt; /// count of frames that the decoder received from the sender
584581
uint32_t decoded_frames_cnt; /// count of frame that decoder succeed to decode whole layers
585582
uint32_t partially_decoded_frames_cnt; /// count of frames that decoder succeed to decode partial layers
586-
uint32_t skipped_frames_cnt; /// count of frames that decoder skipped until the key frame arrives
587583
uint32_t failed_frames_cnt; /// count of frames that decoder failed to decode
588584

589585
float fps; /// decoded frames per second

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/Headers/planetkit_conference.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ typedef struct planetkit_conference_param_t {
5252
planetkit_str_t NONNULL my_id;
5353
planetkit_str_t NONNULL my_service_id;
5454
planetkit_str_t NULLABLE my_country_code;
55-
planetkit_str_t NULLABLE my_display_name;
55+
planetkit_str_t NULLABLE my_display_name; // Maximum size of my_display_name is 128 bytes including null termination
56+
// Any trailing part of the string that exceeds the maximum size is discarded.
5657
planetkit_str_t NONNULL room_id;
5758
planetkit_str_t NONNULL room_service_id;
5859
planetkit_str_t NULLABLE app_server_data; // Maximum size of app_server_data is 4096 bytes including null termination
5960

6061
planetkit_param_bool_e start_with_video;
61-
planetkit_param_bool_e disable_auto_disconn_on_bad_net;
6262
planetkit_param_bool_e enable_statistics;
6363

6464
planetkit_conference_video_param_t vid_param;
@@ -87,7 +87,7 @@ void planetkit_conference_leave_conference_with_kit_internal_error(planetkit_con
8787
void planetkit_conference_leave_conference(planetkit_conference_t * NONNULL conference, planetkit_disconnect_reason_e end_reason);
8888

8989
kit_bool_t planetkit_conference_enable_video(planetkit_conference_t * NONNULL conference, void * NULLABLE result_user, planetkit_result_handler_t NULLABLE result_handler);
90-
kit_bool_t planetkit_conference_disable_video(planetkit_conference_t * NONNULL conference, planetkit_media_disable_reason_e reason, void * NULLABLE result_user, planetkit_result_handler_t NULLABLE result_handler);
90+
kit_bool_t planetkit_conference_disable_video(planetkit_conference_t * NONNULL conference, void * NULLABLE result_user, planetkit_result_handler_t NULLABLE result_handler);
9191

9292
int32_t planetkit_conference_get_duration(planetkit_conference_t * NONNULL conference);
9393

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/Headers/planetkit_data_sess.h

+28-1
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,19 @@ typedef enum planetkit_data_session_fail_reason_e
2626
{
2727
PLANETKIT_DATA_SESSION_FAIL_REASON_NONE = 0, /// Success.
2828
PLANETKIT_DATA_SESSION_FAIL_REASON_INTERNAL = 1, /// Unexpected error occurred internally.
29-
PLANETKIT_DATA_SESSION_FAIL_REASON_UNSUPPORTED = 2, /// Data session ID is unsupported by the peer.
3029
PLANETKIT_DATA_SESSION_FAIL_REASON_NOT_INCOMING = 3, /// Cannot make receive data session without incoming event(PLANETKIT_EVENT_TYPE_COMMON_DATA_SESSION_INCOMING).
3130
PLANETKIT_DATA_SESSION_FAIL_REASON_ALREADY_EXIST = 4, /// Data session ID already exists.
3231
PLANETKIT_DATA_SESSION_FAIL_REASON_INVALID_ID = 5, /// Data session ID is invalid. Valid ID is 100 to 999.
3332
PLANETKIT_DATA_SESSION_FAIL_REASON_INVALID_TYPE = 6, /// Data session type is invalid.
3433
} planetkit_data_session_fail_reason_e;
3534

35+
typedef enum planetkit_data_session_closed_reason_e
36+
{
37+
PLANETKIT_DATA_SESSION_CLOSED_REASON_SESSION_END = 0, /// Data session has ended.
38+
PLANETKIT_DATA_SESSION_CLOSED_REASON_INTERNAL = 1, /// Unexpected error occurred internally.
39+
PLANETKIT_DATA_SESSION_CLOSED_REASON_UNSUPPORTED = 2, /// Data session ID is unsupported by the peer.
40+
} planetkit_data_session_closed_reason_e;
41+
3642
typedef struct planetkit_data_session_outbound_data_flow_state_t
3743
{
3844
uint64_t requested_bytes; ///< Bytes of accumulated request to send data
@@ -45,6 +51,27 @@ typedef void (*planetkit_data_session_activated_handler_t)(void *NULLABLE user_p
4551
typedef void (*planetkit_data_session_outbound_data_flow_handler_t)(void *NULLABLE user_ptr,
4652
planetkit_data_session_outbound_data_flow_state_t *NULLABLE data_flow,
4753
kit_bool_t is_success);
54+
typedef void (*planetkit_data_session_closed_handler_t)(void * NULLABLE user_ptr, planetkit_data_session_closed_reason_e reason);
55+
56+
typedef struct planetkit_data_session_outbound_create_param_t {
57+
planetkit_data_session_stream_id_t stream_id;
58+
planetkit_data_session_type_e type;
59+
60+
planetkit_data_session_closed_handler_t NONNULL closed_handler;
61+
planetkit_data_session_activated_handler_t NONNULL activated_handler;
62+
planetkit_data_session_too_long_queued_exception_handler_t NULLABLE tlqe_handler;
63+
void *NULLABLE user_ptr;
64+
} planetkit_data_session_outbound_create_param_t;
65+
66+
typedef struct planetkit_data_session_inbound_create_param_t {
67+
planetkit_data_session_stream_id_t stream_id;
68+
69+
planetkit_data_session_closed_handler_t NONNULL closed_handler;
70+
planetkit_data_session_activated_handler_t NONNULL activated_handler;
71+
planetkit_data_session_recv_handler_t NONNULL recv_handler;
72+
void *NULLABLE user_ptr;
73+
} planetkit_data_session_inbound_create_param_t;
74+
4875
/*************************************************************************
4976
* API DEFINITION
5077
*************************************************************************/

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/Headers/planetkit_subgrp.h

+2-8
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,8 @@ uint32_t planetkit_subgroup_get_total_peers_cnt(planetkit_subgroup_t * NONNUL
5959
/**
6060
* Data session API set
6161
*/
62-
kit_bool_t planetkit_subgroup_make_outbound_data_session(planetkit_subgroup_t *NONNULL subgrp,
63-
planetkit_data_session_stream_id_t stream_id, planetkit_data_session_type_e type,
64-
void * NULLABLE tlqe_handler_user, planetkit_data_session_too_long_queued_exception_handler_t NULLABLE tlqe_handler,
65-
void *NULLABLE result_handler_user, planetkit_data_session_activated_handler_t NULLABLE result_handler);
66-
67-
kit_bool_t planetkit_subgroup_make_inbound_data_session(planetkit_subgroup_t *NONNULL subgrp, planetkit_data_session_stream_id_t stream_id,
68-
void *NULLABLE recv_handler_user, planetkit_data_session_recv_handler_t NONNULL recv_handler,
69-
void *NULLABLE result_handler_user, planetkit_data_session_activated_handler_t NULLABLE result_handler);
62+
kit_bool_t planetkit_subgroup_make_outbound_data_session(planetkit_subgroup_t *NONNULL subgrp, planetkit_data_session_outbound_create_param_t *NONNULL create_param);
63+
kit_bool_t planetkit_subgroup_make_inbound_data_session(planetkit_subgroup_t *NONNULL subgrp, planetkit_data_session_inbound_create_param_t *NONNULL create_param);
7064

7165
kit_bool_t planetkit_subgroup_unsupport_inbound_data_session(planetkit_subgroup_t *NONNULL subgrp, planetkit_data_session_stream_id_t stream_id);
7266

Binary file not shown.

0 commit comments

Comments
 (0)