| 2653 | } |
| 2654 | |
| 2655 | string MediaInfo_Config_MediaInfo::Encryption_Key_Get () |
| 2656 | { |
| 2657 | CriticalSectionLocker CSL(CS); |
| 2658 | return Encryption_Key; |
| 2659 | } |
| 2660 | #endif //MEDIAINFO_AES |
| 2661 | |
| 2662 | //--------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected