BMediaRecorder: Solve possible problem with node references

* Since the BMediaRecorder have an it's own estabilished policy
relating releasing the producer node we will not interfere with
it except when we are controlled from Cortex.
This commit is contained in:
Dario Casalinuovo
2016-02-09 20:24:58 +01:00
parent d23913f2d9
commit c1ad6121ca
3 changed files with 32 additions and 15 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2014, Dario Casalinuovo
* Copyright 2014-2016, Dario Casalinuovo
* Copyright 1999, Be Incorporated
* All Rights Reserved.
* This file may be used under the terms of the Be Sample Code License.
@@ -32,6 +32,7 @@ public:
void GetInput(media_input* input);
void SetDataEnabled(bool enabled);
void ActivateInternalConnect(bool connectMode);
protected:
@@ -106,6 +107,7 @@ protected:
media_format fOKFormat;
media_input fInput;
BString fName;
bool fConnectMode;
};
}