Class
caplin.streamlink

SubjectType

Enumeration that represents the available subject types.

The SubjectType can be obtained by calling getType() on a caplin.streamlink.ContainerElement or caplin.streamlink.DirectoryChangeElement.

It is also a parameter to createSubject() in caplin.streamlink.StreamLink.

Constructor Summary

Attributes Name and Description
caplin.streamlink.SubjectType()

Field Summary

Attributes Name and Description
<static> caplin.streamlink.SubjectType.CHAT

Chat subject type.

<static> caplin.streamlink.SubjectType.CONTAINER

Container subject type.

<static> caplin.streamlink.SubjectType.DIRECTORY

Directory subject type.

<static> caplin.streamlink.SubjectType.NEWS_HEADLINE

News headline subject type.

<static> caplin.streamlink.SubjectType.NEWS_STORY

News story subject type.

<static> caplin.streamlink.SubjectType.PAGE

Page subject type.

<static> caplin.streamlink.SubjectType.PERMISSION

Permission subject type.

<static> caplin.streamlink.SubjectType.RECORD

Record subject type.

<static> caplin.streamlink.SubjectType.UNKNOWN

The subject type is unknown.

<static> caplin.streamlink.SubjectType.USER

User subject type.

Constructor Detail

caplin.streamlink.SubjectType()

Field Detail

<static> caplin.streamlink.SubjectType.CHAT

Chat subject type.

<static> caplin.streamlink.SubjectType.CONTAINER

Container subject type.

<static> caplin.streamlink.SubjectType.DIRECTORY

Directory subject type.

<static> caplin.streamlink.SubjectType.NEWS_HEADLINE

News headline subject type.

<static> caplin.streamlink.SubjectType.NEWS_STORY

News story subject type.

<static> caplin.streamlink.SubjectType.PAGE

Page subject type.

<static> caplin.streamlink.SubjectType.PERMISSION

Permission subject type.

<static> caplin.streamlink.SubjectType.RECORD

Record subject type.

<static> caplin.streamlink.SubjectType.UNKNOWN

The subject type is unknown.

<static> caplin.streamlink.SubjectType.USER

User subject type.