CMceFileSink Class Reference
class CMceFileSink : public CMceMediaSink
|
Class representing file sink in Mce.
CMceFileSink
can be used to record a stream to the file. The file may consist of both audio and video data. If both media elements are available and should be recorded to the same file, the same file sink should be attached to audio stream and video stream. Recording only one of the media elements is possible as well.
Enable (continue) and Disable (pause) operations to it are considered to be local, so they are not signalled to remote terminal.
mceclient.lib
Constructor & Destructor Documentation
CMceFileSink()
CMceFileSink
|
(
|
)
|
[private]
|
~CMceFileSink()
IMPORT_C
|
~CMceFileSink
|
(
|
)
|
|
Member Functions Documentation
ConstructL(const TFileName &)
void
|
ConstructL
|
(
|
const
TFileName
&
|
aFileName
|
)
|
[private]
|
Second-phase constructor.
DisableL()
IMPORT_C void
|
DisableL
|
(
|
)
|
[virtual]
|
Disables the sink explicitly.
EnableL()
IMPORT_C void
|
EnableL
|
(
|
)
|
[virtual]
|
Enables the sink explicitly.
GetFileInfoL()
void
|
GetFileInfoL
|
(
|
)
|
[private]
|
InitializeL(CMceManager *)
Parameters
CMceManager
* aManager
|
the manager. Ownership is NOT transferred
|
NewL(const TFileName &)
Parameters
const
TFileName
& aFileName
|
name of the file including full path info
|
NewLC(const TFileName &)
Parameters
const
TFileName
& aFileName
|
name of the file including full path info
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.