func GetStreamRefDeviceID()

in wrap.go [81:83]


func GetStreamRefDeviceID(f FSEventStreamRef) int32 {
	return int32(C.FSEventStreamGetDeviceBeingWatched(f))
}