AudioOutputInterface: {
    components: [{
        flags: {};
        methods: AudioOutputInterface.Base;
    }, {
        flags: {
            nameUpdates: true;
        };
        methods: AudioOutputInterface.NameUpdates;
    }];
}