~ubuntu-branches/ubuntu/precise/crtmpserver/precise-backports

« back to all changes in this revision

Viewing changes to thelib/include/streaming/outnetrawstream.h

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-07-04 00:04:40 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120704000440-u9x7yhyglqjvspk8
Tags: 1.0~dfsg-3~ubuntu12.04.1
No-change backport to precise (LP: #964153)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* 
 
1
/*
2
2
 *  Copyright (c) 2010,
3
3
 *  Gavriloaie Eugen-Andrei (shiretu@gmail.com)
4
 
 *  
 
4
 *
5
5
 *  This file is part of crtmpserver.
6
6
 *  crtmpserver is free software: you can redistribute it and/or modify
7
7
 *  it under the terms of the GNU General Public License as published by
8
8
 *  the Free Software Foundation, either version 3 of the License, or
9
9
 *  (at your option) any later version.
10
 
 *  
 
10
 *
11
11
 *  crtmpserver is distributed in the hope that it will be useful,
12
12
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13
13
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
14
 *  GNU General Public License for more details.
15
 
 *  
 
15
 *
16
16
 *  You should have received a copy of the GNU General Public License
17
17
 *  along with crtmpserver.  If not, see <http://www.gnu.org/licenses/>.
18
18
 */
19
19
 
 
20
#ifdef HAS_PROTOCOL_RAWHTTPSTREAM
20
21
#ifndef _OUTNETRAWSTREAM_H
21
22
#define _OUTNETRAWSTREAM_H
22
23
 
34
35
                        string name);
35
36
        virtual ~OutNetRawStream();
36
37
 
37
 
        virtual void GetStats(Variant &info);
 
38
        virtual void GetStats(Variant &info, uint32_t namespaceId = 0);
38
39
        virtual void SignalAttachedToInStream();
39
40
        virtual void SignalDetachedFromInStream();
40
41
        virtual void SignalStreamCompleted();
50
51
};
51
52
 
52
53
#endif  /* _OUTNETRAWSTREAM_H */
53
 
 
 
54
#endif /* HAS_PROTOCOL_RAWHTTPSTREAM */