Class
caplin.streamlink

SubjectType

Enumeration that represents the available subject types.

The SubjectType will be provided 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

RTTP chat object type.

<static> caplin.streamlink.SubjectType.CONTAINER

RTTP container object type.

<static> caplin.streamlink.SubjectType.DIRECTORY

RTTP directory object type.

<static> caplin.streamlink.SubjectType.NEWS_HEADLINE

RTTP news headline object type.

<static> caplin.streamlink.SubjectType.NEWS_STORY

RTTP news story object type.

<static> caplin.streamlink.SubjectType.PAGE

RTTP page object type.

<static> caplin.streamlink.SubjectType.PERMISSION

RTTP permission object type.

<static> caplin.streamlink.SubjectType.RECORD

RTTP record object type.

<static> caplin.streamlink.SubjectType.UNKNOWN

Type used if the RTTP object type is unknown.

Constructor Detail

caplin.streamlink.SubjectType()

Field Detail

<static> caplin.streamlink.SubjectType.CHAT

RTTP chat object type.

<static> caplin.streamlink.SubjectType.CONTAINER

RTTP container object type.

<static> caplin.streamlink.SubjectType.DIRECTORY

RTTP directory object type.

<static> caplin.streamlink.SubjectType.NEWS_HEADLINE

RTTP news headline object type.

<static> caplin.streamlink.SubjectType.NEWS_STORY

RTTP news story object type.

<static> caplin.streamlink.SubjectType.PAGE

RTTP page object type.

<static> caplin.streamlink.SubjectType.PERMISSION

RTTP permission object type.

<static> caplin.streamlink.SubjectType.RECORD

RTTP record object type.

<static> caplin.streamlink.SubjectType.UNKNOWN

Type used if the RTTP object type is unknown.