Category / 카테고리 :
RNUI Module : react-native-freelifemakers-ui
- Arduino
- Cpp
- Cubase
- kotlin
- Kubernetes
- linux
- Nodejs
- notice
- OCI
- PHP
- QT
- React
- ReactNative리액트네이티브
- RN_UIModule
- ServerApp
- Subtitle자막
- swift
- Uncategorized
- website
-
[Swift]ObservedObject and StateObject – 1
👉🏻 스위프트에서 ObservedObject와 StateObject를 사용하는 간단한 방법입니다.This is a simple way to use ObservedObject and StateObject in Swift. ✔️ @StateObject와 @ObservedObject는 둘다 뷰에 바인딩하는 방법이지만, 둘은 약간의 차이가 있습니다.Both @StateObject and @ObservedObject are methods for binding to a view, but there are slight differences between the two. ✔️ @StateObject — 일반적으로 뷰에서 직접 상태 객체를 생성하고…
-
[Mediaserver]mini_Mediaserver_1-코드설명/code description-process_complete_message()(1-6)
type 이름/Name 의미/Description 1 Set Chunk Size chunk_size_in_ 변경. 기본 128 → 더 큰 값으로 / Change chunk_size_in_. Default 128 → to a larger value 3 Acknowledgement 클라이언트가 전송한 데이터양을 알림 / Notify the amount of data sent by the client 4 User Control Ping/Pong, 스트림 제어 / stream control 5 Window Ack Size Ack…
-
[Mediaserver]mini_Mediaserver_1-코드설명/code description-read_chunk_data()(1-5)
👉🏻 msg_len만큼 다 받아서 완성된 RTMP 메시지 하나를 msg_type별로 분기 처리하는 함수 입니다.This is a function that receives msg_len and processes a completed RTMP message by branching according to msg_type. 👉🏻 전체 데이터 흐름 요약 (방송/스트리밍 관점)Summary of Overall Data Flow (Broadcast/Streaming Perspective) 단계/Stage 주체/Subject 일어나는 일 (개념) / Things that happen (concept) 기술적 표현…