SeekableChannel.h File Reference

Songbird Seekable Channel Component Definition. More...

#include <sbISeekableChannel.h>
#include <nsCOMPtr.h>
#include <nsIChannel.h>
#include <nsIChannelEventSink.h>
#include <nsIInterfaceRequestor.h>
#include <nsIStreamListener.h>
#include <set>
Include dependency graph for SeekableChannel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sbSeekableChannel
 

Macros

#define SONGBIRD_SEEKABLECHANNEL_CONTRACTID   "@songbirdnest.com/Songbird/SeekableChannel;1"
 
#define SONGBIRD_SEEKABLECHANNEL_CLASSNAME   "Songbird Seekable Channel Component"
 
#define SONGBIRD_SEEKABLECHANNEL_CID
 
#define NS_ERROR_SONGBIRD_SEEKABLE_CHANNEL_RESTART   NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_GENERAL, 1)
 

Detailed Description

Songbird Seekable Channel Component Definition.

Definition in file SeekableChannel.h.

Macro Definition Documentation

#define NS_ERROR_SONGBIRD_SEEKABLE_CHANNEL_RESTART   NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_GENERAL, 1)

Definition at line 92 of file SeekableChannel.h.

#define SONGBIRD_SEEKABLECHANNEL_CID
Value:
{ \
0x2030739B, \
0x5E60, \
0x492B, \
{ 0xA1, 0xA7, 0x74, 0x70, 0x67, 0x47, 0x5B, 0xFD } \
}

Definition at line 57 of file SeekableChannel.h.

#define SONGBIRD_SEEKABLECHANNEL_CLASSNAME   "Songbird Seekable Channel Component"

Definition at line 55 of file SeekableChannel.h.

#define SONGBIRD_SEEKABLECHANNEL_CONTRACTID   "@songbirdnest.com/Songbird/SeekableChannel;1"

Definition at line 53 of file SeekableChannel.h.