Hi,
yes there is, in the class-map configuration you have to add: match tunnel-group x.x.x.x
you will then idenify specific traffic within the tunnel.
e.g.
class-map crypto_voice
match tunnel-group 1.1.1.1
match dscp ef
then apply specific actions to the class in the map.
I hope this is what you wanted to.