본문 바로가기
IT와 개발/GStreamer Study

Signals

by 도서 임보자 2024. 10. 11.

GObject signal은 이 객체에 대한 특정 이벤트를 애플리케이션에 알리는 데 사용할 수 있습니다. 그러나 애플리케이션은 signal과 그 의미를 알고 있어야 하므로 애플리케이션 element 상호 작용을 위한 일반적인 방법을 찾고 있다면 signal은 아마도 원하는 것이 아닐 것입니다. 그러나 많은 경우 signal은 매우 유용할 수 있습니다. Signal에 대한 모든 내부 정보는 GObject 문서를 참조하세요.

 

 

원문: Signals (gstreamer.freedesktop.org)

 

Signals

Signals GObject signals can be used to notify applications of events specific to this object. Note, however, that the application needs to be aware of signals and their meaning, so if you're looking for a generic way for application-element interaction, si

gstreamer.freedesktop.org

 

반응형

'IT와 개발 > GStreamer Study' 카테고리의 다른 글

Different scheduling modes  (1) 2024.11.01
Request and Sometimes pads  (6) 2024.10.18
Building a Test Application  (7) 2024.10.11
Adding Properties  (1) 2024.10.04
What are states?  (4) 2024.09.27