how to get a special frame png from ccarmature generated by cocostudio

when i play a animation by
m_armature->getAnimation()->play(“attack”);
I want to get a special frame png from the ccarmature object m_armature generated by cocostudio,
and how do i get it ?

i want to add another animation after a png frame which is in the “attack” animation generated by cocostudio.