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.
Attributes | Name and Description |
---|---|
|
caplin.streamlink.SubjectType()
|
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.JSON
JSON 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. |
►
caplin.streamlink.SubjectType()
►
<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.JSON
JSON 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.