sipxmedialib  Version 3.3
Public Attributes | List of all members
MpStreamPlaylistPlayer::PlaylistDb Struct Reference

Definition for a playlist entry. More...

Public Attributes

int sourceType
 Source type (url or buffer) More...
 
Url url
 url if source type url More...
 
UtlString * pBuffer
 buffer if source type buffer More...
 
StreamHandle handle
 handle of the feeder More...
 
PlayerState state
 state of the entry More...
 
int flags
 flags for the entry More...
 
OsQueuedEvent * pQueuedEvent
 queued event for notifications More...
 

Detailed Description

Definition for a playlist entry.

Member Data Documentation

int sourceType

Source type (url or buffer)

Url url

url if source type url

UtlString* pBuffer

buffer if source type buffer

StreamHandle handle

handle of the feeder

PlayerState state

state of the entry

int flags

flags for the entry

OsQueuedEvent* pQueuedEvent

queued event for notifications