Constants
ChattingInfo Class
com.kollus.sdk.media.content.KollusContent.ChattingInfo
Kollus Live 서비스에 연동된 채팅 솔루션의 접속 정보와 사용자 권한 및 프로필 설정을 관리하는 클래스입니다.
Public Properties
String mainUrlString kindString positionboolean isVisibleboolean isAdminboolean isAnonymousboolean bDisableDefaultProfilePhotoString roomIdString chatServerString helloMessageString userNameString userIdString photoUrl
Property Details
| 속성 | 설명 |
|---|---|
boolean com.kollus.sdk.media.content.KollusContent.ChattingInfo.bDisableDefaultProfilePhoto | 기본 프로필 이미지 노출 여부 |
String com.kollus.sdk.media.content.KollusContent.ChattingInfo.chatServer | 채팅 서버 호스트 주소 |
String com.kollus.sdk.media.content.KollusContent.ChattingInfo.helloMessage | 채팅방 입장 시 자동 송출될 안내 메시지 |
boolean com.kollus.sdk.media.content.KollusContent.ChattingInfo.isAdmin | 관리자 권한 부여 여부 |
boolean com.kollus.sdk.media.content.KollusContent.ChattingInfo.isAnonymous | 익명 접속 활성화 여부 |
boolean com.kollus.sdk.media.content.KollusContent.ChattingInfo.isVisible | 채팅 UI 화면 노출 여부 |
String com.kollus.sdk.media.content.KollusContent.ChattingInfo.kind | 채팅 서비스 솔루션 유형 (예: Chatroll, Kollus 등) |
String com.kollus.sdk.media.content.KollusContent.ChattingInfo.mainUrl | 채팅 서비스 메인 접속 엔드포인트 URL |
String com.kollus.sdk.media.content.KollusContent.ChattingInfo.photoUrl | 사용자 프로필 이미지 접근 URL |
String com.kollus.sdk.media.content.KollusContent.ChattingInfo.position | 화면 내 채팅창 배치 위치 |
String com.kollus.sdk.media.content.KollusContent.ChattingInfo.roomId | 접속할 채팅방 고유 식별 번호 |
String com.kollus.sdk.media.content.KollusContent.ChattingInfo.userId | 채팅 사용자 고유 ID |
String com.kollus.sdk.media.content.KollusContent.ChattingInfo.userName | 채팅창 내 노출될 사용자 명칭 |
ContentType Enum
com.kollus.sdk.media.content.KollusContent.ContentType
콘텐츠에 적용된 DRM(Digital Rights Management) 기술의 유형을 정의하는 열거형 클래스입니다.
Public Properties
EXT_DRM_CONTENTKOLLUS_CONTENT
Property Details
| 속성 | 설명 |
|---|---|
EXT_DRM_CONTENT | Multi DRM 기술이 적용된 콘텐츠 |
KOLLUS_CONTENT | Kollus DRM 기술이 적용된 콘텐츠 |
DEVICE_TYPE Enum
com.kollus.sdk.media.util.Utils.DEVICE_TYPE
서비스가 실행되는 디바이스의 하드웨어 유형을 정의하는 열거형 클래스입니다.
Public Properties
DEVICE_MOBILEDEVICE_TABLETDEVICE_TV
Property Details
| 속성 | 설명 |
|---|---|
DEVICE_MOBILE | 모바일 |
DEVICE_TABLET | 태블릿 |
DEVICE_TV | TV |
KollusPlayerContentMode Class
com.kollus.sdk.media.KollusPlayerContentMode
플레이어 화면의 영상 출력 모드(Aspect Ratio 및 Scaling)를 정의하는 상수 클래스입니다.
Static Public Properties
static final int ScaleAspectFit = 0static final int ScaleAspectFill = 1static final int ScaleAspectFillStretch = 2static final int ScaleCenter = 3static final int ScaleZoom = 4